It me seen so hard, there is some way that at my onSuccess, set the object for next page and finish, sample :
the userPage is an "page". public Object onSuccess() { my.package.tranc.pages.User userPage = new my.package.tranc.pages.User(); userPage.setAluno(classmate); return userPage; } thanks, Alex On Thu, Sep 4, 2008 at 4:29 PM, Martijn Brinkers <[EMAIL PROTECTED]>wrote: > see http://202.177.217.122:8080/jumpstart/ > > > On Thu, 2008-09-04 at 16:14 -0300, Alex Florentino wrote: > > Hi all, > > > > I have an page that user type some informations and if the information is > ok > > the user is redirect for finish the wizard, but I need that information > user > > fill at first step. > > > > sample flow: > > > > user preferences -> user settings(here I need user preferences data). > > > > thanks, > > > > Alex > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >