Re: Persistence on a form bean?

2005-09-17 Thread Jan Fetyko
Why not put the ID as a hidden field on the form too, so you SAVE action can read it from the request and update the record with the ID ? It's not hard at all. J On Mon, 12 Sep 2005 13:48:45 +1000 "Murray Collingwood" <[EMAIL PROTECTED]> wrote: > Hi folks > > Getting back to some operational

Re: VERY IMPORTANT...

2005-02-07 Thread Jan Fetyko
Did anybody actually got it ? If so can I have a copy please ? Jan On Mon, 07 Feb 2005 11:36:44 + "Mark Benussi" <[EMAIL PROTECTED]> wrote: >Thank you Senthil but please read: > >http://www.symantec.com/avcenter/venc/data/life.is.beautiful.hoax.html > >Original Message Follows >From:

Re: [OT]Threads and Servlets Question

2004-12-06 Thread Jan Fetyko
only the icing on the cake." > >.V > > >Jan Fetyko wrote: >> This is interesting, >> >> let me ask another related question : >> >> What about a thread (started from the Action) that just resizes an i

Re: [OT]Threads and Servlets Question

2004-12-06 Thread Jan Fetyko
This is interesting, let me ask another related question : What about a thread (started from the Action) that just resizes an image and saves it to a file system ? Would that be also a bad idea ? Jano On Mon, 6 Dec 2004 15:18:12 -0500 [EMAIL PROTECTED] wrote: >I don't understand your respons