RE: Problem with html:options - tag

2003-11-12 Thread Nimish Chourey , Tidel Park - Chennai
Probably .. The form tag has the action , which is linked to some different form . Ie say you have form tag like this html:form action=/A method=POST And in struts config , the action is mapped to some form say form name B , then your html options tag should be like html:options

RE: Problem in Html:options tag

2002-04-17 Thread Voytek . Jarnot
What's the error? -Original Message- From: Sidhartha Jain [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 1:00 PM To: [EMAIL PROTECTED] Subject: Problem in Html:options tag Hi I have an options tag which gets a list of values somehwre around 111 in number.But while

RE: Problem in Html:options tag

2002-04-17 Thread Galbreath, Mark
You have to use the collection property of the options tag - read the tag spec: http://jakarta.apache.org/struts/struts-bean.html but it's not going to work Mark -Original Message- From: Sidhartha Jain [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 2:00 PM To: [EMAIL

RE: Problem in Html:options tag

2002-04-17 Thread Voytek . Jarnot
() method which returns a Collection of org.apache.struts.util.LabelValueBean It all works, am I missing something? -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 1:14 PM To: 'Struts Users Mailing List' Subject: RE: Problem in Html:options