Re: tapestry5 with wclipse

2011-03-12 Thread based2
http://maven.apache.org/eclipse-plugin.html or download the tapestry librairies http://tapestry.apache.org/download.html. http://tapestry.apache.org/dependencies-tools-and-plugins.html Maven 3.0.3 is working for me: http://maven.apache.org/docs/3.0.3/release-notes.html -- View this message

Filter in tapestry

2011-03-12 Thread Fernando Benjamin
Fellow tapestry developers, I need to upload an image to a certain url, but I can't use any Normal file upload mechanism because I am running Tapestry5 on GAE! So I decided to resolve this with a Servlet and an url-filter mapping the request to the Servlet(in web.xml)! When the user posts the

Re: Filter in tapestry

2011-03-12 Thread Thiago H. de Paula Figueiredo
On Sat, 12 Mar 2011 15:29:21 -0300, Fernando Benjamin fernandobenja...@gmail.com wrote: Fellow tapestry developers, Hi! I need to upload an image to a certain url, but I can't use any Normal file upload mechanism because I am running Tapestry5 on GAE! So you want to write an

Re: T5 Page Doctype Causing Application to Hang

2011-03-12 Thread Howard Lewis Ship
Looks like you did the correct thing. I'd check with the debugger that your contribute method is being invoked, then many put a break point inside SaxTemplateParserImpl as well. On Fri, Mar 11, 2011 at 10:43 PM, Kartweel r...@exemail.com.au wrote: Hi, I have a mobile web application using the

@Persist vs onActivate()

2011-03-12 Thread ronizedsynch
MasterPerson.java [partial] @Persist private Person person; private Person personGrid; public List getListPerson() { return getMasterFacade().getPersonDao().getPersonByFilter(getPerson()); } void onSeletectedFromSearch(){ } void onSeletectedFromSave(){

Re: T5 Page Doctype Causing Application to Hang

2011-03-12 Thread Kartweel
Howard Lewis Ship wrote: Looks like you did the correct thing. I'd check with the debugger that your contribute method is being invoked, then many put a break point inside SaxTemplateParserImpl as well. Thanks for the quick reply. I feel honoured talking to the main man! :), I've

Re: T5 Page Doctype Causing Application to Hang

2011-03-12 Thread Kartweel
I got it working. For reference this is the list of DTDs that need to be stored locally and contributed to the template parser. -//WAPFORUM//DTD XHTML Mobile 1.0//EN http://www.wapforum.org/DTD/xhtml-mobile10.dtd -//W3C//ELEMENTS XHTML Inline Style 1.0//EN