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
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
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
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
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
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
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