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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to