Hi, I'm using stripes 1.5.3 with stripejb3 plug-in to work with EJB. I want to use a stateful session bean in an action bean but from what I can understand since stripes creates a new bean in each request it is not possible to maintain a conversational state with the bean.
Is there a way to work with stateful beans in stripes? In case there isn't; What I'm trying the accomplish here is a "create" operation with several optional and required pages with forms like a wizard. Since the stripes "@wizard" annotation solves this problem with dragging the previously entered information to each step and these forms includes more than one file such as pictures and videos that i don't want to re-post, I turn towards to stateful beans. If you can come up with a solution or suggest me a different way of doing this kind of work I'd be more than happy. Thanks anyway. -- View this message in context: http://old.nabble.com/EJB---Stateful-EJB-session-bean-tp29208430p29208430.html Sent from the stripes-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
