possible bug in jspc

2004-08-20 Thread Nathan Coast
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

[Possible bug with jspc]

2002-10-02 Thread peter lin
I spent the last two days trying to use JspC to compile an entire webapp and came across a problem. I'm not sure if this is a bug or not, but I can reproduce it every time. I'm still trying to track down the cause, but I thought I'd post a question and maybe some one with more knowledge can

Re: [Possible bug with jspc]

2002-10-02 Thread peter lin
Here is a bit more information. I took a look at the jar files for jsp 1.1 tags and they include a taglib.tld file in meta-inf/. Once I remove that, it compiles the pages fine. It looks like there's a conflict in either jasper compiler or jspc that is unable to resolve which .tld file to use.