I have a bookmarkable page (mounted as registered). When user goes to
www.mysite.com/register - all is good. But if he  types (by some reasons)
something like www.mysite.com/register/fdasfafafa he will see wicket message
with error.  I just want to redirect them to another page or handle this
exception but I didn't find in docs how   I can do this.

2007/5/27, Eelco Hillenius <[EMAIL PROTECTED]>:

> > I try to access to page with incorrect params
> > set (http://localhost:8080/index/ff/) I've got the error
> > :java.lang.IllegalStateException: URL fragment has unmatched key/value
> > pair: ff/
> >
> > Can I prevent this error ?
>
>
> What do you want to do then?

Yeah, that's a good question. Do you expect it to fail silently (just
don't include ff as a parameter or include it wth value null) or
something else?

Eelco

-------------------------------------------------------------------------
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

-------------------------------------------------------------------------
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