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
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.
Hi,
ok. Know where my error is already.
Thanks!
regards,
Hwee Choo