Do you have a space between " and < like <html:link page="_space_<%=somepage%>"> ? Delete the space and try it again
Jens [EMAIL PROTECTED] schrieb: > Tried that. That's not it. > > -Craig > > > Sandeep Takhar > <sandeep_takhar@ To: [EMAIL PROTECTED] > yahoo.com> cc: (bcc: Craig Reichenbach/CAM/Lotus) > Subject: Re: rtexprvalue not working >in <html:link> tag!!! > 10/18/2001 04:57 > PM > Please respond > to struts-user > > > > Not sure if this is right, but try using single > quotes. > > - Sandeep > --- [EMAIL PROTECTED] wrote: > > Anyone know why my scriptlet in the following > > <html:link> tag is not being > > evaluated? > > > ****************************************************************************** > > > <% > > String somepage= "index.jsp"; > > %> > > > > <html:link page="<%=somepage%>">Click > > Here</html:link> > > > ****************************************************************************** > > > > > The value showing up is not the evaluted scriptlet, > > but the scriptlet > > itself, as in > > "http://localhost:8080/myapp/<%=somepage%>" > > > > I'm using Tomcat4.0 & Struts1.0 > > > > Scriptlets are evaluated in other custom tags I have > > used so I don't think > > it's a jasper issue... I don't htink it has to do > > w/ the taglib either... > > What's up??? > > > > Thanks, > > -Craig > > > > To be sure, the page attribute accepts a > > rtexprvalue: > > <attribute> > > <name>page</name> > > <required>false</required> > > <rtexprvalue>true</rtexprvalue> > > </attribute> > > > > __________________________________________________ > Do You Yahoo!? > Make a great connection at Yahoo! Personals. > http://personals.yahoo.com

