Thursday, March 17, 2011

Can we use the out (JSP implicit Object) Object in JSP declarative Tag

Hi Guys,

Have you ever tried to use the out object in the JSP Declarative Tag try it guys....

Actually you cannot use the out object directly in the JSP Declarative tag....

what i want to convey is try to understand the following code

<%!
        out.write("its a blunder");
        out.println("this is also blunder");
  %>

No comments:

Post a Comment