Generating an Anchor Point

2007-09-10 Thread Chris Pratt
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=anchorTop/a). Is there a standard tag that can do this? (*Chris*)

Re: Generating an Anchor Point

2007-09-10 Thread David Delbecq
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. Chris Pratt a écrit : I'm trying to use Standard JSF (without using f:verbatim) to generate our web pages, but I

Re: Generating an Anchor Point

2007-09-10 Thread Chris Pratt
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=anchorTop/a). Is there a standard tag that can do this? (*Chris*) On 9/10/07, David Delbecq [EMAIL PROTECTED]

Re: Generating an Anchor Point

2007-09-10 Thread Mike Kienenberger
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

Re: Generating an Anchor Point

2007-09-10 Thread Chris Pratt
On 9/10/07, Mike Kienenberger [EMAIL PROTECTED] wrote: However, as far as I know, anchor is meaningless outside of html. So the renderer for non-html should be trivial -- render nothing. Even though they may not call them anchor (or a), many potential outputs have the need to specify a point

Re: Generating an Anchor Point

2007-09-10 Thread Mike Kienenberger
If you're looking for an argument, try somewhere else :-) If you want help accomplishing something specific, ask. I think there are 24 standard tags defined. That means there's somewhere around (infinity-24) tags that are not defined.That's why JSF supports creating your own components.

Re: Generating an Anchor Point

2007-09-10 Thread Chris Pratt
Sorry, I've been told by the corporate powers that be that I have to use this dung heap because it's a committee approved standard, so I was attempting to find something good about it. When I came across the flexible rendering concept, I thought I had found something. But if I have to write it

Re: Generating an Anchor Point

2007-09-10 Thread Andrew Robinson
Most modern web sites do not have anchor tags, so it was probably just an oversight. If you want some help with such support, submit a request for an anchor component to be added to Tomahawk or Trinidad and perhaps someone will be happy to help you. If you want one in JSF, submit a request to sun.

Re: Generating an Anchor Point

2007-09-10 Thread Martin Marinschek
And please - don't annoy us with ridiculous statements about JSF like this pile of dung heap. regards, Martin On 9/11/07, Andrew Robinson [EMAIL PROTECTED] wrote: Most modern web sites do not have anchor tags, so it was probably just an oversight. If you want some help with such support,