[jboss-user] [JBoss Seam] - Bind a string property by reference
jbuechel
do-not-reply at jboss.com
Tue Jul 31 10:46:56 EDT 2007
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#4069195
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069195
More information about the jboss-user
mailing list