You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/02/12 17:02:12 UTC

DO NOT REPLY [Bug 17004] New: - Custom tag and the evaluation expression

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17004>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17004

Custom tag and the evaluation expression

           Summary: Custom tag and the evaluation expression
           Product: Struts
           Version: Unknown
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Custom Tags
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: lmisciagna@it.ibm.com


I would like to use an expression with the custom tag
<html:form action="/lineOfBusiness" >
for example
<html:form action="<%=bean.getAction()%>" >
where the bean is my form bean that has a property that contains the path of my 
action. In that way I could build some generalized component.
I have discover that the Struts tag library do not evaluate the expression in 
fact in that case Struts does not evaluate the expression.

Could you confirm me this? And could you implement this requirement.

I use Struts shipped with WSAD v. 5.0

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org