yogi wrote:
Hi All,
This is regarding "dir" attribute is Struts HTML tag library. The HTML taglib contains tags used to create Struts input forms, as well as other tags generally useful in the creation of HTML-based user interfaces. The output is HTML 4.01 compliant or XHTML 1.0 when in XHTML mode.
According to HTML 4.0 specification HTML element has following attribute
-----------------------------------------------------------------------------------------------------------------
<!ENTITY % html.content "HEAD, BODY">
<!ELEMENT HTML O O ( %html.content;) -- document root element -->
<!ATTLIST HTML
%i18n; -- lang, dir --
>
-------------------------------------------------------------------------------------------------------------------
And struts HTML tag takes following attributes
---------------------------------------------------------------------------------------------------------------------
1. lang
2. locale
3. xhtml
------------------------------------------------------------
-------------------------------------------------------
THEN HOW I CAN SPECIFY "DIR" ATTRIBUTE IN STRUTS?
Is there any way I can specify this?Please let me know
Thanks in Advance
-Yogesh
Unfortunately the 'html' tag doesn't currently support the 'dir'
attribute. It would be easy to add, though. I'd suggest posting an
enhancement request to Bugzilla.
L.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]