RE: notEmpty/empty and interation

2003-07-07 Thread ben
;) that was it forgot to declare the taglib. thanks. > -Original Message- > From: Sandeep Takhar [mailto:[EMAIL PROTECTED] > Sent: Montag, 7. Juli 2003 16:59 > To: Struts Users Mailing List; [EMAIL PROTECTED] > Subject: Re: notEmpty/empty and interation > > >

Re: notEmpty/empty and interation

2003-07-07 Thread Sandeep Takhar
also check to see if you have logic taglib api defined. If it is not, then check your source and you will see the xml .. wrote: > Hi, > > Using struts1.1 I have problems getting the iterate > tag working. > the page scoped id bean for the element is never > found. This happens when > the collect

Re: notEmpty/empty and interation

2003-07-07 Thread Sandeep Takhar
seems right. what happens if you just print "hello" in between the tags? Does it print the correct number of times? sandeep --- ben <[EMAIL PROTECTED]> wrote: > Hi, > > Using struts1.1 I have problems getting the iterate > tag working. > the page scoped id bean for the element is never > found.

notEmpty/empty and interation

2003-07-07 Thread ben
Hi, Using struts1.1 I have problems getting the iterate tag working. the page scoped id bean for the element is never found. This happens when the collection is empty or contains values. Help is greatly appreciated. Details: I store a Collection under "oss_prod_list" in my session, with the fol