Hmm. OK. But, I had a breakpoint in the @Factory and this method was called each time the user selected a filter. Just to understand it right: Seam invoked the @Factory each time the form was submitted but didn't update the changes made to testactions because there was already a testactions in session scope?
Thanks for your hints. But I would go with #2, because the updated testactions should be displayed directly after selecting a filter. That's the reason why I've set the onchange attribute of the <h:selectOneMenu> to submit(). This way I immediatly get the selected filter and can apply it on the testactions. If I apply the filter in showListForDevelopers.select() it could happen that the user selects a testaction which doesn't match to the selected filter. I'll tell you if it works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929520#3929520 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929520 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
