So, suppose I have this:

<input jwcid="@MoneyField" value="ognl:someValue" eventListener="onchange=ognl:components.someListener" />

And @MoneyField is a composite component that renders 2 HTML elements, an input field (for the amount) and a combo-box (for the currency). Now, currently binding doesn't work this way, *specially if I need to watch both sub-components for change*.

I'm thinking of some way where I can actually let the @MoneyField component specify its own bindings (instead of the other solution, manually connecting the subcomponents on the container page - ugly and unmaintainable if the MoneyField changes its structure).

So... thoughts?

--
Ing. Leonardo Quijano Vincenzi
DTQ Software




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to