Re: Average number of code lines ina WOComponent, .java

2009-07-10 Thread Paul Hoadley
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. A

Re: Average number of code lines ina WOComponent, .java

2009-07-10 Thread Gustavo Pizano
Well, so what I have is. 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 p

Re: Average number of code lines ina WOComponent, .java

2009-07-09 Thread Kieran Kelleher
Hi Gustavo, I was thinking part of your question might allude to this: A parent can have an AjaxUpdateContainer named Foo for example and a subcomponent can just use the javascript 'FooUpdate()' or simply bind 'Foo' to the updateContainerID of an AjaxUpdateLink in the subcomponent. The fact

Re: Average number of code lines ina WOComponent, .java

2009-07-09 Thread Paul Hoadley
On 09/07/2009, at 6:09 PM, Gustavo Pizano wrote: Hello, well with this app Im doing, I have just one main component with a "few" AjaxupdateContainers, I have realize then that the ,java its quite big, lots of bindings, I was thinking then in divide it in 3 components, a main one and 2 child

Average number of code lines ina WOComponent, .java

2009-07-09 Thread Gustavo Pizano
Hello, well with this app Im doing, I have just one main component with a "few" AjaxupdateContainers, I have realize then that the ,java its quite big, lots of bindings, I was thinking then in divide it in 3 components, a main one and 2 childre, so then I can use somehow the parent() and get the va