Re: How do I create a conditionally disabled button?

2008-08-28 Thread Pierre Goupil
%> > > action="<%=request.getContextPath()%>/manageUsers.do""> > name="next" disabled="disabled" value=""> > >

How do I create a conditionally disabled button?

2008-08-28 Thread laredotornado
<% } else { %> "> <% } %> Thanks, - Dave -- View this message in context: http://www.nabble.com/How-do-I-cre

RE: disabled button-style

2006-06-22 Thread nageshkumar.siddu
ge- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 22, 2006 4:40 PM To: user@struts.apache.org Subject: disabled button-style Hi, I did a search on Net and observed that "text-shadow:none" can actually do this. But it is not supported in any available browser

disabled button-style

2006-06-22 Thread nageshkumar.siddu
lto:[EMAIL PROTECTED] Sent: Thursday, June 22, 2006 12:48 PM To: user@struts.apache.org Subject: disabled button HI , I want to set a different property in CSS for a disabled button. My requirement is the button should look like an active button (text decoration , back ground etc..) but should b

disabled button

2006-06-22 Thread nageshkumar.siddu
HI , I want to set a different property in CSS for a disabled button. My requirement is the button should look like an active button (text decoration , back ground etc..) but should be disabled state. I can switch over to a different class in CSS when the button is disabled. In a disabled button