Hi
I'm trying to bind (or pass) a string property via "Parameterized Value
Binding" to a dialog class as follows:
<s:link value="#{entr.text}"
action="#{defaultDialogManager.open('title','lable',
entry.text)}" />
|
In the dialog class i set a new value like this:
sourceProperty = inputFieldText;
which should be equal to:
entry.setText(inputFieldText);
Is there a nice way to get the reference passed to the dialog class and not a copy of the
string? (should be a generic solution)
I'd appreciate every hint.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069195#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...