LAST THING: Changing HotelListAction.hotelIndex to "@In(required=false) @Out @DataModelSelectionIndex Integer hotelIndex;" doesn't work *either*, because it blows up before even calling the @Factory HotelListAction.find() method. Specifically, it blows up with: Feb 12, 2006 11:04:24 PM com.sun.facelets.FaceletViewHandler handleRenderException | SEVERE: Error Rendering View | org.jboss.seam.RequiredException: Out attribute requires value for component: hotelList.hotelIndex | at org.jboss.seam.Component.setOutjectedValue(Component.java:867) | at org.jboss.seam.Component.outjectFields(Component.java:845) Which I don't fully understand. I mean, I understand why null gets injected to HotelListAction (though I'd expect required=false to prevent that), but I don't understand why it seems to be getting outjected again before the @Factory method is even called on HotelListAction.
This is all frustrating, since I feel like I *almost* get the concepts behind Seam, but if I'm thrashing like this then obviously there's clues I still lack. But it's kind of how it felt when I started dinking with Hibernate in early 2004, and that turned out great, so I'm still hopeful :-) Cheers Rob View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923212#3923212 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923212 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
