> <bean:define id="value" name="imeK" scope="request" /> > <html:text size="54" property="imeK" styleClass="InputTable" > value="<%=value.toString()%>" />
Tnx, it works :-) > Alternatively, use an action to populate the form bean. OK. I try to do this: ZahtjevZaKreditForm zahtjevZaKreditForm = (ZahtjevZaKreditForm) form; zahtjevZaKreditForm.setPrezimeK(prezimeK); and leave the jsp unchanged like: <html:text size="54" property="imeK" styleClass="InputTable"/> But than i get error. What is wrong? Tnx again. Stanislav --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]