JSF Spring Bean set property

Posted by Sebastian on Stack Overflow See other posts from Stack Overflow or by Sebastian
Published on 2010-03-30T08:29:53Z Indexed on 2010/03/30 8:33 UTC
Read the original article Hit count: 527

Filed under:
|

Hi,

i have a JSF web application. I use Beans as Spring Beans (not JSF managed beans). Now i have an URL to application www.xxx.com?parameter=2

I would like to set this parameter into bean on the page load. I now how to do this with spring web flow but with JSF Navigation i cant do this.

What do you think about using JSTL c:set... or jsp:setProperty...?

Thanks for your help.

Kind regards Sebastian

© Stack Overflow or respective owner

Related posts about jsf

Related posts about spring