Re: Lists within lists issue

2005-11-09 Thread Rahul Akolkar
On 11/9/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > On 11/9/05, Rick Reumann <[EMAIL PROTECTED]> wrote: > > Michael Jouravlev wrote the following on 11/8/2005 7:15 PM: > > > > >> > >> property="someObject[${aProp.someIndex}].subobject[${bProp.someIndex}].someField"/> > > > > > Any idea how

Re: Lists within lists issue

2005-11-09 Thread Michael Jouravlev
On 11/9/05, Rick Reumann <[EMAIL PROTECTED]> wrote: > Michael Jouravlev wrote the following on 11/8/2005 7:15 PM: > > >> >> property="someObject[${aProp.someIndex}].subobject[${bProp.someIndex}].someField"/> > > > Any idea how to simplify input using JSTL 1.1 (JSP 2.0) only? > > Well, that would b

Re: Lists within lists issue

2005-11-09 Thread Rahul Akolkar
On 11/9/05, Rick Reumann <[EMAIL PROTECTED]> wrote: > Michael Jouravlev wrote the following on 11/8/2005 7:15 PM: > > >> >> property="someObject[${aProp.someIndex}].subobject[${bProp.someIndex}].someField"/> > > > Any idea how to simplify input using JSTL 1.1 (JSP 2.0) only? > > Well, that would b

Re: Lists within lists issue

2005-11-09 Thread Rick Reumann
Michael Jouravlev wrote the following on 11/8/2005 7:15 PM: Any idea how to simplify input using JSTL 1.1 (JSP 2.0) only? Well, that would be pretty much impossible without writing a tag to do it (since as it stands how could JSP or JSTL have any idea what your nested property names are?

Re: Lists within lists issue

2005-11-08 Thread Michael Jouravlev
On 11/8/05, Rick Reumann <[EMAIL PROTECTED]> wrote: > Paul Benedict wrote the following on 11/7/2005 7:38 PM: > > > You are much better off using JSTL so you can write something like: > > > > Actually the above is not what you probably want at all. The above is > not going to write out the name of

Re: Lists within lists issue

2005-11-08 Thread Rick Reumann
Paul Benedict wrote the following on 11/7/2005 7:38 PM: You are much better off using JSTL so you can write something like: Actually the above is not what you probably want at all. The above is not going to write out the name of the property correctly. You probably mean something like...

Re: Lists within lists issue

2005-11-08 Thread Dave Newton
Paul Benedict wrote: You are much better off using JSTL so you can write something like: Once you go JSTL, you never go back :-) Which makes the object tags obsolete. This, of course, isn't JSTL, but JSP 2.0. Dave -

RE: Lists within lists issue

2005-11-07 Thread Paul Benedict
Prabdoh, You are much better off using JSTL so you can write something like: Once you go JSTL, you never go back :-) Which makes the object tags obsolete. Paul --- "Deshmukh, Prabodh (P.)" <[EMAIL PROTECTED]> wrote: > Looks like using nested tags helps only if I don't have lists/sub-lists >

RE: Lists within lists issue

2005-11-07 Thread Deshmukh, Prabodh \(P.\)
Looks like using nested tags helps only if I don't have lists/sub-lists i.e. the object heirarchy is object->sub-object->sub-sub-object->property Any thoughts? -Original Message- From: Deshmukh, Prabodh (P.) Sent: Monday, November 07, 200