RE: taglibs i/o or jstl core library

2004-02-09 Thread Chris Daly
it otherwise - they operate an invisible proxy server and claim that it wont be this ) cheers chris At 16:18 07.02.2004 -0800, you wrote: 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

RE: taglibs i/o or jstl core library

2004-02-05 Thread Chris Daly
setting the Content-Location header). If you have access to either the Amaya or Opera browsers (as pointed to in the link I provided), you can verify if this is a browser issue. As for base: http://www.htmlhelp.com/reference/html40/head/base.html Quoting Chris Daly [EMAIL PROTECTED]: hi what

RE: taglibs i/o or jstl core library

2004-02-05 Thread Chris Daly
that a JSP with something like: c:redirect url=http://java.sun.com// isn't working for you? I don't understand what you mean by, the app doesn't recognise it. Quoting Chris Daly [EMAIL PROTECTED]: thanks, i tried this on opera 6 for windows and it does not compute the base URI of the document

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 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

jstl 1.0

2004-02-04 Thread Chris Daly
hi i've just downlaoded the above and i wish to deploy the url related actions related actions onto another server and app, and dont wish to copy everything - do i have to ? also where is teh jar file i copy to the WEB-INF/lib directory and which tld file do i use ? or should i just take

i/o taglib

2004-02-03 Thread Chris Daly
hi i've imported the Jakarta Project: IO Tag library: Tags for working with FTP, HTTP, HTTPS, XML-RPC and SOAP inot my app and its working fine, except that the url i am trying to request has relative images which are showing up as unfound. i am just using the io :request tag. should i use the