I have problem with this part of code: <td class="Podaci" align="right"> <html:select property="vrstaKredita" styleClass="Podaci"> <html:option value=""></html:option> <html:option value="-">-----------------------------------------------------------------------------------</html:option> <logic:present name="hmUserPrijenosList"> <logic:iterate id="hmUserPrijenos" name="hmUserPrijenosList"> <html:option value="<bean:write name='hmUserPrijenos' property='user-podatak-2-0'/>"><bean:write name='hmUserPrijenos' property='user-podatak-1-0'/></html:option> </logic:iterate> </logic:present> </html:select> </td>
When I'm hiting submit button and having error in validation, in drop down box i get last value from hmUserPrijenosList and when submit button do not trigger validation error value that i pick from action with: request.setAttribute("vrstaKredita",otvaranjeOsnovniPodaciForm.getVrstaKredita()); i don't get any good value's. But when i'm working with just option and select tag (not struts html:select/option) everything is great, but when i get validion error i lose information from drop-down box. What is wrong? Stanislav --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]