Hello, Our app has a basic HTML editor where users can enter some HTML code. Sometimes users enter something like <img src="GARBAGE">. When the browser displays renders the page with this HTML it treats GARBAGE as a relative URL. So, the browser tacks GARBAGE on to the current page URL causing the application to throw an error. In fact, if the current page URL is http://xxx/yyy/oid/1 the browser will send and HTTP request to http://xxx/yyy/oid/GARBAGE making it look like oid parameter is invalid.
Is there a way to distinguish between this scenario and a scenario where the user did enter an invalid oid value? Thanks, Alec --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org