Re: html:multibox with LabelValueBean

2005-12-22 Thread Craig McClanahan
On 12/22/05, fea jabi <[EMAIL PROTECTED]> wrote: > > Thanks, Laurie. that worked. > > why is JSTL prefered over the logic tags? is there any doc I can read > about > the same? > > Thanks. A couple of reasons I (as the original developer of the logic tags :-) prefer the JSTL versions: * The expre

Re: html:multibox with LabelValueBean

2005-12-22 Thread Pazhanikanthan Periasamy
ts Users Mailing List cc Subject Re: html:multibox with LabelValueBean I may be wrong but i saw in some situations i dont have proper tag libs in struts. On 12/22/05, Pazhanikanthan Periasamy <[EMAIL PROTECTED]> wrote: > > Apache Struts developers are very very clever to en

Re: html:multibox with LabelValueBean

2005-12-22 Thread Srinivas Jadcharla
choose. > > > > JSTL is Java standard. Logic Iterate is Struts specific. > > > > Thanks and regards, > > Pazhanikanthan. P > > Project Leader, > > Caritor (India) Pvt. Ltd., > > Madras - 600 006 > > Mob: 9886152717 > > Extn: 40123 > > >

Re: html:multibox with LabelValueBean

2005-12-22 Thread Pazhanikanthan Periasamy
:14 PM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: html:multibox with LabelValueBean I think its always better to use Struts taglibs where ever it is possible because of less coding.Where exactly we need JSTL(Wild guess .where its n

Re: html:multibox with LabelValueBean

2005-12-22 Thread Srinivas Jadcharla
> > > > "fea jabi" <[EMAIL PROTECTED]> > 12/22/2005 09:03 PM > Please respond to > "Struts Users Mailing List" > > > To > user@struts.apache.org > cc > > Subject > Re: html:multibox with LabelValueBean > > > > > >

Re: html:multibox with LabelValueBean

2005-12-22 Thread Pazhanikanthan Periasamy
M Please respond to "Struts Users Mailing List" To user@struts.apache.org cc Subject Re: html:multibox with LabelValueBean Thanks, Laurie. that worked. why is JSTL prefered over the logic tags? is there any doc I can read about the same? Thanks. >From: Laurie Harper

Re: html:multibox with LabelValueBean

2005-12-22 Thread fea jabi
Thanks, Laurie. that worked. why is JSTL prefered over the logic tags? is there any doc I can read about the same? Thanks. From: Laurie Harper <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: Re: html:multibox with LabelValueBe

Re: html:multibox with LabelValueBean

2005-12-21 Thread Laurie Harper
fea jabi wrote: Trying to use html:multibox with LabelValueBean. Getting error doing the same. In prepare Action ... ... LabelValueBean lblValueBean1 = new LabelValueBean("Visa1", "V1"); LabelValueBean lblValueBean2 = new LabelVa

html:multibox with LabelValueBean

2005-12-21 Thread fea jabi
Trying to use html:multibox with LabelValueBean. Getting error doing the same. In prepare Action ... ... LabelValueBean lblValueBean1 = new LabelValueBean("Visa1", "V1"); LabelValueBean lblValueBean2 = new LabelValueBea