RE: taglibs i/o or jstl core library

2004-02-09 Thread Chris Daly
when i tested the c:import tag on my machine, it didn't work when pulled in the include page. i also tested it on the jsp page itself (not from the include page) and still got the same problem. this was on a unix sever so i then tested it on my local server (on a test app on win2000 pro), and

RE: taglibs i/o or jstl core library

2004-02-07 Thread Martin Cooper
On Thu, 5 Feb 2004, Chris Daly wrote: yes. i have an application with an include header.jsp file, and its using the c:redirect/ tag to go to the remote site then nothing happens in terms of header.jsp tag, this is missing from the browser page and appears to return nothing. That's not

RE: taglibs i/o or jstl core library

2004-02-05 Thread Chris Daly
thanks, i tried this on opera 6 for windows and it does not compute the base URI of the document per Section 14.14 of rfc2616. i tried using the jstl redirect tag but the app doesn't recognise it the header returns a blank and whats within the body tags takes up the space. it looks like a

RE: taglibs i/o or jstl core library

2004-02-05 Thread Chris Daly
yes. i have an application with an include header.jsp file, and its using the c:redirect/ tag to go to the remote site then nothing happens in terms of header.jsp tag, this is missing from the browser page and appears to return nothing. in terms of the c:import tag it works ok if the url is

taglibs i/o or jstl core library

2004-02-04 Thread Chris Daly
hi i'm trying to make a url include within a page and was wondering which tag could pull in the url and display relative image links within the url ? cheers chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: taglibs i/o or jstl core library

2004-02-04 Thread Kris Schneider
- From: Chris Daly [mailto:[EMAIL PROTECTED] Sent: woensdag 4 februari 2004 12:05 To: [EMAIL PROTECTED] Subject: taglibs i/o or jstl core library hi i'm trying to make a url include within a page and was wondering which tag could pull in the url and display relative image links

RE: taglibs i/o or jstl core library

2004-02-04 Thread Chris Daly
hi what i've done is imprt teh i/o tag library from http://jakarta.apache.org/taglibs/doc/io-doc/intro.htmland and am trying to use an existing include jsp to pull in the remote url and all relative image links using the io:request tag. I'm now looking at the jstl and url related actions and

RE: taglibs i/o or jstl core library

2004-02-04 Thread Kris Schneider
I've never used the IO taglib so I can't comment on it's abilities. The quick test I performed with JSTL's c:import failed to do what I think you're asking for (even when setting the Content-Location header). If you have access to either the Amaya or Opera browsers (as pointed to in the link I