Jeremy,
I did that. The first time it is
at
org.apache.wicket.request.target.component.BookmarkableListenerInterfaceRequestTarget.processEvents(BookmarkableListenerInterfaceRequestTarget.java:127)
and the second time it is
at
org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.processEvents(BookmarkablePageRequestTarget.java:223)
Does that help?
Thanks,
Vinayak
Jeremy Thomerson wrote:
Run it in debug mode, put a breakpoint in your constructor and see what's
instantiating each. A lot of times it is your own code (a bad link, etc).
--
Jeremy Thomerson
http://www.wickettraining.com
On Tue, Mar 31, 2009 at 1:30 AM, Vinayak Borkar <[email protected]> wrote:
Hello,
I have a form that performs a search and shows a page with results. The
result page also has the same form to do a repeat search. I noticed that the
SearchPage is instantiated twice when I do a search from the form on the
result page. Is there a way to make sure that does not happen? The search
page ends up doing the search twice.
Thanks,
Vinayak
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]