Re: RE: Spam:Re: AW: [OS-webwork] Passing model from one action to another

2004-01-06 Thread Jan-Peter Hagenmüller
- From: Jan-Peter Hagenmüller [mailto:[EMAIL PROTECTED] Sent: Monday, January 05, 2004 10:04 AM To: [EMAIL PROTECTED] Subject: Spam:Re: AW: [OS-webwork] Passing model from one action to another Hi all! I got two questions: - is there a way to use german vowels like ' ü ' ( uuml

Re: AW: [OS-webwork] Passing model from one action to another

2004-01-05 Thread Jan-Peter Hagenmüller
Hi all! I got two questions: - is there a way to use german vowels like ' ü ' ( uuml; ) in xxx-validation.xml files for field validations both spellings 'ü' and uuml; seem not to be valid - i want to use modeldriven action implementation and field validation - 1. i implement the

Re: AW: [OS-webwork] Passing model from one action to another

2004-01-05 Thread Hani Suleiman
Jan-Peter Hagenmüller wrote: Hi all! I got two questions: - is there a way to use german vowels like ' ü ' ( uuml; ) in xxx-validation.xml files for field validations both spellings 'ü' and uuml; seem not to be valid Did you try and specify the encoding for the xml file?

RE: Spam:Re: AW: [OS-webwork] Passing model from one action to another

2004-01-05 Thread Jason Carreira
-Peter Hagenmüller [mailto:[EMAIL PROTECTED] Sent: Monday, January 05, 2004 10:04 AM To: [EMAIL PROTECTED] Subject: Spam:Re: AW: [OS-webwork] Passing model from one action to another Hi all! I got two questions: - is there a way to use german vowels like ' ü ' ( uuml

AW: [OS-webwork] Passing model from one action to another

2003-11-27 Thread Patrick Holzmann
, then you need to make sure the properties have the same name... -Original Message- From: Patrick Holzmann [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 1:23 PM To: [EMAIL PROTECTED] Subject: AW: [OS-webwork] Passing model from one action to another I tried. now

AW: [OS-webwork] Passing model from one action to another

2003-11-26 Thread Patrick Holzmann
I tried. now it does call the setter in the sceond action but for some reason with anull object value. The object is ok though when leaving the first action. Do i have to use the ModelDriven interface in order to do this? What else could I be doing wrong? -Ursprüngliche Nachricht- Von:

Re: AW: [OS-webwork] Passing model from one action to another

2003-11-26 Thread Robert Nicholson
Can't you still push something onto the value stack from an action? --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and

RE: AW: [OS-webwork] Passing model from one action to another

2003-11-26 Thread Jason Carreira
Yes, you can push something onto the stack in execute()... -Original Message- From: Robert Nicholson [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 1:48 PM To: [EMAIL PROTECTED] Subject: Re: AW: [OS-webwork] Passing model from one action to another Can't you still