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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  hyperlink don't work

    Posted 11/13/02 06:51 AM

    X-Application Version: 3.1.3, 3.1.2, 3.1.1
    Tamino Version : 3.1.1
    Platform : NT, Win2k, Solaris, …
    WebContainer : Tomcat 3.3
    JDK Version : 1.3.1

    Can Xapplication handle input type=“button” ?

    I have this in my jsp page.
    <xapp:elementaction type=“search” form=“form1”></xapp:elementaction>

    I want a button called “Select” that will link to searchClassification.jsp page. But there is no action at all when I run the application and no error is generated.


    regards,
    Hwee Choo


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: hyperlink don't work

    Posted 11/13/02 09:14 AM

    Hello,

    your HTML control <input type=“button” …/> is enclosed by a link ( ). For X-Application, only the link is relevant.

    Could do the following checks:
    (a) Create normal HTML page which contains a HTML form and a button encapsulated by a link. Check if the form is transmitted if you click the button. I am not sure if this works. I remember I had problems with this.

    (b) If it works, invoke your page which contains the elementaction by a browser. Have a look at the HTML source of the page. I would expect that the value for X-Applications coded parameter is added to the javascript part of the “href” attribute.

    Bye,
    Christian.


    #Tamino
    #API-Management
    #webMethods


  • 3.  RE: hyperlink don't work

    Posted 11/13/02 09:47 AM

    Hi,

    ok. Know where my error is already.

    Thanks!

    regards,
    Hwee Choo


    #Tamino
    #webMethods
    #API-Management