On Wed, 2007-07-04 at 12:14 -0700, Philip Wilkinson wrote:
> I've thought of a way of making my question clearer.
> 
> I have a web page with a form which is accessed thru a bookmarked url so the
> address looks like
> http://localhost:8080/MyApp/myform
>  
> I submit the form and the validation fails, the url in the address bar now
> looks like this
> http://localhost:8080/MyApp/myform?wicket:interface=:0:::
> 
> I'd prefer not to see the "?wicket:interface=:0:::" in the url. It's a
> implementation detail that nobody needs to see. Its not book-markable
> anymore, and it gives any malicious hacker out there too much info.
> 
> Is theres any way I can get wicket just to show the bookmarked url when it
> redisplays the page?

Oh... If that's all you need...

Why not just use "nice urls"?

Note that if you don't include any page parameters (or some other way of
retrieving the data), your user will have to fill in all the form
details from scratch... not sure that's what you want.


Cheers,
Dave



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to