You may also read this nice article by Hans Bergsten:
http://www.onjava.com/pub/a/onjava/2004/06/09/jsf.html

-Matthias

On 12/21/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote:
> Under facelets,
>      <a name="anchor">Some Text</a>.
>
> Under JSF 1.1,
>      <f:verbatim>
>           <a name="anchor">Some Text</a>.
>      </f:verbatim>
>
> Not everything has to be solved with a JSF component :)
>
> On 12/21/05, Mike Duffy <[EMAIL PROTECTED]> wrote:
> > The h:outputLink tag creates an <a href="something">; however, because 
> > there is no "name"
> > attribute for this tag there does not seem to be an easy way to create an 
> > html anchor tag: <a
> > name="anchor">Some Text</a>.
> >
> > Any suggestions?
> >
> > Mike
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> >
>


--
Matthias Wessendorf
Zülpicher Wall 12, 239
50674 Köln
http://www.wessendorf.net
mwessendorf-at-gmail-dot-com

Reply via email to