Enhanced EL working for all <s:> tags
-------------------------------------
Key: JBSEAM-1050
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1050
Project: JBoss Seam
Issue Type: Feature Request
Affects Versions: 1.2.0.GA
Environment: n/a
Reporter: Greg Zoller
Priority: Minor
Seam improves EL, notably the ability to call methods w/parameters, for its own
attributes. For example <s:link action="#{foo.bar(a,b,c)}"> is valid and
the correct method/parameters will be used.
But... It seems that non-Seam attributes of these same tags are merely passed through to
JSF. For example if I add a rendered attributed to <s:link> and try to use a method
call w/parameters it chokes w/an exception complaining about the '('.
I'm not advocating that Seam correct JSF's lost opportunity by redoing all JSF
tags (unless you are really motivated), but certainly all the attributes of the <s:>
tags Seam does support should handle the improved EL uniformly.
Apologies if this is a dup. Nothing like this jumped out at me when I searched Jira.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira