Try to introduce @Persist, like this:
@Persist
private String _formValue;
2008/4/15, 孟凡振 <[EMAIL PROTECTED]>:
>
> I am using t5 plus extjs(a javascript framwork)
> some code fragment in *.tml
> ..
> items: [{
> fieldLabel: 'name',
> name:'formValue',
>
x27;s the value
submitted from client side. But first you need to down 5.0.11 source code.
Hope that would help.
Thanks!
DH
- Original Message -
From: "孟凡振" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, April 15, 2008 11:48 AM
Subject: help in ${} value binding
>I a
I am using t5 plus extjs(a javascript framwork)
some code fragment in *.tml
..
items: [{
fieldLabel: 'name',
name:'formValue',
value:'${formValue}'
}],
.
and some in page class
...
private String _formVa