Greetings,

I've noticed when I do:
  info("blah blah blah");
  setResponsePage(...);
that whether or not the feedback displays seems to be dependent on which
version of "setResponsePage()" I call. If I call this version:
  setResponsePage(Page page)      (e.g. setResponsePage(new FooPage());)
I see the feedback, but if I call this version:
  setResponsePage(java.lang.Class cls)   (e.g.
setResponsePage(FooPage.class);)
I don't see the feedback.

I'm new to Wicket (using 1.3 beta) so grateful for any help. Is this
expected?

thanks,
David

-- 
View this message in context: 
http://www.nabble.com/Feedback-messages-and-setResponsePage-tf4576987.html#a13065185
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to