YourPage page = requestCycle.getPage("pageName"); page.setTableElements(yourTableElements); requestCycle.activate(page);
On 7/1/05, Raul Raja Martinez <[EMAIL PROTECTED]> wrote: > > Hello everybody, > > I'm a newbie in Tapestry and I have run into the following problem: > > I have created both a SearchBox component and a SearchResults component. > > The searchBox component is a form with a listener. Once I retrive the > info out of the database I want to pass the ArrayList that is retrieved > to a contrib:Table component that is contained within my SearchResults > component in a different page. > > I tried the tutorial about throwing exceptions to redirect but it didn“t > work, besides throwing an exception I think is not the best approach. > > Is there anybody that has run on this same problem. > > Thanks in advance. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >