RE: tag help

2008-04-03 Thread Eric Nelson
I'm such an idiot. This works great. Thanks Musachy. --Eric -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2008 2:54 PM To: Struts Users Mailing List Subject: Re: tag help I meant "iterator" tag ;) musachy On Thu, Apr

Re: tag help

2008-04-03 Thread Dustin S.
Not sure I understand your question ... but Are you aware of the "status" attribute in the iterator tag? Something like: ...etc On Thu, Apr 3, 2008 at 2:54 PM, Musachy Barroso <[EMAIL PROTECTED]> wrote: > I meant "iterator" tag ;) > > musachy > > On Thu, Apr 3, 2008 at 4:52 PM, Musachy Bar

Re: tag help

2008-04-03 Thread Musachy Barroso
I meant "iterator" tag ;) musachy On Thu, Apr 3, 2008 at 4:52 PM, Musachy Barroso <[EMAIL PROTECTED]> wrote: > Use the "id" attribute in the for tag, like id="currInt". > > musachy > > > > On Thu, Apr 3, 2008 at 4:38 PM, Eric Nelson <[EMAIL PROTECTED]> wrote: > > Hi. This question may be very

Re: tag help

2008-04-03 Thread Musachy Barroso
Use the "id" attribute in the for tag, like id="currInt". musachy On Thu, Apr 3, 2008 at 4:38 PM, Eric Nelson <[EMAIL PROTECTED]> wrote: > Hi. This question may be very simple to answer, but it's driving me > crazy. If I have code similar to: > > > > > > > > > > Where intList is of type L

tag help

2008-04-03 Thread Eric Nelson
Hi. This question may be very simple to answer, but it's driving me crazy. If I have code similar to: Where intList is of type List, how do I reference to current Integer on the value stack without using ? So I want to reference the current Integer with OGNL or EL expression language

Re: Display Tag Help

2007-07-17 Thread Peng Tuck Kwok
There's a in depth tutorial somewhere on the displaytag home page & some examples that you can play around with. http://displaytag.sourceforge.net/11/ On 7/18/07, naseer mohammed <[EMAIL PROTECTED]> wrote: Can any one explain me step by step method to use display tags

Display Tag Help

2007-07-17 Thread naseer mohammed
Can any one explain me step by step method to use display tags

RE: Html:muttibox tag help

2005-05-11 Thread Faisal.Shoukat
PROTECTED] Sent: 10 May 2005 14:14 Cc: user@struts.apache.org Subject: Re: Html:muttibox tag help Which object belongs resourceIds??? which form??? Let's suppose is searchForm so Try this: -- Rafael Taboada ---

Re: Html:muttibox tag help

2005-05-10 Thread Rafael Taboada
Which object belongs resourceIds??? which form??? Let's suppose is searchForm so Try this: -- Rafael Taboada - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Html:muttibox tag help

2005-05-10 Thread Faisal.Shoukat
Taboada [mailto:[EMAIL PROTECTED] Sent: 10 May 2005 13:45 To: Struts Users Mailing List Subject: Re: Html:muttibox tag help U need to specify which object belongs resourceIds in ur html:multibox -- Rafael Taboada - To

Re: Html:muttibox tag help

2005-05-10 Thread Rafael Taboada
U need to specify which object belongs resourceIds in ur html:multibox -- Rafael Taboada - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Html:muttibox tag help

2005-05-10 Thread Faisal.Shoukat
Hi, I need some help with the html:multibox tag. I have the following situation where I do a search for some clients and the search.jsp displays displays a number of rows each with a checkbox associated with it. The user can then click one or many checkboxes and click submit. The submit passe