Gotcha!!!!

Oh poor man :-)

The problem was in the form:

I used the attribute value="" for the html:text tag from an old form!!!!

ByE

If I try to print on that form the bean polizza_newForm the properties are correct:

<c:out value="${polizza_newForm}" />
gives:

DynaActionForm[dynaClass=polizza_newForm,nome=test]

My form is:
<html:form action="/polizza_new_preview.do">
    <html:text
        name="polizza_newForm"
        property="nome"
        size="25"
        maxlength="25"
        value= ""
    />
<html:submit value="Conferma" styleClass="bottone" />
<html:button value="Elimina" property="Elimina" styleClass="bottone" /> <html:reset value="Annulla" styleClass="bottone" /> </html:form>
Thanks

LuKe





--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f

Sponsor:
Email.it Phone Card: chiami in tutto il mondo a tariffe imbattibili da tutti i 
telefoni fissi e cellulari! Clicca e scopri come
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=2686&d=10-7

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to