Hi, I've been chasing an inconsistency in the behaviour wrt jsp error page execution.

in this case the error page is evaluated and flushed to the response
  <html:link forward="boguslink">
  <logic:iterate name="currentLoggers" id="logger">

in this case the error page is evaluated but is not flushed to the response
  <logic:iterate name="currentLoggers" id="logger">
        <html:link forward="boguslink">

I checked the struts tags and they're fine, I also checked on weblogic and the error page is flushed to response in both cases which makes me think it's a problem with the tomcat jsp compiler.

bug? should I add it bugzilla?

cheers
Nathan




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to