TheCoder4eu / BootsFacesWeb

BootsFaces : the next gen JSF Framework Web Docs
Apache License 2.0
36 stars 32 forks source link

Links broken in componentSidebar.xhtml view #54

Closed chsreedhar closed 6 years ago

chsreedhar commented 6 years ago

@stephanrauh Review below code to include context path, i.e., http://showcase.bootsfaces.net to all individual components under Components navbar-sidebar in componentSidebar.xhtml view

<b:navLink href="#{componentListBean.addSlashIfNecessary(request.contextPath)}# componentListBean.url(c)}" value="#{componentListBean.getDisplayName(c)}" />

stephanrauh commented 6 years ago

@chsreedhar That was quick :). Thanks!

The problem is that the bug only occurs in the root context. It worked well both on our test stage (http://www3.bootsfaces.net/Showcase/) and in my local Tomcat installation.

stephanrauh commented 6 years ago

@TheCoder4eu has solved it just a minute ago. Thanks!

stephanrauh commented 6 years ago

@chsreedhar If the problem still persists - or anything like it - don't hesitate to report it. Your help is appreciated!