Re: does tapestry 4.2 have an iterator component

2007-10-08 Thread Robert Zeigler
INDEX... is it inner or outer? value="ognl:currentObject" index="ognl:index"> index="ognl:index"> Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: does tapestry 4.2 have an iterator component Date: Mon, 8 Oc

RE: does tapestry 4.2 have an iterator component

2007-10-08 Thread Ken nashua
How do I resolve contention over INDEX on the nested loop? If I refer to INDEX... is it inner or outer? Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: does tapestry 4.2 have an iterator component Date: Mon, 8 Oct 2007 13:25:25 -0400

RE: does tapestry 4.2 have an iterator component

2007-10-08 Thread Ken nashua
To: users@tapestry.apache.org Subject: RE: does tapestry 4.2 have an iterator component Date: Mon, 8 Oct 2007 13:22:26 -0400 tassle component LOOP is for 3.0. No indicator it is for T-4.1.2 Still blue in the face,.,.,. Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.o

RE: does tapestry 4.2 have an iterator component

2007-10-08 Thread Ken nashua
tassle component LOOP is for 3.0. No indicator it is for T-4.1.2 Still blue in the face,.,.,. Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: does tapestry 4.2 have an iterator component Date: Mon, 8 Oct 2007 12:51:17 -0400 All I am

Re: does tapestry 4.2 have an iterator component

2007-10-08 Thread andyhot
PROTECTED] To: users@tapestry.apache.org Subject: RE: does tapestry 4.2 have an iterator component Date: Mon, 8 Oct 2007 12:05:46 -0400 Thanks Bob but I need to span the whole list. Thanks Andy but I how do I cause a for loop to iterate N iterations independent of any collection? I guess I

RE: does tapestry 4.2 have an iterator component

2007-10-08 Thread Ken nashua
All I am looking for is a Loop component. Tap-4.1.2 has none. Unless someone wants to point it out and skip all the heck. Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: does tapestry 4.2 have an iterator component Date: Mon, 8 Oct 2007 12:05:46

Re: does tapestry 4.2 have an iterator component

2007-10-08 Thread Martino Piccinato
widget. I need to operate off the template. > > Would @Deletagor be an option? > > Best regards > Ken in nashua > > From: [EMAIL PROTECTED] > To: users@tapestry.apache.org > Subject: RE: does tapestry 4.2 have an iterator component > Date: Mon, 8 Oct 2007 11:34:04 -0400 >

Re: does tapestry 4.2 have an iterator component

2007-10-08 Thread andyhot
D] To: users@tapestry.apache.org Subject: RE: does tapestry 4.2 have an iterator component Date: Mon, 8 Oct 2007 11:34:04 -0400 I can whip off a solution in JSP while I am typing... value="ognl:currentObject" index="ognl:index"> <% for ( int i = 0; i

Re: does tapestry 4.2 have an iterator component

2007-10-08 Thread Robert Zeigler
to operate off the template. Would @Deletagor be an option? Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: does tapestry 4.2 have an iterator component Date: Mon, 8 Oct 2007 11:34:04 -0400 I can whip off a solution in JSP whi

RE: does tapestry 4.2 have an iterator component

2007-10-08 Thread Ken nashua
pure java widget. I need to operate off the template. Would @Deletagor be an option? Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: does tapestry 4.2 have an iterator component Date: Mon, 8 Oct 2007 11:34:04 -0400 I can whip off a solution in

Re: does tapestry 4.2 have an iterator component

2007-10-08 Thread Robert Zeigler
blind. Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: does tapestry 4.2 have an iterator component Date: Mon, 8 Oct 2007 11:19:16 -0400 Thanks Martino but FOR does not cut it. It blindly iterates a collection from 0..N. I need a component wit

Re: does tapestry 4.2 have an iterator component

2007-10-08 Thread andyhot
i = 0; i < 3; i++) spit out ... %> Why is it so hard to do such a fundamental thing in tapestry? Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: does tapestry 4.2 have an iterator component Date: Mon, 8 Oct 2007 11:22:50 -0400

RE: does tapestry 4.2 have an iterator component

2007-10-08 Thread Ken nashua
nue until the list is exhausted. Then I will see 10 rows. Right? FOR does not permit this to happen. It is blind. Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: does tapestry 4.2 have an iterator component Date: Mon, 8 Oct 2007 11:19:16 -0400

RE: does tapestry 4.2 have an iterator component

2007-10-08 Thread Ken nashua
permit this to happen. It is blind. Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: does tapestry 4.2 have an iterator component Date: Mon, 8 Oct 2007 11:19:16 -0400 Thanks Martino but FOR does not cut it. It blindly iterates a collection from 0

RE: does tapestry 4.2 have an iterator component

2007-10-08 Thread Ken nashua
Thanks Martino but FOR does not cut it. It blindly iterates a collection from 0..N. I need a component with which I can manipulate the front end starting index and jump out break at a specified numeric index. Example: I have a list of 100 . Now I want to render and show 7 elements and iterat

Re: does tapestry 4.2 have an iterator component

2007-10-08 Thread Martino Piccinato
http://tapestry.apache.org/tapestry4.1/components/general/for.html On 10/8/07, Ken nashua <[EMAIL PROTECTED]> wrote: > > I would like to do some iteration like a true for loop with front, back and > computable boundaries. > > Is there such a component? > > Best regards > Ken in nashua > _