Thursday, February 28, 2008

tapestry and liferay

I have been using tapestry since past one year, i am also big fan of liferay as i was using it in my earlier project. version 3.2.0 was the last one i used.
Now i am trying to migrate my Tapestry project into Liferay Portal.
I have downloaded the latest version of liferay and was happy to hear that Liferay now supports Tapestry.
I was successful with liferay installation with 'ext' environment set and also was able to deploy the sample Tapestry Portlet into Liferay.
The problem i am facing now is when i am trying to customize my Tapestry portlet like having a namespace file (projname).application in which i have define the values for some meta properties like default page and default package for page classes.
When I try to deploy a tapestry porlet with the above setup i am getting the error
'Page View not found in namespace' , yes i don't have the View page in the namespace, i have my own page but still Liferay seems to look only for View page by default.
Is that completely true ?
Can't i have my own page to go ?
I am still working on this issue, If anyone encountered similar problems, please feel free to comment .

thanks
GK

1 comment:

GK said...

After going through documents from Google search results, I found out that it is the hivemind.xml where you mention your default page.