Getting the id of an object in the value tag

2003-04-01 Thread JONATHAN PHILIP HOLLOWAY
I wonder whether someboyd knows how to do the following: If I have: html:radio value=2 property=answer/ How do i change this so the value tag takes the id from a bean instead of 2 Is it like this: html:radio value= bean:write id=AnswerBean property=answerId/ property=answer/ Or is there

Re: Getting the id of an object in the value tag

2003-04-01 Thread Nicolas De Loof
JSP tags follow XML syntax, so you cannot embend a tag inside another like you do. You can use this : bean:define id=value name=AnswerBean property=answerId/ html:radio value=%= value % property=answer/ Nico. I wonder whether someboyd knows how to do the following: If I have: html:radio

Antwort: Getting the id of an object in the value tag

2003-04-01 Thread Manuel Lenz
You geht directly the value from the Form-Bean with this code: value=%=banfForm.getLieferdatum()% Maybe there exists a struts-tag to get the value too. Mit freundlichen Gruessen i.A. Manuel Lenz e-mail: [EMAIL PROTECTED] web: www.viessmann.com |-+--- |