View Single Post
  #1 (permalink)  
Old 07-04-2007, 03:47 PM
Marcus Marcus is offline
Member
 
Join Date: Jun 2007
Posts: 92
Marcus is on a distinguished road
Help with Tags JSP
Under WEB-INF/tags directory there is a file called select.tag.
I viewed the filed and found there are some lines of java codes wrapped within the
Code:
<%! %>: <%! ... try { Object bean = jspContext.findAttribute(beanName); Method m = bean.getClass().getMethod(methodName, null); result = m.invoke(bean, null).toString(); ... %>
My question is: why use "!" after the
Code:
<%? Why not directly use <%.... %>>
Thanks.
Marcus
Reply With Quote
Sponsored Links