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

http://issues.apache.org/bugzilla/show_bug.cgi?id=34492

           Summary: Add JSF EL support to the ClayTag for a couple
                    attributes
           Product: Struts
           Version: Nightly Build
          Platform: All
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Shale
        AssignedTo: dev@struts.apache.org
        ReportedBy: [EMAIL PROTECTED]


The ClayTag doesn't support JSF EL on a couple key attributes.  Add EL support 
to the managedBeanName and jsfid tag attributes.  This would allow something 
like the following:

JSP:
<f:loadBundle basename="template" var="msg"/>
<sh:clay id="template" managedBeanName="#{msg.template_managedBeanName}" 
jsfid="#{msg.template_jsfid}"/>

properties file:
template_jsfid=templates/address.clay
template_managedBeanName=fullAddress

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to