I'm using the TotalValidator plugin combined with a local basic
validator installation.  It's a great tool to keep me honest with the
accessibility and standards compliant code.  However certain pages that
aren't linked with a BookmarkableLink can't be validated with the tool.
I end up getting an error like the following:

Nov 20, 2009 3:46:43 PM com.totalvalidator.Validator main
SEVERE: Validation Failed
com.totalvalidator.exceptions.ValidationException: Error retrieving
page: http://localhost:8010/incidents/?wicket:interface=:1:::: : 404 Not
Found
        at com.totalvalidator.utils.FileUtils.getReader(Unknown Source)
        at com.totalvalidator.Validator.validate(Unknown Source)
        at com.totalvalidator.Validator.main(Unknown Source)


The odd thing is that if I put the same exact URL in my browser the page
renders perfectly fine.  My guess is that because the tool doesn't have
the JSESSIONID cookie and/or has a different browser type that Wicket
expires the page.  Is that correct?  If so, is there any way to work
around it?

If I'm using the redirectToInterceptPage() to get to a login page, is
there a way I can make it bookmarkable?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to