"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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user