Include Jps with Absolute path

P

Prakash

Hi All,
How can I include an JSP file with the JSP file using absolute path
of that JSP.
i ahve two applications Payment,StoreApp.

i want to include the JSP in Payment applcaition inside the
StroreApp.. How to do this?
any body can help me out


Thnaks in Advance.


Gnanz.../
http://gnanz-flexworld.blogspot.com
 
D

Dave Miller

Prakash said:
Hi All,
How can I include an JSP file with the JSP file using absolute path
of that JSP.
i ahve two applications Payment,StoreApp.

i want to include the JSP in Payment applcaition inside the
StroreApp.. How to do this?
any body can help me out


Thnaks in Advance.


Gnanz.../
http://gnanz-flexworld.blogspot.com
jsp:include seems to be what you're looking for but it uses a relative
path. Why do you need an absolute path?
 
Joined
Dec 24, 2010
Messages
19
Reaction score
0
Prakash said:
Hi All,
How can I include an JSP file with the JSP file using absolute path
of that JSP.
i ahve two applications Payment,StoreApp.

i want to include the JSP in Payment applcaition inside the
StroreApp.. How to do this?
using JSTL core
<c:import url="absolute url" />
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,271
Latest member
BuyAtenaLabsCBD

Latest Threads

Top