When a h:link disabled=true, it is not rendered correctly..

2010-03-16 Thread Bruno Aranda
Hi, Again with my webapp. The h:links are not rendered correctly when disabled, only the span tags are rendered but no value... is that a new one? Cheers, Bruno

Re: When a h:link disabled=true, it is not rendered correctly..

2010-03-16 Thread Leonardo Uribe
Hi Yes, it is a new one. The code that renders this one is in shared. See HtmlLinkRendererBase.renderOutcomeLinkStart(FacesContext, UIOutcomeTarget). regards, Leonardo Uribe 2010/3/16 Bruno Aranda brunoara...@gmail.com Hi, Again with my webapp. The h:links are not rendered correctly when

Re: When a h:link disabled=true, it is not rendered correctly..

2010-03-16 Thread Bruno Aranda
Thanks! Fixed! https://issues.apache.org/jira/browse/MYFACES-2610 https://issues.apache.org/jira/browse/MYFACES-2610Cheers, Bruno On 16 March 2010 17:09, Leonardo Uribe lu4...@gmail.com wrote: Hi Yes, it is a new one. The code that renders this one is in shared. See