Try with binding the session. Maybe you run in stateless mode. Session session = getSession(); session.bind(); session.error(...);
On Mon, May 13, 2013 at 11:08 PM, dhongyt <[email protected]> wrote: > Weird, it still does not show up. > I do have a function that gets the session and register the error to it. > > Can the feedback be apart of the form? I have tried it outside the form > with > no luck either. > > > > I also changed my onSubmit to use session; > > > > It doesn't need to call the error function before the setResponsePage does > it? > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Feedback-within-Form-Weird-Issue-tp4658757p4658767.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Martin Grigorov Wicket Training & Consulting http://jWeekend.com <http://jweekend.com/>
