[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Re: JSP 1.1 status
James Cooper wrote:
> On Wed, 25 Aug 1999, Wes Biggs wrote:
>
> > As soon as I get to a point where I can handle a simple user-defined tag
> > (e.g. FooTag from the JavaSoft examples), I'll make a public alpha
> > release and gladly accept assistance. I'm thinking of doing this as a
> > org.gjt.jsp11 package. Any thoughts or objections?
>
> that sounds rad. One suggestion: could we make the parser swappable as
> an init argument to the JSPServlet? I'm thinking that if we have an
> org.gjt.jsp11 package, that it will be hard to keep the patches that are
> coming into the jsp10 package applied to your jsp11 tree.
That might be a good idea. It's a matter of swapping a dozen or so lines in
JSPServlet. I'll see if I can make it configurable without breaking 1.0, and
if so it can just go in the CVS tree like everything else.
Wes