How to configure Struts taglib

2007-02-08 Thread Liam Brady
I have a strange problem. I am using Struts taglib version 1.3.5, but I notice for LinkTag, FormTag, ReWriteTag the parameters in the querystring are being appended with the ampersand unencoded - this is leading to a validation error for HTML 4.01 for example : I have href"test.jsp?param1=3¶m2=4"

Struts taglib HTML 4.01 compliance

2007-02-07 Thread Liam Brady
I am using Struts taglib version 1.3.5, but I notice for LinkTag, FormTag, ReWriteTag the parameters in the querystring are being appended with the ampersand unencoded - this is leading to a validation error for HTML 4.01 for example : I have href"test.jsp?param1=3¶m2=4" Instead I believe it sho

Re: does Not handle exceptions in JSP file?

2007-01-15 Thread Liam Brady
good question - no answer? On 10/13/06, Mississippi John Hurt <[EMAIL PROTECTED]> wrote: I know setting this will handle exceptions from struts actions, but say an action forwards to a jsp, then in the jsp file you get an exception. How can you catch those exceptions? I need to use the web.xm