Abhijit Tannu wrote:
> We are trying to RUN JSPs on the NAS which supports NAS 0.92 Specification.
> We are facing certain problems with that -
> 1) We are not able to specify any relative path for the included files. e.g.
> <!--# include file="../common.jsp" -->
>
I think you can solve this problem by passing the virtual parameter to specify the
directory from you application root.For example, if your application is under:
APPS/MyApp (the root being MyApp), you should write something like:
> 2) We were trying to include a file having may function definations. All
> these functions were to be run on the client side and were included with in
> the <script RUNAT="client"> ....... </script> tags. The server was inserting
> some of it's own junk characters before sending the file to the browser.
> Obviously the browser was not able to understand these characters and was
> giving error.
>
> If anyone has faced similar problems , pl. help us in overcoming these
> problems.
>
> Thanking in anticipation.
>
> Regards
> Abhi
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> FAQs on JSP can be found at:
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html