You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by boraldo <bo...@hotbox.ru> on 2009/02/23 10:25:04 UTC

Dojo plugin: disabled attribute doesn't work for sx:button

I use struts 2.1.6 with dojo plugin.
I written the following in JSP.

            <s:submit disabled="true" value="dis"
onclick="alert(this.value);"/>
            <sx:submit disabled="true" value="disx"
onclick="alert(this.value);"/>

When I looked at the page I saw that Usual button is disabled, but sx:button
is enabled.
So what does attribute disabled mean for sx:button ?

-- 
View this message in context: http://www.nabble.com/Dojo-plugin%3A-disabled-attribute-doesn%27t-work-for-sx%3Abutton-tp22157959p22157959.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org