Re: exception on page render

2016-08-12 Thread Qbyte Consulting
Thanks, yes that's what I did. I was using jquery mobile and I had added the css and js to the assets but not the images that the css refers to. On Fri, Aug 12, 2016 at 7:02 PM, Chris Poulsen wrote: > It is being referenced from somewhere or you would not get the error... > > I would suggest sta

Re: exception on page render

2016-08-12 Thread Chris Poulsen
It is being referenced from somewhere or you would not get the error... I would suggest starting from a working basis, like the t5 quickstart ( http://tapestry.apache.org/getting-started.html ) and add one thing at the time ensuring that everything is working before moving on to next step. -- Ch

Re: exception on page render

2016-08-12 Thread Qbyte Consulting
I resolved dependency conflicts and get to rendering a page but this pops up, and it's not a resource I uses? *Render queue error in SetupRender[Index:layout]: Unable to locate asset 'context:layout/images/icons-png/action-white.png' (the file does not exist).* On Fri, Aug 12, 2016 at 3:16 PM, Qb

Re: exception on page render

2016-08-12 Thread Qbyte Consulting
No I removed it. As I said, even after removing got5, I got a similar stack dump but minus mention of got 5. Sorry to confuse. On Fri, Aug 12, 2016 at 1:19 PM, Chris Poulsen wrote: > org.got5is still in your stacktrace... So maybe you have a jar > lingering somewhere. > > -- > Chris > > On F

Re: exception on page render

2016-08-12 Thread Chris Poulsen
org.got5is still in your stacktrace... So maybe you have a jar lingering somewhere. -- Chris On Fri, Aug 12, 2016 at 2:02 PM, Qbyte Consulting wrote: > I've been copying code from here https://tapestry-app.apache.org/hotels/ > but with my own database and other project dependencies. > > On

Re: exception on page render

2016-08-12 Thread Qbyte Consulting
I've been copying code from here https://tapestry-app.apache.org/hotels/ but with my own database and other project dependencies. On Fri, Aug 12, 2016 at 12:39 PM, Barry Books wrote: > Which hotel booking app? > > On Thursday, August 11, 2016, Qbyte Consulting > wrote: > > > I'm writing a T5.4

Re: exception on page render

2016-08-12 Thread Barry Books
Which hotel booking app? On Thursday, August 11, 2016, Qbyte Consulting wrote: > I'm writing a T5.4 app from scratch rather than a migration. > > I keep getting this stack dump, I've taken out the got5 dependency, but > still get much the same error. > > Any pointers to what this could be? I'm b

exception on page render

2016-08-11 Thread Qbyte Consulting
I'm writing a T5.4 app from scratch rather than a migration. I keep getting this stack dump, I've taken out the got5 dependency, but still get much the same error. Any pointers to what this could be? I'm basing my code off the hotel booking example. John HTTP ERROR 500 Problem accessing /Conte