You want a href additionally to the standart submitAction() javascript? Than this is just for bookmarking, without anny function in the running application?
how should the value of the href looks like? Can you create it in the Renderer? If you really need to overwrite the LinkRenderer the easiest way is to define a new theme, extending a existing and just provide the Renderer class. If you want to go this way, just ask, i could give you a short howto. Regards Volker Olexandr Zakordonskyy wrote: > Hello Volker. > > I can't use navigate, because action will not execute. > > Olexandr. > -----Original Message----- > From: Volker Weber [mailto:[EMAIL PROTECTED] > Sent: Friday, December 30, 2005 7:01 PM > To: MyFaces Discussion > Subject: Re: TobagoRenderKit.addRenderer > > Hello Olexandr, > > if you just want to set the href attribute you should use type="navigate" : > > <tc:link type="navigate" action="[the url]" label="A Label" /> > > Regards > Volker > > Olexandr Zakordonskyy wrote: > >>Hello Bernd. >> >>I want to replace LinkRenderer with own extended implementation of >>LinkRenderer. I have to display link with url specific for action, now it >>renders like "... href="#" ..." it's not suitable for me. >>Now I've created factory that wrapes TobagoRenderKit and returns my > > renderer > >>for Link. >>I don't want to wrap TobagoRenderKit. But I can't change renderer >>implementation. >> >>Could you additional attribute in link component like "href"? >>In many cases it will be a possible solution to show in addressbar address >>that user may bookmark. >> >>Thanks, >>Olexandr. >> >> > > -- Don't answer to From: address! Mail to this account are droped if not recieved via mailinglist. To contact me direct create the mail address by concatenating my forename to my senders domain.

