>>>>> "craigmcc" == craigmcc <[EMAIL PROTECTED]> writes:
craigmcc> craigmcc 2003/08/09 12:29:30 craigmcc> Modified: . build.xml craigmcc> ELFormTag.java ELHtmlTag.java craigmcc> ELJavascriptValidatorTag.java craigmcc> Log: craigmcc> Also fixed some compile errors in struts-el -- I don't know how that code craigmcc> could have compiled for anyone. Could someone more familiar with that craigmcc> library make sure I did the changes correctly? Huh? What compile errors were you getting? I just re-updated and changed it back to the way it was (in ELFormTag, at least), and it compiles fine (with both 1.4.1 and 1.3.1). It can't work the way you changed it, because it has to call the base class setter, which takes a boolean, not a string. craigmcc> - if ((bool = EvalHelper.evalBoolean("scriptLanguage", getScriptLanguageExpr(), craigmcc> - this, pageContext)) != null) craigmcc> - setScriptLanguage(bool.booleanValue()); craigmcc> + if ((string = EvalHelper.evalString("scriptLanguage", getScriptLanguageExpr(), craigmcc> + this, pageContext)) != null) craigmcc> + setScriptLanguageExpr(string); -- =================================================================== David M. Karr ; Java/J2EE/XML/Unix/C++ [EMAIL PROTECTED] ; SCJP; SCWCD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]