You can just attach a Wicket component to the <html> tag, no problem.
WebMarkupContainer html = new WebMarkupContainer("html");
html.add(new AttributeModifier("dir", true, myModel));
add(html);
or in 2.0
WebMarkupContainer html = new WebMarkupContainer(this, "html");
html.add(new AttributeModifier("dir", true, myModel));
and then
<html wicket:id="html">
Eelco
On 8/27/06, ali <[EMAIL PROTECTED]> wrote:
> Hi everyone.
>
> i want set "dir" on tag html of page ?
>
> it's seem that "AttributeModifier" or "onComponentTagBody" only work on
> components has a related tag . page component is root Wicket know it
> relate to html but i know how set ?
>
> very thanks for best your java web framework.
> --
> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user