Re: What is the way to test a behavior?

2012-11-03 Thread Per Newgro
Thanks, works like expected. You right. If i throw another exception (ex. IAE) the assertion on rendered page is working. So checking the last response status seems to be natural. Per - To unsubscribe, e-mail:

Re: AjaxCallListener precondition with user input

2012-11-03 Thread Martin Grigorov
Hi, Please create a quickstart and attach it to Jira. On Fri, Nov 2, 2012 at 2:26 PM, Thomas Heigl tho...@umschalt.com wrote: Hey all, I'm currently in the progress of migrating a largish Wicket 1.5 app to Wicket 6.2. The only major problem I could not resolve so far are precondition

Link url in ListView on ajaxed panel not resolving properly

2012-11-03 Thread Simon B
Hi, I'm using wicket 1.5.7 I've got a page that has a filter widget in it and a summary list of results that correspond to the filter criteria. When the page initially renders the widget and the default results show. When the filter is changed and an apply filter button is clicked, the results

Re: Link url in ListView on ajaxed panel not resolving properly

2012-11-03 Thread Sven Meier
Have you tried with 1.5.8 ? Sven On 11/03/2012 10:22 PM, Simon B wrote: Hi, I'm using wicket 1.5.7 I've got a page that has a filter widget in it and a summary list of results that correspond to the filter criteria. When the page initially renders the widget and the default results show.

Re: Custom CSS for Feedback message is broken in 1.5

2012-11-03 Thread miteshaegis
Hi, You can use set of div class and set css on div class easily. Thanks! - JBoss Developers || JBPM Workflow -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Custom-CSS-for-Feedback-message-is-broken-in-1-5-tp4653166p4653593.html Sent from the Users forum

format value missing in ConversionException thrown by wicket-datetime's DateConverter

2012-11-03 Thread Benedikt Schlegel
Hi, I just thought how neat it'd be, if the ConversionException created and thrown by DateConverter.convertToObject() would contain the format used for the parse attempt.. A call on .setFormat(format) on the created ConversionException would do the job, and one could present a more specific error

Handle feedback-Messages with a custom validation framework

2012-11-03 Thread delta458
Hi all, I am using my own validation, but the view of the form (e.g. if a component is invalid) should be highlighted or customized within wicket... So e.g. I have my Wicket Form /form wicket:id=inputForm p label for=RecipientRecipient/label input