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

2008-12-01 Thread Kawczynski, David
008 12:56 PM To: 'Struts Users Mailing List' Subject: RE: Populating textfield with dynamic string, stop expression evaluation. -Original Message- From: Fender963 [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 12:22 PM To: user@struts.apache.org Subject: Re: Populati

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

2008-12-01 Thread Kawczynski, David
-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? Fender963 wrote: > > Hey All, >

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

2008-12-01 Thread Fender963
houghts? > -- View this message in context: http://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. --

Populating textfield with dynamic string, stop expression evaluation.

2008-11-21 Thread Fender963
n 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-expression-evaluation.-tp206317

Re: expression evaluation, injection

2007-05-16 Thread Jaan Tark
my question, my answer :) made a mistake by trying to escape ... rgds On 16.05.2007 12:52, Jaan Tark wrote: hi in a jsp file: how can i inject the index' value to 'myarray' index rgds - To unsubscribe, e-mail: [EMAIL

expression evaluation, injection

2007-05-16 Thread Jaan Tark
hi in a jsp file: how can i inject the index' value to 'myarray' index rgds - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

expression evaluation

2007-02-19 Thread Michel Van Asten
Hi, I have a list of user... I want to display some details and add two input images near each of them with edit and delete action associated... I planned to add a javascript to store the name of the clicked image in an hidden field. The "problem" I have is that the name I will get back is an ex

RE: Expression evaluation with html-el tags?

2005-06-02 Thread Pushkala_Iyer
Yes, that was it. I just discovered that a couple minutes ago, too. Thanks for the help! -Original Message- From: John Fitzpatrick [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 10:31 AM To: Struts Users Mailing List Subject: Re: Expression evaluation with html-el tags

Re: Expression evaluation with html-el tags?

2005-06-02 Thread John Fitzpatrick
I've never had a need to do anything like what you're doing, but I can tell you that ${} needs to contain the entire expression. Try this: On 20050602 11:22 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > > > Is it possible to do more than just simple loop index evaluation with

FW: Expression evaluation with html-el tags?

2005-06-02 Thread Pushkala_Iyer
Is it possible to do more than just simple loop index evaluation with html-el tags? I iterate over 2 loops: However, within my inner loop, I want to calculate the index as follows: outerLoop.Index * innerLoop.size + innerLoop.index My questions are: 1) The fo

Re: nested:select and expression evaluation

2004-12-27 Thread Brandon Goodin
try using the proper syntax ${myVariableGoesHere} notice the brackets around the variable name and the dollar sign at the beginning. On Mon, 27 Dec 2004 17:20:45 -0200, Vinicius Caldeira Carvalho <[EMAIL PROTECTED]> wrote: > Hi there I checked the tld for nested-el and it shows that the propert

RE: nested:select and expression evaluation

2004-12-27 Thread Jim Barrows
> -Original Message- > From: Vinicius Caldeira Carvalho > [mailto:[EMAIL PROTECTED] > Sent: Monday, December 27, 2004 12:21 PM > To: Struts Users Mailing List > Subject: nested:select and expression evaluation > > > Hi there I checked the tld for nested-

nested:select and expression evaluation

2004-12-27 Thread Vinicius Caldeira Carvalho
Hi there I checked the tld for nested-el and it shows that the property onChange has the rtexprvalue is set to true. But I try to put some expression language value in there and it's not working: it's printing changeProduct($idx) instead of changeProduct(0) ... changeProduct(1) ... etc. Any