RE: Hello world portlet

2006-07-14 Thread Epstein, Ezra
PROTECTED] Sent: Friday, July 14, 2006 10:28 AM To: Tapestry users Subject: Re: Hello world portlet Yes, I have tried with and without View.page file without luck. I have tried saving View.html in context root and ¡it works!, but Why?. If I try it like a common web application it works with Vi

RE: Hello world portlet

2006-07-14 Thread Epstein, Ezra
Tapestry wants to load a View class. You'll need a HelloWorldPortlet.application file in the WEB-INF folder with contents like: http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd";> Where the value is specific to your package, of course. HTH. Thanks, Ezra Epstein -Orig

Re: Hello world portlet

2006-07-14 Thread Julio C. Rivera
Yes, I have tried with and without View.page file without luck. I have tried saving View.html in context root and ¡it works!, but Why?. If I try it like a common web application it works with View.html in WEB-INF/gapmuportlet folder. Why it doesn't work in a portlet environment? Regards. Juli

Re: Hello world portlet

2006-07-14 Thread Mitchell O'Brien
Hi, Do you have a View.page file? Cheers, Mitch On 14.07.2006, at 13:29, Julio C. Rivera wrote: Hi! I'm new in portlets. I'm trying to develop a Hello World portlet using Tapestry. When I deploy my hello world portlet in jetspeed I get this portlet content: org.apache.tapestry.PageNo