Re: Are pages stored in session?

2008-11-07 Thread Bruno Borges
to be re-constructed on every request. Is >> > there >> > a way to create the link so that it will use an existing instance of >> > FAQPage >> > rather than re-constructing the whole page eve

Re: Are pages stored in session?

2008-11-07 Thread Bruno Borges
ay to create the link so that it will use an existing instance of > > FAQPage > > rather than re-constructing the whole page every time the link is called? > > > > faqPageLink = new Link("faqPageLink") { > > public void onClick() { > >setResponseP

Re: Are pages stored in session?

2008-11-07 Thread Jeremy Thomerson
ge > rather than re-constructing the whole page every time the link is called? > > faqPageLink = new Link("faqPageLink") { > public void onClick() { >setResponsePage(FAQPage.class); > } > }; > -- > View this message in context: > http://www.nabble.

Are pages stored in session?

2008-11-07 Thread danelav
ce of FAQPage rather than re-constructing the whole page every time the link is called? faqPageLink = new Link("faqPageLink") { public void onClick() { setResponsePage(FAQPage.class); } }; -- View this message in context: http://www.nabble.com/Are-pages-stored-in-session--tp20