On your MyLinkPage you can just setResponsePage...

So

if (gotoQuestionPage)
  setResponsePage(QuestionPage.class);
else
  setResponsePage(ErrorPage.class);

Is that what you're after?
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Noob-question-Link-to-Page-that-only-Redirects-tp3242125p3242300.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to