On Tue, 2005-03-01 at 18:11, Craig McClanahan wrote: > Doing the simple version of a change like this will cause the wrapper > class to not be compilable against a 2.2 or 2.3 version of the servlet > API any longer, which is a particular problem for the standard Struts > release. It will require a bit more work to use reflection to call > through these methods if they exist, or return nothing if they do not > exist.
So, in order to use STRUTS and STRUTS-FACES with JSP 2.0 and the Expression Language, what should I do? a) Compile against servlet 2.4 and JSP 2.0 and adding the mentioned methods not implemented. b) Using the oficial binary version for both STRUTS and STRUTS-FACES I understand that both STRUTS and STRUTS-FACES are compiled against servlet 2.2 and 2.3 and terster for servlet 2.4 and JSP 2.0. Regards --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
