Tabs component generates invalid href links (maybe other components too)
------------------------------------------------------------------------

                 Key: TAP5-1556
                 URL: https://issues.apache.org/jira/browse/TAP5-1556
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.2.5
            Reporter: Toby


Tapestry produces links such as:

<a id="eventLink_1" onclick="javascript:return Tapestry.waitForPage(event);" 
class="cf_tab" href="/index.tabset:clicked/somelink">
some link
</a>

where the href link contains invalid/non-existent urls.

Suggestions are:

- in general keep the href empty (href='#')
- add (rel=nofollow) (messy solution)
- only display hrefs for the case it is enabled (e.g. a deep-link as a fallback 
for the ajax link is implemented on purpose)

Otherwise search engines will index/crawl this url....if an url has no use, it 
should be be published/linked to.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to