AW: All values null after Validate

2004-01-15 Thread Oliver Thiel
Hi Søren, IF you use [extends ActionForm] you can use: input type=text name=username value=bean:write name=basicForm property=username / (in your jsp) OR: IF you use [extends ValidatorForm] you can use: html:text property=username/ (in your jsp) Hope that helps Oliver -Ursprüngliche

AW: All values null after Validate

2004-01-15 Thread Otto, Frank
Hi Oliver, You can use html:text property=username/ in [extends ActionForm] too. Regards, Frank -Ursprüngliche Nachricht- Von: Oliver Thiel [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 15. Januar 2004 11:21 An: 'Struts Users Mailing List' Betreff: AW: All values null after Validate