RE: Calling HTTPS URL with IO

2003-10-10 Thread Martin van Dijken
Hey Hassan, I was aware of the fact taht there were several extra steps necessary to get an HTTPS connection, but not that it required this much code in the page. This makes the use of IO very impractical for this use case. Now it would seem to be a very good idea to put this code in the tag

Re: Calling HTTPS URL with IO

2003-10-10 Thread Benedetto Dell'Ariccia
Hi Hassan, tnx for the help but, I show you this code, in this code there are 3 calls with the IO taglib to 3 different HTTPS servers, the first one is the one that does not work, I had to put xxx and , the others works correctly without any other codeyou can try.is this correct? The

RE: Calling HTTPS URL with IO

2003-10-10 Thread Martin van Dijken
Ah Benny! Now you tell us the exact Exception ;) I've noticed before that a lot of older scripts still assume that the - character is not allowed in domain names. We had an email checker that barfed on it. This is probably the case here as well. Can anybody from dev confirm this? And possibly

Re: Calling HTTPS URL with IO

2003-10-10 Thread Benedetto Dell'Ariccia
I'm really sorry but I had problems with debugging but if I change io:http url=https://add-on-as1.tb.tiscali.it:443/xxx/y; action=GET/ with. io:http url=https://add-on-as1.tb.tiscali2.it:443/xxx/y; action=GET/ I added 2 after Tiscali then the error change

XSL: formating date

2003-10-10 Thread Stefan Trcko
Hello My XML file looks like this: article id=58043 language=sl created20031003173834/created start20031003173834/start headlineTitle/headline url id=1url to the document/url author id=1author/author /article I have xsl file for formating, but I don't know how to format date created which is in

Re: c:import: relative links inside WEB-INF don't work

2003-10-10 Thread Micael
As an aside, you certainly can, and I think should, execute JSPs within WEB-INF. I even execute my resources within WEB-INF. At 04:55 PM 10/7/2003 -0400, Serge Knystautas wrote: You shouldn't be able to execute JSPs within your WEB-INF, so all 3 of your examples should be forbidden. I think

Re: c:import: relative links inside WEB-INF don't work

2003-10-10 Thread Micael
You need to use something like struts to operate inside WEB-INF. At 05:34 PM 10/7/2003 -0400, Manolo Ramirez T. wrote: Hi, I have this problem with Tomcat 4.1.24 and taglibs-standard 1.0.3. When I try lo include a jsp inside WEB-INF I must to use an absolute url, this are my files:

Re: Calling HTTPS URL with IO

2003-10-10 Thread Hassan Schroeder
Martin van Dijken wrote: I was aware of the fact taht there were several extra steps necessary to get an HTTPS connection, but not that it required this much code in the page. This makes the use of IO very impractical for this use case. Now it would seem to be a very good idea to put this

Re: My favorite tag is ......displaytag.sf.net

2003-10-10 Thread Nic Werner
This tag looks great, but I haven't been able to find any documentation on using this with JSTL! Can someone help me out with this or point me somewhere? There appears to be a lot of work and suggestions, but little on implementation - Nic Link11 I have use many tags, such as JSTL, etc.