Probably, but it would be safer to use the struts-el jar that comes with 1.2.8. Is there any particular reason you want to use the 1.3.0 version?

L.

[EMAIL PROTECTED] wrote:
would struts-el  v1.3.0/ will work with struts 1.2.8 and tomcat 4.1.30 ( JSP 
1.2) ?




"Michael Jouravlev" <[EMAIL PROTECTED]>
02/27/2006 02:48 PM
Please respond to "Struts Users Mailing List"

To: "Struts Users Mailing List" <user@struts.apache.org> cc: Subject: Re: JSP 1.2 ( JSTL EL) and checkbox problem.


On 2/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
We are using tomcat 1.4.30 which in turn has jsp 1.2 version.
JSTL EL works differently in this version meaning For outputting text
you should not > <html:option name="${sector.sectorId}">
<------------This doesn't work.

Use Struts-EL. This library allows to use EL syntax for JSP 1.2 containers.

2. I have big problem with html:checkbox, it doesn't communicate
values
back from FormBean to Action servlet, even after overloading
ActionForm.reset() method with default vaule.

Struts <html:xxx> tags is not simply a different way to display
dynamic data. They generate proper names of input elements, these
names are used on input phase by Beanutils to set form bean properties
using request data.

Michael.

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





This communication is for informational purposes only. It is not intended
as an offer or solicitation for the purchase or sale of any financial
instrument or as an official confirmation of any transaction. All market prices,
data and other information are not warranted as to completeness or accuracy and
are subject to change without notice. Any comments or statements made herein do not necessarily reflect those of JPMorgan Chase & Co., its subsidiaries and affiliates.


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

Reply via email to