Re: [S2] simple question about s:set

2008-01-08 Thread GF
Oh.. Thanks so much! You saved me from a lot of troubles. If possibile it would be great to add it on the wiki page.. Thank you! GF > The value attribute is treated an OGNL expression so "John Jackson" > means its trying to access a property with that name. > Instead, you need to tell it you're

Re: [S2] simple question about s:set

2008-01-08 Thread Jeromy Evans
GF wrote: But how can I assign a string to a variable? Something like: Hello, . How are you? I tried it but seems not to work.. The value attribute is treated an OGNL expression so "John Jackson" means its trying to access a property with that name. Instead, you need to tell it you're

[S2] simple question about s:set

2008-01-08 Thread GF
The wiki says: Hello, . How are you? But how can I assign a string to a variable? Something like: Hello, . How are you? I tried it but seems not to work.. Thanks GF - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition