Re: Question about filling page objects

2008-02-01 Thread Martin Marinschek
Are you using JSF1.2? Check out f:setPropertyActionListener for changing from a list-page to a detail-page. regards, Martin On 2/1/08, Martyn Hiemstra [EMAIL PROTECTED] wrote: Hi All My company has chosen to use jsf in a new project. I myself am used to SpringMVC which works perfectly for

Question about filling page objects

2008-02-01 Thread Martyn Hiemstra
Hi All My company has chosen to use jsf in a new project. I myself am used to SpringMVC which works perfectly for my needs but I figured, why not try jsf since I have to use. I am running into a problem which is a pretty huge problem in jsf. Maybe someone can explain it to me how to solve my

Re: Question about filling page objects

2008-02-01 Thread Simon Kitching
But f:setPropertyActionListener doesn't work well with redirects. Martyn, JSF does require a different view of the world. In many other frameworks, html and http are the only supported technologies. JSF instead is designed to work with things other than html (eg generating XUL) and view-logic