you missed my followup mail, ------------------- I found the cause ... part of code was deleted while merging in revision: #536053 ...
I've put it on JIRA https://issues.apache.org/jira/browse/TAPESTRY-1559 ---------------------------------------------- and concerning ${packageName} ... my web.xml is fine, but I pasted wrong code from clipboard and confused it alll... sory about that :) Davor Hrg On 6/11/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
http://www.catb.org/~esr/faqs/smart-questions.html On 6/11/07, Davor Hrg <[EMAIL PROTECTED]> wrote: > this works fine in 5.0.4 > > i Have in my web.xml > <context-param> > <!-- The only significant configuration for Tapestry 5, this > informs Tapestry > of where to look for pages, components and mixins. --> > <param-name>tapestry.app-package</param-name> > <param-value>${packageName}</param-value> > </context-param> > > I checked quickstart and it seems that config had'n changed, > so it probably means the value isn't read properly > > > i stubled upon it because it causes hibernate module to fail, > since it can't add proper entities package without this value.. > > I can file an JIRA issue, just asking if something changed maybe > so it can't work like in 5.0.4? > > > Davor Hrg > -- Howard M. Lewis Ship TWD Consulting, Inc. Independent J2EE / Open-Source Java Consultant Creator and PMC Chair, Apache Tapestry Creator, Apache HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
