[jboss-user] [JBoss Seam] - Redirect on value change
thatrichard
do-not-reply at jboss.com
Sun Oct 21 05:06:17 EDT 2007
I want to change the page when a user selects a value in a combo box. There must be a standard way of doing this in Seam, but I'm not finding it. Can anyone point me in the right direction?
I can force the submit as follows:
| <h:selectOneMenu id="outcome" value="#{assessmentSummary.liability}" onchange="submit()" immediate="true">
| ...
|
But how do I get this submission to fire a redirect?
Thanks
Richard
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097242#4097242
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097242
More information about the jboss-user
mailing list