Hi David,
AFAIK caret notation won't work in WOGNL expressions, so you should
define a getter in the component
public String panelName() {
return stringValueForBinding("panelName");
}
Then the following expression should work:
id="~panelName+'_splitter'"
Timo
Am 05.08.2010 um 14:31 schrieb David BON:
<wo:Split3View id="goodMenuContentPane" panelName="menu1Panel"/>
And in the Split3View component, I try to set the id of a div to
"menu1Panel_splitter" with:
<wo:container elementName="div" id= '~$^panelname'+"_splitter" class
="splitter" >
Obviously this synthax is wrong but I can't find the right way of
writing this.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]