RE: Submit to 3rd party URL after completing Action

2004-08-31 Thread Richard Aukland
Many thanks to Bill and Partha for your suggestions. I used the javascript (2nd) technique because I am currently more familiar with it. It is now working. :) Cheers Richard If you use redirect to the payment url, the data in the form is in the session in your site and not the external sit

Submit to 3rd party URL after completing Action

2004-08-31 Thread Richard Aukland
27; forward that goes to the 3rd party. I have tried setting redirect tru/false. Same problem. The form is in session scope. I think I am not understanding something about how this works. Any pointers gratefully received, Richard Richard Aukland 49 Ravensmere, Beccles, Suffolk, UK. NR34 9BE Tel

Re: updating values in a collection of beans through JSP

2004-08-25 Thread Richard Aukland
mmands, e-mail: [EMAIL PROTECTED] ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Richard Aukland 49 Ravensmere, Beccles, Suffolk, UK. NR34 9BE Tel/Fax. +44(0)1502 470162 Cel

re: Tiles set up

2004-08-23 Thread Richard Aukland
just in case this is it, you have a missing " at the end of your value attribute below; http://www.aukinfo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Newbie Validator Basic Configuration

2004-08-21 Thread Richard Aukland
> >> depends="required"> > > > > > >> depends="required"> > > > >

RE: Learning the basics

2004-08-19 Thread Richard Aukland
I also found this useful in addition to Struts in Action: Struts Survival Guide (ebook, very cheap) - Srikanth Shenoy with Nithin Mallya. Object source publishing Richard Aukland 49 Ravensmere, Beccles, Suffolk, UK. NR34 9BE Tel/Fax. +44(0)1502 470162 Cell.+44(0)7906 094578 mailto: [EMAIL

RE: Disable validate in actionForm

2004-08-17 Thread Richard Aukland
ious' in a DispatchAction class and forward to appropriate place. Note that if you use LookUpDispatchAction i think you may be able to avoid the javascript. regards Richard Richard Aukland 49 Ravensmere, Beccles, Suffolk, UK. NR34 9BE Tel/Fax. +44(0)1502 470162 Cell.+44(0)790

RE: java.util.ConcurrentModificationException

2004-07-08 Thread Richard Aukland
which causes the exception, I assume that this must not be possible then? many thanks Richard When you iterate the vector in your action are you modifying its contents in any way (ie: using add or remove, etc...)? -Original Message- From: Richard Aukland [mailto:[EMAIL PROTECTED] Sent

java.util.ConcurrentModificationException

2004-07-08 Thread Richard Aukland
Dear All, I am having problems with java.util.ConcurrentModificationException. I have a FormBean memberForm which contains a Vector of membershipTypeForms. Whenever I try and access the membershipTypeForms through an iterator in my Action, (Data Access class) I get the exception. In my jsp I us

Form submits but not 'data' when using bean as form property

2004-07-05 Thread Richard Aukland
Hi, As a relative newbie to struts I have managed to get a long way using the info on here, but am now stuck; I have a large form which has a collection of beans as one of its properties. In one of my JSP files I wish to expose one of the beans in this collection. I identify the bean by iterating