check your el-ignored parameter in web.xml
does it look like
<jsp-config>
    <jsp-property-group>
      <url-pattern>*.jsp</url-pattern>
      <el-ignored>true</el-ignored>
    </jsp-property-group>
  </jsp-config>?
Martin 
______________________________________________ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 


> Date: Sat, 23 Aug 2008 18:08:23 -0400
> From: [EMAIL PROTECTED]
> To: user@struts.apache.org
> Subject: Re: [struts2] url tag not evaluating OGNL in anchor attribute
> 
> I found the same behavior with 2.1.2 Beta, although the bug WW-2015 claims
> it is fixed in 2.0.10.
> 
> Thanks,
> 
> Daniel
> 
> On Tue, Jun 24, 2008 at 4:34 AM, Volker Krebs <[EMAIL PROTECTED]> wrote:
> 
> > Hello,
> >
> > I have the following in my JSP Page:
> > <a href='<s:url action="myAction" anchor="%{name}" />'>
> >
> > It seems that the anchor attribute is not evaluating the OGNL.
> > I guess it's the same problem like this one:
> > https://issues.apache.org/struts/browse/WW-2015
> >
> > or is there any reason for not evaluating OGNL ?
> >
> > Thanks,
> > Volker
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >

_________________________________________________________________
Get ideas on sharing photos from people like you.  Find new ways to share.
http://www.windowslive.com/explore/photogallery/posts?ocid=TXT_TAGLM_WL_Photo_Gallery_082008

Reply via email to