I don't see why you can't. If you are using facelets especially. During the view construction phase, you could add more tags to the component tree, including a new tag. I haven't tried any of this but I have heard that with facelets you can create views entirely from code and never have any xhtml/jsp pages. It may not be as elegant/easy as what you are looking for, but it would work (like using a sledgehammer on a nail perhaps).
-Andrew On 2/22/06, Hans Sowa <[EMAIL PROTECTED]> wrote: > Hi > > Thanks for the answer. > > Yes, I know this is a possibility but I thought maybe there is a more > dynamic solution ;O). > > > 2006/2/22, Boeckli, Dominique < [EMAIL PROTECTED]>: > > > > Hi, > > > > i don't think so, but you can use a bolean attribute (eg. visible) > together with the rendered option. So > > if you want to make the tabs appearing you just change the visible > attribute to true. > > > > > > ________________________________ > From: Hans Sowa [mailto:[EMAIL PROTECTED] > > Sent: Mittwoch, 22. Februar 2006 13:44 > > To: MyFaces Discussion > > Subject: Question about panelTab. > > > > > > > > Hi > > > > Is there a way to add a panelTab during runtime? > > > > -- > > mfg Hans Sowa > > mailto: [EMAIL PROTECTED] > > > > -- > mfg Hans Sowa > mailto:[EMAIL PROTECTED]

