| Author |
Logic iterate problem
|
sachinb mahajan
Greenhorn
Joined: Jun 30, 2006
Posts: 6
|
|
I am using logic iterate to generate select box on the screen. The box gets populated with the options properly but I am unable to select a specific entry. Here is the code How can I select a specific entry in the list of options?
|
 |
sachinb mahajan
Greenhorn
Joined: Jun 30, 2006
Posts: 6
|
|
Got the solution Inside the logic iterate tag I can access individual value object with the help of id that I used in the logic iterate tag. I can check the desired value and programatically write an option with 'selected'
|
 |
 |
|
|
subject: Logic iterate problem
|
|
|