posted 21 years ago
if the <body-content> is declared as scriptless
1)We can't use scripting code in the body of the tag.....it's ok.
2)Can we use scripting code to assign the value of an attribute?
Eg: <ws:hello var="response"
name="<%=request.getParameter("username")%>" />
3)Does it shows that the tag is not a custom tag?
can any body plz guide me