Re: [help] html-el:select in logic:iterate loop

2006-09-11 Thread Garner Shawn
I figured it out and fixed my code. The options tag is responsible for rendering the selected attribute. I kind of thought the select tag doEndTag would parse the evaluated tag body and set the right one as selected. I suppose not as efficient if you did it that way. Thanks, Shawn On 9/11/06,

[help] html-el:select in logic:iterate loop

2006-09-11 Thread Garner Shawn
I have a html-el:select in a logic loop and the values are not being retained after submtitting the form and returning with a validation action error. The html-el:text fields values are being retained and they are in the exact same object.