I was looking at the Div/Panel classes and I think we need to do some
changes, right now Panel extends Div and PanelTag exteds DivTag. The
problem is that the new PanelTag wraps dojo's ContentPane, while DivTag
wraps HTMLBindDiv(from struts), and they are quite different. I think we
should replace HTMLBindDiv with an implementation that extends dojo's
ContentPane and add a timer to it for the auto refresh.
what do you guys think?
musachy
Ian Roughley wrote:
Yes - this was the direction that we wanted to go in. Try to do as
much as possible in dojo and provide light wrappers in Struts. When
we first implemented the tabs, there was no such dojo implementation.
The one feature that we had that you should check that has been
implemented in dojo is the pub/sub events - so there should be events
that each tabs listens to to refresh itself.
I think as Don pointed out, we want to keep a very lightweight wrapper
in struts and have all the work being done in dojo.
The other big thing that would be a great help is converting the code
from dojo 0.2 to 0.3 :)
Ian
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]