RE: Transactions?

2002-03-20 Thread Joe Longo
-Original Message- From: Rob Leland [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 1:04 PM To: [EMAIL PROTECTED] Subject: Re:Transactions? This is from an old email, thogh it should apply. -Rob EditRegistrationAction.java SaveRegistrationAction.java provide examples. You

RE: Transactions?

2002-03-20 Thread Joe Longo
Apology: Duh, sorry about the blank reply, I don't know how I did that. But while I'm here, I can say I've been coming up to speed on struts, and implementing a framework, saving me much work, it is really great to have it available. Excellent work. And this list is great too, so useful! Right n

REAL Pasty's (was RE: Announce Struts E-Book for less than $10)

2002-04-05 Thread Joe Longo
So here is a struts style question, an ActionForm is created upon each request, so we need to either fill the form out with initial data, or use the posted form content to update persistent data. Do you prefer to add a parameter to your requests to differentiate between a new request (where you

RE: can't find bean property

2002-04-11 Thread Joe Longo
Could it be the getter and setter of the radio element are not returning boolean and have a boolean parameter? -Original Message- > elements don't have this trouble. For instance, > this works > >property="fundsVerified" id="fundsVerified" > value="NO"/> > > bu