Is there a way to use request parameters as initials values for a managed bean/component
(e.g. a stateful bean)?
In plain JSF one could specify a managed-property and set #{param.name} as initial value.
How do you do this with seam? I've tried to port my application to seam but the
initial values are always null.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054337#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...