Zied,

I've glanced at the HtmlCommandNavigationTag for jsp, and the renderer
type matches "org.apache.myfaces.Navigation", which was what was there
before you changed it to "javax.faces.Link".   Why do you think it
needs to be changed?

On 10/16/07, Mike Kienenberger <[EMAIL PROTECTED]> wrote:
[...]
> As far as I can tell, this is fixing a bug in the renderer-type for
> commandNavigation
[...]
> >           <tag-name>commandNavigation</tag-name>
> >           <component>
> >               
> > <component-type>org.apache.myfaces.HtmlCommandNavigation</component-type>
> > -             <renderer-type>org.apache.myfaces.Navigation</renderer-type>
> > +             <renderer-type>javax.faces.Link</renderer-type>
> > -         </component>
> > -     </tag>
[...]

Reply via email to