Transaction control tokens?

2002-02-05 Thread Jhaveri, Harshal
Hi! All I am having problems using Transaction control tokens. I am not sure I am using it in the right manner. This is what I am using in the perform method of my action. saveToken(request) ; if (!isTokenValid(request)){ /* specific piece of working code */ } resetToken(request); I

RE: Somebody help...

2001-12-10 Thread Jhaveri, Harshal
comment the remove page scope attributes from the org.apache.struts.taglib.html.FormTag: In the doEndTag() method comment this lines out: That should work. i.e: public int doEndTag() throws JspException { // Remove the page scope attributes we created /*

RE: Struts, VAJ 3.5.3 Websphere Test Environment

2001-09-25 Thread Jhaveri, Harshal
Hi! Start the trace on the test environment and you will some exceptions on the struts applications . I was getting the exact same error.After I started tracing I got an much better picture. Harshal. -Original Message- From: West, Tedie [mailto:[EMAIL PROTECTED]] Sent: Monday,

Struts Installation with VAJ 3.53 ? Help

2001-09-24 Thread Jhaveri, Harshal
hi! All I am having problems installing struts in VAJ 3.53 I followed instructions on then site: http://www7.software.ibm.com/vad.nsf/Data/Document2558?OpenDocumentSubMast Still having some problems initializing ActionServlet [01.09.23 12:47:23:186 EDT] 2fb6 WebGroup X [Servlet

RE: Re : Struts in VAJ 3.53

2001-09-23 Thread Jhaveri, Harshal
that works and the one that doesn't). David Morris [EMAIL PROTECTED] 09/22/01 02:46PM Also Iam seeing this a lot of this. Field initialization: The type named FastHashMap is deprecated. Please Help. Thanks Harshal. -Original Message- From: Jhaveri, Harshal [mailto:[EMAIL PROTECTED

RE: Struts ok in VAJ but not working in WAS 3.5.4

2001-09-22 Thread Jhaveri, Harshal
hi! All I have got struts working with WAS 3.54 .Now I am trying to get struts working with VAJ 3.53. but I am having some problems. I followed the instructions on the site:- http://www7.software.ibm.com/vad.nsf/Data/Document2558?OpenDocumentSubMast I am getting this error:

Re : Struts in VAJ 3.53

2001-09-22 Thread Jhaveri, Harshal
Hi! All I followed all the instructions on the Url: http://www7.software.ibm.com/vad.nsf/Data/Document2558?OpenDocumentSubMast but when I start the WTE . I get the following error. [01.09.22 16:26:39:339 EDT] 2535 ServletInstan X Uncaught init() exception thrown by servlet {0}: {1}

RE: Re : Struts in VAJ 3.53

2001-09-22 Thread Jhaveri, Harshal
Also Iam seeing this a lot of this. Field initialization: The type named FastHashMap is deprecated. Please Help. Thanks Harshal. -Original Message- From: Jhaveri, Harshal [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 22, 2001 4:42 PM To: '[EMAIL PROTECTED]' Subject: Re : Struts

Setting Struts in VAJ 3.53 ? Help

2001-09-19 Thread Jhaveri, Harshal
hi! all i am trying to set up Struts with VAj 3.53 .I got it working with WAS 3.54, but I am having problems gettting it to work with VAJ 3.53.Need Help. Thanks Harshal.