Hi,
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<http://idmpl/e-library/specs/html40/struct/global.html#edef-HTML>O
O 
(%html.content;<http://idmpl/e-library/specs/html40/sgml/dtd.html#html.content>)
-- document root element -->
<!ATTLIST HTML
%i18n; <http://idmpl/e-library/specs/html40/sgml/dtd.html#i18n> --
lang<http://idmpl/e-library/specs/html40/struct/dirlang.html#adef-lang>,
dir <http://idmpl/e-library/specs/html40/struct/dirlang.html#adef-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

Reply via email to