Re: Tiles in Frameset

2004-09-02 Thread Velja Radenkovic
On Thu, 2 Sep 2004 06:43:25 -0700 (PDT), Caroline Jen <[EMAIL PROTECTED]> wrote: > How do I display tiles in columns in the browser? > > I have been using tiles feature of the Struts > framework, and the tiles are displayed in the browser > in "rows". This is my setup (which works fine): > > >

Re: Switching between HTTP and HTTPS

2004-09-15 Thread Velja Radenkovic
If You think on this one: http://www.javaworld.com/javaworld/jw-02-2002/jw-0215-ssl.html That article is the beginning of "sslext". Sslext is a very good package. Do not use it with Tomcat versions that comes with JBuilder X. With one of them it does not work. On Wed, 15 Sep 2004 10:45:28 +0

Re: [OT] how to implement https?

2004-10-06 Thread Velja Radenkovic
Google for SSLExt. On Wed, 6 Oct 2004 15:39:49 +0530, Viral_Thakkar <[EMAIL PROTECTED]> wrote: > Hi All, > > I have a application developed in struts on JDeveloper and standalone > oc4j... Now I want to implement https protocol for few actions. > > What are the steps to do this ..? > > First,