Re: Can I make AjaxFormSubmitBehavior submit raw form data but not validate it?

2009-06-02 Thread dfernandez
Yes, I know it is tricky, but the fact is I don't think I would really need type conversion in this case. I will try to explain myself. I have the following UI: |OPERATOR |V| |INPUT1=aBc| |INPUT2=DeF | ...being OPERATOR the DropDownChoice, and both INPUT1 and

Problem with bad CSS path after validation

2008-02-13 Thread dfernandez
Hello all, I am having problems with the path that Wicket builds for my CSS sheet. I have a BasePage which has: add(HeaderContributor.forCss(css/styles.css)); And a sign-in page that extends this BasePage is mounted like this at the Application init() method:

Re: Problem with bad CSS path after validation

2008-02-13 Thread dfernandez
dfernandez wrote: In case this helps, I am applying the Wicket filter to /*. But: if I switch the filter-mapping to /app/*... it works! Is this normal? /* filter mapping is supposed to be allowed, isn't it? The quickstart application in Wicket in Action uses it... Regards, Daniel