Question about DTDs ...

2004-03-03 Thread Alain Van Vyve
A lot of things have to be parsed : web.xml, struts-config.xml and so on so for example, lines like that are already present in our XML files : http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";> or "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";> I understand the concept of DT

Re: accessing an image outside my webapp

2004-01-15 Thread Alain Van Vyve
ap the action // call the action On 15 Jan 2004, at 15:45, Alain Van Vyve wrote: > I think It is an intersting debate about relative versus absolute > addressing ... > but I'm not relatively but absolutely lost ... > Here is my jsp source ... > What do I have to change ? >

Re: forward on https

2004-01-15 Thread Alain Van Vyve
I had the same need last week and I started a Thread called "Mix protocols transparently in Struts" Have a look at this ... You will need the "Struts SSL Switching Extension" hosted at sourceforge: http://sourceforge.net/projects/sslext/ Alain At 17:27 15/01/2004 +0100, you wrote: Hi, Is there

Re: accessing an image outside my webapp

2004-01-15 Thread Alain Van Vyve
er wrote: seems like an odd request... but here goes... html:img supports three attributes for specifyin the location of an image forward (referes to a global forward), page (relative to the current web context), and href (any valid URL). Rick Hightower Developer Struts/J2EE training -- http://w

accessing an image outside my webapp

2004-01-15 Thread Alain Van Vyve
I have a JSP where I would like to show an image located outside my webapp (e.g. in a c:\photo directory) ... How to do that with the Struts tag ?? Thanks Alain - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: Mix protocols transparently in Struts

2004-01-09 Thread Alain Van Vyve
thank you to Manfred and Robert ... and to sslext developpers of course ... sslext is THE response of all my needs Alain At 16:48 6/01/2004 +0100, you wrote: I would like to mix HTTP et HTTPS ... A very intersting article http://www.javaworld.com/javaworld/jw-05-2002/jw-0510-struts_p.html h

Mix protocols transparently in Struts

2004-01-06 Thread Alain Van Vyve
I would like to mix HTTP et HTTPS ... A very intersting article http://www.javaworld.com/javaworld/jw-05-2002/jw-0510-struts_p.html has been written about that subject but the solution described was designed in a Struts 1.0 environment ... Does somebody has already adapted that solution in a St