Re: [struts] help with execAndWait

2008-01-29 Thread Dale Newfield
Mazhar, Osman (Home Office) wrote: I turned debug level logging for struts and xwork packages. I see that the ParametersInterceptor is being called indeed for both scenarios (with or without execAndWait) However, one interesting thing is when I comment out the "delay" and "delaySleepInterval" pa

RE: [struts] help with execAndWait

2008-01-29 Thread Mazhar, Osman (Home Office)
from the execAndWait interceptor, I don't get this problem. Maybe this problem has to do with timing? Not sure but this is weird... -Original Message- From: Dale Newfield [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2008 3:21 PM To: Struts Users Mailing List Subject: Re: [struts] help

Re: [struts] help with execAndWait

2008-01-29 Thread Dale Newfield
Mazhar, Osman (Home Office) wrote: That is an interesting point. The bean is a hibernate object, however, I am not retrieving it from the database, but rather only trying to populate it from the form values. You should be able to tell from the call stack which interceptors have been called--ca

RE: [struts] help with execAndWait

2008-01-29 Thread Mazhar, Osman (Home Office)
ruts Users Mailing List Subject: Re: [struts] help with execAndWait Mazhar, Osman (Home Office) wrote: > I am trying to use the execAndWait interceptor. If this bean is retrieved from your DB, then it's likely the DB session is being closed. http://wiki.opensymph

Re: [struts] help with execAndWait

2008-01-29 Thread Dale Newfield
Mazhar, Osman (Home Office) wrote: I am trying to use the execAndWait interceptor. If this bean is retrieved from your DB, then it's likely the DB session is being closed. http://wiki.opensymphony.com/display/WW/HibernateAndSpringEnabledExecuteAndWaitInterceptor -Dale -

Re: Struts help with Tomcat

2007-12-24 Thread Gary Affonso
You might take a look at your XML-parsing libs. It's been awhile since i made the switch but some dim memory makes me think that either the transition from Tomcat 4 to 5 or java 4 to 5 either added, removed or changed some of the built-in xml parsers. Sorry to be so vague, it's been awhile si

RE: Struts Help

2007-07-24 Thread Janardhana . Mamilla-Pattaiah
Also try --> http://www.visualbuilder.com/jsp/struts/tutorial/pageorder/1/ -Original Message- From: Deepak Kumar [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 24, 2007 4:46 PM To: Struts Users Mailing List Subject: RE: Struts Help Hi Just try http://www.roseindia.net/struts tha

RE: Struts Help

2007-07-24 Thread Deepak Kumar
Hi Just try http://www.roseindia.net/struts thanks -Original Message- From: sharad singh [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 24, 2007 1:51 PM To: user@struts.apache.org Subject: Struts Help Hello All, Today is first day when I am going to use struts , I dont know any thi

Re: Struts Help ME PLSSSS

2007-06-19 Thread nuwan chandrasoma
hi, you dont have struts jar in your classpath, try to add all the struts jar's in your classpath and compile. Note: this is not a good way to build applications, try to use a IDE or a Ant script to build your application and minimize the adding of jars to your classpath. Thanks, Nuwan On 6/

Re: Struts HELP - DAO, Datasource and Displaying Data

2006-12-29 Thread Laurie Harper
Mike1948 wrote: Dear Sirs, Apologies for the length of this post but I have read forums, book and websites and cannot find how to do this. I'm sure it is very simpe but I am a complete novice so any help would be much appreciated. I am new to struts and have hit a road block concerning action ma

Re: struts help

2004-08-03 Thread Hubert Rabago
Manning Publications also provides a sample chapter from Struts In Action that covers the validator. http://www.manning.com/catalog/view.php?book=husted Most of the material should still apply to the current version. --- Niall Pemberton <[EMAIL PROTECTED]> wrote: > http://struts.apache.org/user

Re: struts help

2004-08-03 Thread Niall Pemberton
http://struts.apache.org/userGuide/dev_validator.html - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 03, 2004 9:59 AM Subject: struts help Hi all, I am new to struts, I would like to know where I can get good material on Struts validatio

Re: struts help

2004-08-03 Thread Buland Altaf
Hi There, There are a lot material on the net. 1. Apache Web Site(for Struts) 2. JGuru forums 3. Java world 4. http://javaboutique.internet.com/tutorials/ WebAppSTRUTS/ Regards, Buland --- [EMAIL PROTECTED] wrote: > Hi all, > > > > I am new to struts, I would like to know where