Re: Populating textfield with dynamic string, stop expression evaluation.

2008-12-01 Thread Fender963
://www.nabble.com/Populating-textfield-with-dynamic-string%2C-stop-expression-evaluation.-tp20631795p20774542.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Populating textfield with dynamic string, stop expression evaluation.

2008-12-01 Thread Kawczynski, David
s:textfield value=${'dont.evaluate'} / -Original Message- From: Fender963 [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 12:22 PM To: user@struts.apache.org Subject: Re: Populating textfield with dynamic string, stop expression evaluation. Shameless bump. Any ideas

RE: Populating textfield with dynamic string, stop expression evaluation.

2008-12-01 Thread Kawczynski, David
: Monday, December 01, 2008 12:56 PM To: 'Struts Users Mailing List' Subject: RE: Populating textfield with dynamic string, stop expression evaluation. s:textfield value=${'dont.evaluate'} / -Original Message- From: Fender963 [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 12

Populating textfield with dynamic string, stop expression evaluation.

2008-11-21 Thread Fender963
the textfield to actually contain this string, instead it is being evaluated, and since the object doesn't exist in this context, whats being populated is a blank string. Any thoughts? -- View this message in context: http://www.nabble.com/Populating-textfield-with-dynamic-string%2C-stop