Connecting Tech Pros Worldwide Forums | Help | Site Map

<Jsp :include> in jspx file

Familiar Sight
 
Join Date: Aug 2007
Posts: 165
#1: Aug 5 '08
Hi All,
is it possible to include jsp page in jspx file?
I'm having as follows... in jspx file

JSPX file:

Expand|Select|Wrap|Line Numbers
  1. <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" xmlns="http://www.w3.org/1999/xhtml" version="2.0">
  2.  
  3. <jsp:directive.page contentType="text/html"/>
  4. <jsp:include page="http://localhost:8080/AppName/jsp/test.jsp"/> 
  5.  
  6. <body>
  7. AAAAA
  8. </body>
  9. </jsp:root>
But,the jsp page is not included.... Help pl...

acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#2: Aug 5 '08

re: <Jsp :include> in jspx file


gaya3, as a full member (for some time) now, you should know that we expect your code to be posted in [code] tags (See How to Ask a Question).

This makes it easier for our Experts to read and understand it. Failing to do so creates extra work for the moderators, thus wasting resources, otherwise available to answer the members' questions.

Please use the tags in future. This will be your last warning. Any more could result in a temporary ban.

You also posted this in the wrong forum. JSP and JavaScript are completely different languages. Post JSP questions in the Java forum (at least for the time being).

MODERATOR.
Familiar Sight
 
Join Date: Aug 2007
Posts: 165
#3: Aug 5 '08

re: <Jsp :include> in jspx file


Quote:

Originally Posted by acoder

gaya3, as a full member (for some time) now, you should know that we expect your code to be posted in [code] tags (See How to Ask a Question).

This makes it easier for our Experts to read and understand it. Failing to do so creates extra work for the moderators, thus wasting resources, otherwise available to answer the members' questions.

Please use the tags in future. This will be your last warning. Any more could result in a temporary ban.

You also posted this in the wrong forum. JSP and JavaScript are completely different languages. Post JSP questions in the Java forum (at least for the time being).

MODERATOR.



please apologise

-Regards,
gaya3
Reply