Re: forwarding out

2005-07-05 Thread Viktar Duzh
The following will work: new ActionForward("http://www.google.com";, true); Regards, -- Viktar - Original Message - From: "Lucas Bern" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" ; "Kjersti Berg" <[EMAIL PROTECTED]> Sent: Tuesday, July 05, 2005 4:14 PM Subject: forwarding ou

Re: Session-Problem

2005-05-24 Thread Viktar Duzh
Hi, Try the following in yor struts-config file: According to the struts-config.dtd file: nocache Set to "true" if you want the controller to add HTTP headers for defeating caching to every response from this module. [false] It should help.

Re: using Taglibs

2005-03-11 Thread Viktar Duzh
Sent: Friday, March 11, 2005 12:04 PM Subject: RE: using Taglibs Hi Viktar, Having the tags would execute for the tag library classes in the package org.apache.struts.taglib.html. Hence and are quite different. Regards Rajaneesh -----Original Message- From: Viktar Duzh [mailto:[EMAIL PRO

Re: using Taglibs

2005-03-11 Thread Viktar Duzh
rties. But how to put these properties in JSP controls ? Regards, Nitin --- Viktar Duzh <[EMAIL PROTECTED]> wrote: Jack, I suppose you are not right. There is no problem of using ordinary HTML tag in a plain JSP. But that form must have a correct url and names of the input elements wit

Re: using Taglibs

2005-03-11 Thread Viktar Duzh
Jack, I suppose you are not right. There is no problem of using ordinary HTML tag in a plain JSP. But that form must have a correct url and names of the input elements within the page to make the framework pick up right action and populate form bean respectively. I will give a example. 1. Supp

Wizard implementation wanted

2005-03-11 Thread Viktar Duzh
Guys, I have a web application that is built on struts framework. I need to implement a couple of wizards within the application. Could anybody recommend a robust approach? Thanks, - Viktar - To unsubscribe, e-mail: [EMAIL PRO