Re: Navigation control in Layout component not rendering properly 5.4beta3 quickstart app

2014-03-16 Thread Bob Harner
I noticed this myself last week. An issue in JIRA would be helpful, yes. On Mar 16, 2014 3:50 PM, "Jon Williams" wrote: > this is a fix > > @Import(stylesheet = {library = > {"context:mybootstrap/dist/js/bootstrap.js"}) > public class Layout... > > > On Sun, Mar 16, 2014 at 10:04 AM, Jon William

Re: Navigation control in Layout component not rendering properly 5.4beta3 quickstart app

2014-03-16 Thread Jon Williams
this is a fix @Import(stylesheet = {library = {"context:mybootstrap/dist/js/bootstrap.js"}) public class Layout... On Sun, Mar 16, 2014 at 10:04 AM, Jon Williams wrote: > Hi, > > I am running the 5.4 beta 3 tapestry quickstart app. > The navigation on the UI is not rendering properly. > I am ne

Navigation control in Layout component not rendering properly 5.4beta3 quickstart app

2014-03-16 Thread Jon Williams
Hi, I am running the 5.4 beta 3 tapestry quickstart app. The navigation on the UI is not rendering properly. I am new to bootstrap, so I was hoping the quickstart bootstrap would be all working. from Layout.tml...