Re: Action Forward

2004-06-09 Thread Harjot Narula
Hi Brati Well, as far as I can understand, you don't wanna use struts-config for your forward path cause it is being generated at runtime. I think this will be helpful Just before returning from execute of the Action class, you can redirect the control to any JSP.

Re: Hi

2004-06-09 Thread Harjot Narula
Geeta is right There was a post on this list sometime ago and if I remember it correctly you will find the solution to this at http://www.scioworks.net/camino_doc/manual/strutsIntro/struts1_0.html just look at saveToken in this article. You have this saveToken method in Action class. Harjot

Fw: design security issue

2004-06-09 Thread Harjot Narula
To implement a similar behaviour struts provides with the saveToken functionlaity. Look at it here http://www.scioworks.net/camino_doc/manual/strutsIntro/struts1_0.html Harjot - Original Message - From: Frank Zammetti [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday,

Re: design security issue

2004-06-09 Thread Harjot Narula
To implement a similar behaviour struts provides with the saveToken functionlaity. Look at it here http://www.scioworks.net/camino_doc/manual/strutsIntro/struts1_0.html Harjot - Original Message - From: Frank Zammetti [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 09,

Re: About multiple Resourcebundles

2004-05-17 Thread Harjot Narula
Hi You dont need anything in web.xml except from config parameter name and value which I beleive you would have given. Just let me know if you are using tiles by any chance. We had some problems in the application we developed due to tiles. Just make sure that name of the files in classpath

Re: Refresh - Duplicate Records Issue.

2004-05-14 Thread Harjot Narula
Hi Tarun Have a look at this (Search for 'token' on this page) http://www.scioworks.net/camino_doc/manual/strutsIntro/struts1_0.html Hope you find a solution. Harjot - Original Message - From: Tarun Dewan [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent:

Re: [OT] Jobs

2004-05-13 Thread Harjot Narula
Any positions in India ??? I have struts development experience of almost 2 years ... - Original Message - From: Andy Engle [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, May 13, 2004 8:30 PM Subject: Re: [OT] Jobs James Mitchell [EMAIL

Re: Language resource bundles problem

2004-05-13 Thread Harjot Narula
Hi I think you need to mention something like this in web.xml init-param param-nameconfig/param-name param-value/WEB-INF/struts-config.xml/param-value /init-param and in struts-config.xml you need to have this message-resources parameter=ofmResources/ message-resources key=de