DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12360>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12360

<html:submit disabled="<rt expr>" /> not compiled correctly





------- Additional Comments From [EMAIL PROTECTED]  2002-09-06 18:41 -------
Thinking about this a little more, there shouldn't be any difference in coding 
a literal versus a RTExpr.  In other words,

   disabled="true"

and

   disabled="<%= buttonStatus%>"  where the value of buttonStatus is 'true'

should be the same (i.e. the page compiler should handle the type conversions 
correctly.)  I think the question is where (who?) should do this - in my 
opinion the BaseTagHandler should be able to do this.  I'd appreciate comments 
and thoughts ...

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to