IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
Expand all | Collapse all

Radio button group

  • 1.  Radio button group

    Posted Mon October 28, 2002 12:21 PM

    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


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: Radio button group

    Posted Mon October 28, 2002 03:23 PM

    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


    #Tamino
    #webMethods
    #API-Management