problems with saving input value from JSP in a LinkedList which consists of multiple LinkedLists with a unknown name

2007-02-22 Thread Annica Glÿffffffffffe4nzel
hi, hi I have a big problem. I want to make a form in my JSP with many input fields which should be sorted by groups. in my action i've saved many Objects to which i can acess with data transfer objects in a LinkedList which should represent one group. the number of existing groups is unknown.

RE: saving a value in jsp?

2005-11-28 Thread Ramaswamy, Palaniappan
Mailing List Subject: Re: saving a value in jsp? Hi , you said But if you stick to this then you can create a hidden field called name and on the onChange of the dropdown list set the value of the hidden field to the selected name. i was struct here mate.i already used hidden field

Re: saving a value in jsp?

2005-11-26 Thread hem hem
Hi , you said But if you stick to this then you can create a hidden field called name and on the onChange of the dropdown list set the value of the hidden field to the selected name. i was struct here mate.i already used hidden field to achieve this but i am getting the

saving a value in jsp?

2005-11-25 Thread Kanuri, Chand
hi all, i have a dropdown list in my struts web app, i am having a form in which a bean is instatiated(bean has 2 properties name and code). i am using like this in the jsp: tdhtml:select property=item.code

Re: saving a value in jsp?

2005-11-25 Thread Tamas Szabo
Hi, I think somebody already explained you that you don't need the name. In the Action to which you forward you can loop up the name based on the code. But if you stick to this then you can create a hidden field called name and on the onChange of the dropdown list set the value of the hidden