X-Application Version: 3.1.2, 3.1.1
Tamino Version : 3.1.1
Platform : Win2k
WebContainer : Tomcat 3.3.1
JDK Version : 1.3.1
Hello,
How can we use the variable in scriptlets inside xapplication jsp tags.
for example i want to use a variable inside an “if” tag like
<bdm:if condition=“notequal” select=(my scriptlet variable) value=“5”)
I tried this but it didn’t work
<bdm:if condition=“notequal” select=“<% out.print(iCount); %>” value=“5”)
if the above condition is false i will hide the “ADD” button.
Are there any ways to do like this?
can we mix up javascript or java with jsp tags?if possible how?
#Tamino#API-Management#webMethods