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
http://www.w3.org/TR/xhtml-modularizati
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 ch
MasterPerson.java [partial]
@Persist
private Person person;
private Person personGrid;
public List getListPerson() {
return getMasterFacade().getPersonDao().getPersonByFilter(getPerson());
}
void onSeletectedFromSearch(){
}
void onSeletectedFromSave(){
getMasterFacade().getPersonDao().in
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 wrote:
> Hi,
>
> I have a mobile web application using the doctype
On Sat, 12 Mar 2011 15:29:21 -0300, Fernando Benjamin
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 application that receives a file uplo
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 form
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