On 11/25/06, Paul Benedict <[EMAIL PROTECTED]> wrote:
The tag libraries are missing the standard "dir" and "lang" attributes.
While the html:html can output the locale from the Struts application,
there is no way to override the language and direction for individual
elements.

JIRA ticket:
https://issues.apache.org/struts/browse/STR-1559

I want to check the addition in this evening. Holler if you have a concern.

Go for it. One thing that people forget when adding new tag attributes
is that some/most tags have three flavours: regular, nested and el.

From memory, having the new attributes in the "nested" flavour just
means adding them to the nested TLD. For "el" the new attributes have
to be handled in the related EL tag and its associated BeanInfo class
(plus the TLD).

I added a "module" attribute to the ImageTag recently, which is an
example of what needs doing for the three taglibs:

  http://svn.apache.org/viewvc?view=rev&revision=470163


Niall


Paul

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

Reply via email to