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 matc

Session Timeout

2004-05-18 Thread Harjot Narula
websphere as App Server. We have also extended the Struts Request Processor to implement some code in every request. Now, I want to know if this can be done using struts, I do not want to write any code for this ??? Harjot Harjot Narula Induslogic

Re: Session attributes lost when open a popup window

2004-05-18 Thread Harjot Narula
Hi I see no reason of losing the session while opening a JSP in a new pop up window. Try this test2 or window.open("/test2.jsp","test2"); I am pretty sure that no session variables are lost while opening a JSP in a pop up window. Harjot - Original Message - From: "grati_a_lozano" <[

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. response.sendRedirect(response

Re: [OT] EJB/Struts Design Question

2004-06-09 Thread Harjot Narula
Hi Navjot I am late at answering this but still I thought I should. I agree with the design you have provided, but I wonder why are you using the ProductDelegate here. Is your application too big, or do you have too many type of clients ? Are you using some caching mechanism in business delegate

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: Wed

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: Want to do some business logic before the action class of struts is invoked. How ?

2004-06-11 Thread Harjot Narula
Just extend the struts request processor and then you can over ride any method in the requestprocessor. If you need to check something before every request you can put the code in processPreProcess method of request processor. ActionServlet calls this method just before processing every request. H

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 <[E

Re: Language resource bundles problem

2004-05-13 Thread Harjot Narula
Hi I think you need to mention something like this in web.xml config /WEB-INF/struts-config.xml and in struts-config.xml you need to have this you can use this in JSP as This will also work probably myActionForm.setMessage(mr.getMessage("de", "messages.deleteFailed"));

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]> Sen