Re: [shale] Tomahawk updateActionListener in Clay

2006-04-18 Thread Gary VanMatre
>From: Richard Wallace <[EMAIL PROTECTED]> > > Hello again, > > I'm trying to figure out how to use the Tomahawk updateActionListener in > Clay. The idea being that you can attach an action listener to a > commandLink and when that specific link is clicked a value will be set > on a given pro

Re: [shale] Tomahawk updateActionListener in Clay

2006-04-18 Thread Richard Wallace
Well, I sorta solved the problem. It's as good as I can do at the moment. Basically I just created a delegate class that I called ShaleUpdateActionListenerWrapper that implements setProperty(String) and setValue(Object) and creates the proper value bindings from them to setup the actual Updat