Bonjour
J'ai un champ texte :
Avec son formBean, action Bean etc et quand je fais :Code:<html:text property="date" size="16" maxlength="16"/>
Ca marche très bien c'a s'affiche.Code:<bean:write name="ch03.hello" property="date" />
La ou il y a problème c'est dans mon radio :
Si je faisCode:
1
2
3 <html:radio property="typeCourses" value="toto"/> <html:radio property="typeCourses" value="titi"/>
Y'a rien qui s'affiche...Code:<bean:write name="ch03.hello" property="typeCourses" />
Est ce un problème de syntaxe ?
merci pour toute aide