Making Ajax Download Work With Validator Messages (in FeedbackPanel)

2011-02-20 Thread eugenebalt
;t control the FeedbackPanel from these locations. The flow stops somewhere earlier. How do I show Validator messages in the FeedbackPanel with this approach? Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Making-Ajax-Download-Work-With-Validator-M

Re: Making Ajax Download Work With Validator Messages (in FeedbackPanel)

2011-02-20 Thread eugenebalt
he Feedback Panel. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Making-Ajax-Download-Work-With-Validator-Messages-in-FeedbackPanel-tp3315334p3315343.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Making Ajax Download Work With Validator Messages (in FeedbackPanel)

2011-02-20 Thread Igor Vaynberg
never even gets this far if there is a > Validator error, and it doesn't get to the Ajax getResourceStream() either > in this case. If there are no validation errors, the download works OK. But > if there are validation messages upon submission, they must be displ

Re: Making Ajax Download Work With Validator Messages (in FeedbackPanel)

2011-02-20 Thread eugenebalt
You're the man, Igor! :) Thanks a lot. It's working now. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Making-Ajax-Download-Work-With-Validator-Messages-in-FeedbackPanel-tp3315334p3315433.html Sent from the Users forum mailing list archive at

Re: Making Ajax Download Work With Validator Messages (in FeedbackPanel)

2011-02-20 Thread eugenebalt
e the red marker around the fields with errors. How do I do that? Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Making-Ajax-Download-Work-With-Validator-Messages-in-FeedbackPanel-tp3315334p3315454.html Sent from the Users forum mailing list archive at Nabbl

Re: Making Ajax Download Work With Validator Messages (in FeedbackPanel)

2011-02-20 Thread eugenebalt
nents setOutputMarkupId(true), which is necessary for this Ajax update. Any thoughts on how to update the border around the problem fields with this manual invocation? Thanks a lot for your help. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Making-Ajax-Download-Work-With-Vali