well you could use <h:outputLink .../> but that causes a "non-postback" request.
Phase 1 -> Phase 6

Currently JSF is not well desinged for that use case.

If you use commandLinks, have in mind the *result* from action
attribute can be *dynamic
action="#{controller.doItJustForMe}"; hard to index pages like that.

also no bookmarkable pages yet;

stuff like that has been discussed in the past here; I'd recommend to
use the search for this forum.

Greetz,
Matthias

On 8/2/06, Veit Guna <[EMAIL PROTECTED]> wrote:
Hi.

I've read that search engines like google or similar have problems with
the html code JSF (Myfaces) creates. They won't scan the pages because
there are href's like '<a href"#" onclick="...' which use javascript to
activate the link. Is there a way to let Myfaces create search engine
"friendly" hrefs? Or is there any other way to handle the problem?

regards,
Veit





--
Matthias Wessendorf

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Reply via email to