X-Application Version: 3.1.3
Tamino Version : 3.1.1
Platform : Win2k
WebContainer : Tomcat 3.3
JDK Version : 1.3.1
HI
how can I store the value of a radio button group in tamino ?
LOVE
Hi,
in our documentation is an example for your questions. Unfortunately it is a little bit difficult to find…
Please have a look in the JavaServer Pages Tag Reference and select the edit tag.
Here is a short extract of it:
Example for a radiobutton:
<xapp:edit select="/Property/@Category"><input type="radio" value="Buy"/></xapp:edit>Buy
<xapp:edit select="/Property/@Category"><input type="radio" value="Sell"/></xapp:edit>Sell
Bye
Thorsten