Hi, I want to display the content of an external html file in my jsp. <jsp:include> takes only the relative path. So is there any other way to do this?
Alec Lee
Ranch Hand
Joined: Jan 28, 2004
Posts: 568
posted
0
What about jstl? Try <c:import ... />. There is nothing struts specific.
Srini Nivas
Greenhorn
Joined: Aug 25, 2005
Posts: 21
posted
0
yes... but that wouldnt help me ....in the uri attribute i need a dynamic link. which i am not able to give. i.e for example i need either url1 or url2 or url3. But using c:import i cant choose...i am having to hardcode the url. So is there any way around???