[jboss-user] [JBoss Portal] - Re: how to trigger a portlet render request?
wherisat
do-not-reply at jboss.com
Mon Mar 9 15:40:04 EDT 2009
I didn't see any helpful samples.
It would've been nice to have given some more direction.
I'm trying to enable partial refresh of my portlet, which uses straight HTML/JSP/Javascript. For example, currently I have a button within a form inside my JSP:
| <form name="PlanViewForm" action="
| <%=renderResp.createActionURL().toString()%>" method="POST">
| <input NAME="RefreshButton" TYPE="SUBMIT">
| </form>
|
Clicking on that button causes a full portal refresh, my portlet redraws with new user selected values. How can I make it so that just my portlet redraws instead of the whole portal? I would pay for a solution, this has been killing me for a week now and the JBOSS documentation doesn't provide a minimal working example or anything helpful to a web noob.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216365#4216365
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216365
More information about the jboss-user
mailing list