In SP3, if you turn the jasper compiler on, yes it is fixed.  If you disable
it, you get the same behavior as in SP2 (same jsp compiler).

I've put together a how-to and zip for porting the "struts-example" to SP3 with
the jasper compiler enabled.  I'll be posting in the next couple of days.

Also, just a warning, but the ability to pre-compile jsp's in SP3 is buggy -
I've written a workaround and can answer any questions on this too.

Matt


--- "Paradis,_André" <[EMAIL PROTECTED]> wrote:
> Thanks matt,
> 
> Is it fixed in SP3 ?
> 
> -----Original Message-----
> From: Matt Raible [mailto:[EMAIL PROTECTED]]
> Sent: September 4, 2001 10:53 AM
> To: [EMAIL PROTECTED]
> Subject: Re: logic tag and empty string value ("") problem
> 
> 
> The workaround is to use a scriplet:
> 
> <logic:equal name="something" value="<%=""%>">
> 
> kinda silly - but it works!
> 
> 
> --- "Paradis,_André" <[EMAIL PROTECTED]> wrote:
> > Hi,
> > 
> > the following declaration does not compile on iPlanet 6.0 SP2:
> > 
> > <logic:equal name="something" value="">
> >     ...
> > </logic:equal>
> > 
> > here's a snippet of the generated java file:
> > 
> >
> ((org.apache.struts.taglib.logic.EqualTag)_JSP__0).setName("sqc_submenu_
> > currentitem");
> > ((org.apache.struts.taglib.logic.EqualTag)_JSP__0).setValue("" >
> > <td width=");
> > 
> > It's like the JSP parser does not like empty string in tag
> attributes...
> > anybody had this problem before with iPlanet?  any workaround?
> > 
> > Thanks
> > 
> > Andre Paradis
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Get email alerts & NEW webcam video instant messaging with Yahoo!
> Messenger
> http://im.yahoo.com


__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

Reply via email to