It is just an idea but may be it helps
When you implement your form bean as class, you could create
two more fields with two
boolean fieldTempAIsSet
String fieldTempB
boolean fieldTempBIsSet
in the setter of fieldTempB you check if fieldTempAIsSet
is true,
if so you write to origFieldA and origFieldB
in the setter of origFieldB you can check if fieldTemB is allready set,
if so write your origfielda first and than your origFieldB
Regards Sebastian
http://www.laliluna.de ejb tutorials
David G. Friedman wrote:
Same goes for an alternative O/R and query mapper named Hibernate. :)
At http://www.hibernate.org
Regards,
David
-----Original Message-----
From: Paul Woods [mailto:[EMAIL PROTECTED]
Sent: Friday, October 15, 2004 11:53 AM
To: Struts Users Mailing List
Subject: Re: struts and caching
Have you seen iBatis? It lets you configure how the cache works on a
per query basis if you want. You can put your sql into xml files as
well, very handy. http://www.ibatis.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]