Brian, An issue for what exactly has been filed? You referring to BlockIds and BlockNames?
-- Izak On 4/26/06, Brian K. Wallace <[EMAIL PROTECTED]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > An issue was filed against this and it has been fixed for the next release. > > Brian > > Dennis Cieplik wrote: > > Hi! > > > >> Furthermore, TabPanel.java makes a method call, getBlockNames(), but > >> this method is not implemented anywhere in this class, neither is it > >> BaseComponent. > > > > There is no need for a TabPanel.page. Secondly there are some errors in the > > documentation as well. > > > > TabTest.html (1 error): > > > > <span jwcid="@TabPanel" blockNames="ognl:{'berlin', 'rome', 'tokyo'}" > > selectColor="#FFFF00" unSelectColor="#CCFFFF" borderColor="#00CC33"/> > > > > should be: > > > > <span jwcid="@TabPanel" blockIds="ognl:{'berlin', 'rome', 'tokyo'}" > > selectColor="#FFFF00" unSelectColor="#CCFFFF" borderColor="#00CC33"/> > > -- > > > > TabPanel.java (2 errors): > > selectedId = (String) getBlockNames().get(0); > > > > should be: > > selectedId = (String) getBlockIds().get(0); > > > > > > Dennis > > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.5 (MingW32) > > iD8DBQFET5abaCoPKRow/gARAnhsAKCyzC9JYrZhZyCXnC45cONWhNOBrQCeMkL6 > mZM+Ab7O2Q9uFmbthS/DrZY= > =YsqM > -----END PGP SIGNATURE----- > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]