[jboss-user] [JBoss Portal] - Re: Render ONLY portlet content

2008-09-18 Thread bryancan
Desn't matter the contents of detail.jsp no matter what is in that jsp, the entire portal page, tabs and all, are rendered into the div on my page rather than just the contents of detail.jsp Are you saying that there is a Jboss ajax way to get only the contents returned from a struts action int

[jboss-user] [JBoss Portal] - Re: Render ONLY portlet content

2008-09-17 Thread bryancan
Wow, very helpful forum... No replies to anything... thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177192#4177192 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177192 __

[jboss-user] [JBoss Portal] - Render ONLY portlet content

2008-09-09 Thread bryancan
I have an ajax portlet in struts. It works on other portals that have a windowState of exclusive or solo. Jboss does not seem to have such a state and since my portlet will be deployed on many different JBoss portals, I do not have the luxury of customizing each one with this windowState customi

[jboss-user] [JBoss Portal] - Re: custom page

2008-09-09 Thread bryancan
I the real question is how to render portlet contnet without all of the surrounding portal, like an EXCLUSIVE or SOLO windowState, then I would like to know the answer as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175422#4175422 Reply to the post

[jboss-user] [JBoss Portal] - Struts portlet url for ajax

2008-09-09 Thread bryancan
() { | jQuery('body').css({cursor: "wait"}); | var url = ""; | jQuery('div#targetDiv').load(url,{}, | function() | { | jQuery('body').css({cursor: "auto"}) | } | ); | } | What is the difference for Jboss? Bryanca

[jboss-user] [JBoss Portal] - Portlet Preferences store() error

2008-09-04 Thread bryancan
ot;1"; | } | if ((null == isOK) || (!isOK.equals("1"))) { | fwd = "portlet.data_now.license"; | } | return mapping.findForward(fwd); | } | } | | This same code works perfectly in another portal and I am trying to port thi