Re: JSP 1.2 ( JSTL EL) and checkbox problem.

2006-02-27 Thread digant . k . joshi
org cc: Subject: Re: JSP 1.2 ( JSTL EL) and checkbox problem. 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

Re: JSP 1.2 ( JSTL EL) and checkbox problem.

2006-02-27 Thread Laurie Harper
lease respond to "Struts Users Mailing List" To: Struts Users Mailing List cc: Subject: Re: JSP 1.2 ( JSTL EL) and checkbox problem. [EMAIL PROTECTED] wrote: No, I am using jsp version of EL <%@ taglib prefix="c&q

Re: JSP 1.2 ( JSTL EL) and checkbox problem.

2006-02-27 Thread Laurie Harper
avlev" <[EMAIL PROTECTED]> 02/27/2006 02:48 PM Please respond to "Struts Users Mailing List" To: "Struts Users Mailing List" cc: Subject: Re: JSP 1.2 ( JSTL EL) and checkbox problem. On 2/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTE

Re: JSP 1.2 ( JSTL EL) and checkbox problem.

2006-02-27 Thread digant . k . joshi
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 >

Re: JSP 1.2 ( JSTL EL) and checkbox problem.

2006-02-27 Thread digant . k . joshi
Subject: Re: JSP 1.2 ( JSTL EL) and checkbox problem. [EMAIL PROTECTED] wrote: > No, I am using jsp version of EL > <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %> > Do i have to use struts-el for making life

Re: JSP 1.2 ( JSTL EL) and checkbox problem.

2006-02-27 Thread Michael Jouravlev
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 > >

Re: JSP 1.2 ( JSTL EL) and checkbox problem.

2006-02-27 Thread Dave Newton
[EMAIL PROTECTED] wrote: > No, I am using jsp version of EL > <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %> > Do i have to use struts-el for making life easier, especially when > using checkbox or radio button controls? > Um, you have to use struts-el if

Re: JSP 1.2 ( JSTL EL) and checkbox problem.

2006-02-27 Thread digant . k . joshi
t way to get struts-el jar/tlds ? Thanks. Digant Dave Newton <[EMAIL PROTECTED]> 02/27/2006 01:50 PM Please respond to "Struts Users Mailing List" To: Struts Users Mailing List cc: Subject:Re: JSP 1.2 ( JSTL EL) and checkbox problem. [EMAIL

Re: JSP 1.2 ( JSTL EL) and checkbox problem.

2006-02-27 Thread Dave Newton
[EMAIL PROTECTED] wrote: > 1. Drop down default value selection should be done based on Form value > "sectorId" and when user chooses any value from drop down, value of > ${sector.sectorId} should populate sectorId. I am getting > ${sector.sectorId}displayed as all of my values in dropdown. >

JSP 1.2 ( JSTL EL) and checkbox problem.

2006-02-27 Thread digant . k . joshi
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 using${someVar} but should use Now I have following problems in making ActionForm pass value to Action . 1. Drop down default value selection sho