Johan Compagner wrote:
ok so the value == null so the value shouldn't be something when you submit it.
Please set a breakpoint on Form.onFormSubmitted linenr: 190
You must be looking at a different version of the code than I am. In wicket 1.2.2, I have set a break point at line 291, right after the line that says:

    String url = "">
I am seeing the following behavior:
1. click 'Add a new link':   url == null
2. click 'Add a new link':  url == null
3  click 'submit': url = ""
4. click 'Add anew link': url == null
5. click browser back button and click 'submit': url == x

johan


On 9/11/06, Erik Brakkee <[EMAIL PROTECTED]> wrote:
Johan Compagner wrote:
> if you could make a case where we can look at?
I will try to make a small example tonight.
>
> What is the hidden fields value (that is an hidden input field
> appended to the form)
> right before you get the error?
The hidden form field is:
<input type="hidden" name="addEvenement_evenementForm:hf:0"
id="addEvenement_evenementForm:hf:0" />
>
> johan
>
>


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

_______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to