Re: Average number of code lines ina WOComponent, .java
Re: Average number of code lines ina WOComponent, .java
- Subject: Re: Average number of code lines ina WOComponent, .java
- From: Paul Hoadley <email@hidden>
- Date: Fri, 10 Jul 2009 17:33:41 +0930
On 10/07/2009, at 4:49 PM, Gustavo Pizano wrote:
Main WOComponent, that has a Selectable div in the navigation bar
(left part of the page) then in the right part it has an
AjaxUpdateContianer which has inside another list with the data
related to the slelectedItem form the navigation bar.
And on the bottom of the right part is the detailed information of
the selectedValue2 that belongs to the 2nd list which is in the
upper-right part of the page.
So what I think is divide the navigation bar which will contain the
main List of items. then when selected the second list (the one in
the upper-rigt) part of the page will get updated, (upper-right)
list, which has more things inside, I think should be the seocnd
component, - and beloow this one it shoudl be the Detail Component
of the selectedValue2 form the 2nd list.
now.. when selecting somethng form the list, how will I tell the
other components which have their own java files to get updated with
the new values? thats why I tought after reading an old mail to use
the parent().
The short answer is: use bindings. You inform the child components of
selections made in the parents by passing the selections through
bindings. Is that enough to go on, or do you need more?
--
Paul.
w http://logicsquad.net/
h http://paul.hoadley.name/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden