Hi,
Struts-el chokes at html tag under JRUN4
for example int button example
<error-snippet>
Translator.CompilationFailedExceptionCompiler errors:
Found 6 semantic errors compiling
"C:/JRun4/servers/default/SERVER-INF/temp/strutsel-exercise-taglib.war-21233
01204/WEB-INF/jsp/jrun__html2dbutton2ejsp10.java":
101. _tag3.setDisabled(__constantTable.getString(3));
<--------------------------------------------->
*** Error: No match was found for method
"setDisabled(java.lang.String)".
</error-snippet>
When I look into the source of button-el it only has "disabledExpr" property
rather than "disabled" property.
Is it a JRUN bug? or struts-el which works fine under Tomcat4.
Any help is appreciated
-Dan
--
To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>