[jboss-user] [JBoss Seam] - How to select item in DataTable populated with @Unwrap?

2007-12-17 Thread mteichmann
I like to use the Seam Manager Component pattern in Seam 2.0.0.GA and provide a list using @Unwrap: | @Name("holidayRequestByApproverList") | | public class HolidayRequestByApproverList { | | @Unwrap | public List getHolidayRequestByApproverList() { | | ...

[jboss-user] [JBoss Seam] - Re: How do I reload a Data Model on a SessionBean everytime

2007-12-14 Thread mteichmann
thanks, in theory I know what to do now. But @Scope(PAGE) is not allowed when using @Stateful. I try to use CONVERSATION scope, I'll post my solution if I get it to work View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112833#4112833 Reply to the post : http:/

[jboss-user] [JBoss Seam] - Re: How do I reload a Data Model on a SessionBean everytime

2007-12-12 Thread mteichmann
Pete, I am stuck with a similar problem at the moment but 'event scoped manager component' is a bit too vague for me :-( Can you please clarify this a little bit further? Thanks, Mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112461#4112461 Reply to