Avatar of mvkraju
mvkraju

asked on 

compilation error in the included jsp page

hi,

  I have response.jsp and payout.jsp files. payout.jsp file was included in response.jsp with include directive tag.
We have a Vector object which was initialized in response.jsp that is being used by payout.jsp page. Since the Vector object (i.e. pat) was not initialized in payout.jsp, it gives compilation error: pat cannot be resolved.
  How to resolve this? I appreciate ur help.

Thanks
Web Languages and StandardsJSP

Avatar of undefined
Last Comment
TimYates

8/22/2022 - Mon