RE: [OS-webwork] Impossible to put values to the value stack

2003-10-29 Thread Patrick Lightbody
MAIL PROTECTED] On Behalf Of Daniel Pfeifer Sent: Wednesday, October 29, 2003 12:53 AM To: '[EMAIL PROTECTED]' Subject: RE: [OS-webwork] Impossible to put values to the value stack Since the Object I push to the Stack is of type Boolean I am not quite sure if it is very reliab

RE: [OS-webwork] Impossible to put values to the value stack

2003-10-29 Thread Jason Carreira
the stack earlier. Isn't there another way? > Can't I assign a key of some kind (like in a map key-value-pairs)? > > /Daniel > > -Original Message- > From: Patrick Lightbody [mailto:[EMAIL PROTECTED] > Sent: den 29 oktober 2003 04:41 > To: [EMAIL PROTE

RE: [OS-webwork] Impossible to put values to the value stack

2003-10-29 Thread Daniel Pfeifer
a map key-value-pairs)? /Daniel -Original Message- From: Patrick Lightbody [mailto:[EMAIL PROTECTED] Sent: den 29 oktober 2003 04:41 To: [EMAIL PROTECTED] Subject: RE: [OS-webwork] Impossible to put values to the value stack The tag that pushes something on the stack should:

RE: [OS-webwork] Impossible to put values to the value stack

2003-10-28 Thread Patrick Lightbody
lto:[EMAIL PROTECTED] On Behalf Of Daniel Pfeifer Sent: Tuesday, October 28, 2003 8:29 AM To: '[EMAIL PROTECTED]' Subject: RE: [OS-webwork] Impossible to put values to the value stack Well, by now I've gotten kind of desperate. Anything I tried so far, failed. The question now is

RE: [OS-webwork] Impossible to put values to the value stack

2003-10-28 Thread Daniel Pfeifer
ber 2003 17:26 To: [EMAIL PROTECTED] Subject: RE: [OS-webwork] Impossible to put values to the value stack If you push something onto the stack, you won't find it with that name, you'll then be able to access its properties transparently using the property names in a findValue() call.

RE: [OS-webwork] Impossible to put values to the value stack

2003-10-27 Thread Daniel Pfeifer
eira [mailto:[EMAIL PROTECTED] Sent: den 27 oktober 2003 17:26 To: [EMAIL PROTECTED] Subject: RE: [OS-webwork] Impossible to put values to the value stack If you push something onto the stack, you won't find it with that name, you'll then be able to access its properties transparently using

RE: [OS-webwork] Impossible to put values to the value stack

2003-10-27 Thread Jason Carreira
; -Original Message- > From: Daniel Pfeifer [mailto:[EMAIL PROTECTED] > Sent: Monday, October 27, 2003 11:22 AM > To: '[EMAIL PROTECTED]' > Subject: [OS-webwork] Impossible to put values to the value stack > > > For some reason I am miserably failing to put

[OS-webwork] Impossible to put values to the value stack

2003-10-27 Thread Daniel Pfeifer
For some reason I am miserably failing to put a String on the OgnlValueStack in an own tag (which extends WebWorkTagSupport). I first tried it with getValueStack().setValue("disableControl", disableControlObject), but then I couldn't find disableControl via findValue. Now I try it via "push(disab