[12:44:12 CDT(-0500)] <drewwills> morning devs... I wonder if anyone can help me brainstorm around an issue I'm seeing... https://gist.github.com/drewwills/6040984
[12:44:28 CDT(-0500)] <drewwills> that's a post-structure transform layout
[12:44:41 CDT(-0500)] <drewwills> on a mobile browser – mUniversality
[12:45:09 CDT(-0500)] <EricDalquist> ok
[12:45:41 CDT(-0500)] <drewwills> the issue is that the "Background Preference" and "Google Analytics Configuration" portlets end up blank in the dom
[12:46:20 CDT(-0500)] <drewwills> i did some debugging and I see the rendering pipeline try to get the content from the portletrenderer bean
[12:46:29 CDT(-0500)] <EricDalquist> do they actually exist?
[12:46:38 CDT(-0500)] <drewwills> but the content is blank... and it looks like my controller is never invoked
[12:46:48 CDT(-0500)] <EricDalquist> like do portlets with those fnames exist in portlet manager?
[12:46:50 CDT(-0500)] <drewwills> yeah they work well in desktop
[12:47:09 CDT(-0500)] <EricDalquist> grab the post theme output
[12:47:17 CDT(-0500)] <EricDalquist> and see if the channel entries are getting copied over there
[12:47:52 CDT(-0500)] <drewwills> they are... one sec, another gist
[12:48:07 CDT(-0500)] <EricDalquist> huh
[12:48:08 CDT(-0500)] <drewwills> https://gist.github.com/drewwills/6041012
[12:48:42 CDT(-0500)] <EricDalquist> AH
[12:48:44 CDT(-0500)] <EricDalquist> minimized
[12:48:48 CDT(-0500)] <drewwills> here's "the kicker" – seems to work poorly on framework portlets, but perfectly well w/ non-framework portlets