It would be done by creating your own "anchor" component, just as David said.

However, as far as I know, "anchor" is meaningless outside of html.
So the renderer for non-html should be trivial -- render nothing.

On 9/10/07, Chris Pratt <[EMAIL PROTECTED]> wrote:
> > Chris Pratt a écrit :
> > > I'm trying to use Standard JSF (without using <f:verbatim>) to
> > > generate our web pages, but I can't figure out how to generate an
> > > anchor point (<a name="anchor">Top</a>).  Is there a standard tag that
> > > can do this?
> > >   (*Chris*)
> > >
> On 9/10/07, David Delbecq <[EMAIL PROTECTED]> wrote:
> > I don't see the need for a JSF tag for this. if you really don't want to
> > go f:verbatim, either choose tht tomahawk htmlTag tag, use facelets or
> > create your own "ancho" component.
> >
>
> I was told that the power of the flexible rendering model of JSF was
> that, by simply changing the RenderKit, you could re-target the output
> to different devices, that didn't necessarily understand HTML.  I'm
> wondering how that can be possible if you can't even specify the
> target of a link using a standard syntax?
>   (*Chris*)
>

Reply via email to