|
help with jsp page
hi evryone !!
I'm having problems with my jsp page..
when i use the comment tag nested inside another tag , it closes the upper tag and reports
jasper exception..
<%! some declarations here..
<%-- this comment closes the declarative tsg --%>
%>//this is not seen
any help ?
|