| Author |
Problem with html:select
|
AbhiRam Kalyan
Greenhorn
Joined: Oct 31, 2005
Posts: 25
|
|
Hi all, I am getting the following error, unable to find out please help: My jsp page: Action class: Snippet from ActionForm: data access code: I am able to get the data in to projectManagerList in action class and by iterating it i am able to print the data. Please help me out where is error? Thanks Sasikanth
|
Sasikanth
|
 |
Brent Sterling
Ranch Hand
Joined: Feb 08, 2006
Posts: 948
|
|
At first glance, it looks like you have your property attributes switched. The property of the html:select tag is the value of the selected item where the property of the html ptionsCollection tag is the collection to iterate. Like this: - Brent
|
 |
AbhiRam Kalyan
Greenhorn
Joined: Oct 31, 2005
Posts: 25
|
|
Hi Brent, Thankyou very much,now its working..
|
 |
 |
|
|
subject: Problem with html:select
|
|
|