Re: Struts-EL: Ideas about "name" and indexed "name" attributes?

2002-08-03 Thread Craig R. McClanahan
On 4 Aug 2002, Arron Bates wrote: > Date: 04 Aug 2002 03:39:32 +1000 > From: Arron Bates <[EMAIL PROTECTED]> > Reply-To: Struts Developers List <[EMAIL PROTECTED]> > To: Struts Developers List <[EMAIL PROTECTED]> > Subject: Re: Struts-EL: Ideas about &qu

Re: Struts-EL: Ideas about "name" and indexed "name" attributes?

2002-08-03 Thread Arron Bates
> One thing we do give up (I think) is the implicit nesting of form field > names (specified in the "property" attribute) inside the variable name of > the form bean itself. I guess the same is true of the "with"-like > facilities of the entire nested tag library. > > It will be interesting to s

Re: Struts-EL: Ideas about "name" and indexed "name" attributes?

2002-08-02 Thread Craig R. McClanahan
as about "name" and indexed "name" attributes? > > > - Original Message - > From: "Craig R. McClanahan" <[EMAIL PROTECTED]> > To: "Struts Developers List" <[EMAIL PROTECTED]> > Sent: Thursday, August 01, 2002 5:10 PM > Su

Re: Struts-EL: Ideas about "name" and indexed "name" attributes?

2002-08-02 Thread Jing Zhou
- Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Struts Developers List" <[EMAIL PROTECTED]> Sent: Thursday, August 01, 2002 5:10 PM Subject: Re: Struts-EL: Ideas about "name" and indexed "name" attributes?

Re: Struts-EL: Ideas about "name" and indexed "name" attributes?

2002-08-01 Thread Craig R. McClanahan
ECTED]> > Subject: Re: Struts-EL: Ideas about "name" and indexed "name" attributes? > > > - Original Message - > From: "David M. Karr" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, August 01, 2002 11:55 AM >

Re: Struts-EL: Ideas about "name" and indexed "name" attributes?

2002-08-01 Thread Jing Zhou
- Original Message - From: "David M. Karr" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 01, 2002 11:55 AM Subject: Re: Struts-EL: Ideas about "name" and indexed "name" attributes? > See comments below. > > &

Re: Struts-EL: Ideas about "name" and indexed "name" attributes?

2002-08-01 Thread David M. Karr
See comments below. > "Jing" == Jing Zhou <[EMAIL PROTECTED]> writes: >> Therefore, I would say that "" (and similar tags) wouldn't Jing> have a >> "name" or "indexed" attribute. The "property" attribute (as I described >> earlier) would be used both to get the current value

Re: Struts-EL: Ideas about "name" and indexed "name" attributes?

2002-08-01 Thread Jing Zhou
I am trying to be more constructive, see my thoughts below. - Original Message - From: "David M. Karr" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 26, 2002 1:16 PM Subject: Re: Struts-EL: Ideas about "name" and indexed "name"

Re: Struts-EL: Ideas about "name" and indexed "name" attributes?

2002-07-26 Thread David M. Karr
> "David" == David M Karr <[EMAIL PROTECTED]> writes: > "Jing" == Jing Zhou <[EMAIL PROTECTED]> writes: Jing> The convention (see JSTL spec 2.2.1) is to use the name "var" for attributes Jing> that export information. As I do not think should do any Jing> export Jing> thi

Re: Struts-EL: Ideas about "name" and indexed "name" attributes?

2002-07-23 Thread David M. Karr
> "Jing" == Jing Zhou <[EMAIL PROTECTED]> writes: Jing> The convention (see JSTL spec 2.2.1) is to use the name "var" for attributes Jing> that export information. As I do not think should do any Jing> export Jing> things, we could simplify Craig's example as follows: Ji

Re: Struts-EL: Ideas about "name" and indexed "name" attributes?

2002-07-23 Thread Jing Zhou
- Original Message - From: "David M. Karr" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 22, 2002 11:45 PM Subject: Re: Struts-EL: Ideas about "name" and indexed "name" attributes? > >>>>> "Craig"

Re: Struts-EL: Ideas about "name" and indexed "name" attributes?

2002-07-22 Thread David M. Karr
> "Craig" == Craig R McClanahan <[EMAIL PROTECTED]> writes: Craig> I've been thinking about this issue as well, as you might imagine. Craig> For general form field properties, I'm assuming that we would have to make Craig> the existence of the form bean explict -- say, for exampl

Re: Struts-EL: Ideas about "name" and indexed "name" attributes?

2002-07-22 Thread Craig R. McClanahan
On Mon, 22 Jul 2002, Craig R. McClanahan wrote: > > > property="customers[${status.index}]"/> > > Err, that should probably something more like: but you get the idea, I hope. Craig -- To unsubscribe, e-mail: For additional c

Re: Struts-EL: Ideas about "name" and indexed "name" attributes?

2002-07-22 Thread Craig R. McClanahan
On 22 Jul 2002, David M. Karr wrote: > Date: 22 Jul 2002 20:07:22 -0700 > From: David M. Karr <[EMAIL PROTECTED]> > Reply-To: Struts Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Struts-EL: Ideas about "name" and indexed "name" attributes? > > In mapping Struts tags to