[jboss-user] [JBoss Seam] - Re: How to passing through request parameters to the next pa

schmatz do-not-reply at jboss.com
Wed Feb 6 09:40:35 EST 2008


"nickarls" wrote : I think you might find section "5.1.1.1. Page parameters" in the reference manual interesting.

Thanks for your post. I know that section. But I have to access the request parameter.

In this example (from section 5.1.1.1) it's - of course - no problem to access a beans properties:

<pages>
  |     <page view-id="/hello.jsp" action="#{helloWorld.sayHello}">
  |         <param name="firstName" value="#{person.firstName}"/>
  |         <param name="lastName" value="#{person.lastName}"/>
  |     </page>
  | </pages>

but I would have to do something like this:

<pages>
  |     <page view-id="/hello.jsp" action="#{helloWorld.sayHello}">
  |         <param name="verificationCode" value="<my_current_request['verificationCode']>"/>
  |     </page>
  | </pages>

Greetings,
Mark

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127012#4127012

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127012



More information about the jboss-user mailing list