Re: Portlet body not shown

2005-03-26 Thread Vladimir Simjanoski
Just to share my experience with the others who might read this... I've took some time to read Jetspeed doc, get Eclipse, XDoclet, write the same portlet again using the XDoclet for generating portlet.xml and web.xml and deployed it using OTHER war name then previously deployed (I didn't have time

J2 new deployment- How to undeploy an application?

2005-03-26 Thread Hema Menon
How can we undeploy an application with the new deployment model? Previously you could delete the deployed war from the deploy directory which would then unregister the application. With the new model, the deployed WAR is removed from the deploy directory upon deployment. So how can I undeploy an

Re: J2 new deployment- How to undeploy an application?

2005-03-26 Thread Ate Douma
The new deployment model may seem more limited at first but actually its not. The real change is that deployment really now is handled by the web/app server you are using. What J2 deployment manager does when you drop a war in the deploy folder is nothing more than rewriting the web.xml (if

Re: J2 new deployment- How to undeploy an application?

2005-03-26 Thread Hema Menon
Ate, Thanks for the information. I was not sure how the new deployment model fully worked. I will try it out with the PALM. Thanks, Hema On Sat, 26 Mar 2005 23:27:42 +0100, Ate Douma [EMAIL PROTECTED] wrote: The new deployment model may seem more limited at first but actually its not. The

Action Processing of JSR168 portlets within Fusion

2005-03-26 Thread Hema Menon
Hi, How is the action processing of JSR 168 portlets being handled within Fusion? I have a struts application for which the action handling works fine within Jetspeed2 but fails with Jetspeed1.6 with fusion. (I've tried the new build from j2_deployment_sync branch that Ate has been working on).

struts-bridge - preserving request Parameter over actionForward

2005-03-26 Thread Shah Amit
Hi all, I want to use valueList (valuelist.sf.net) in my portals, which is like a tag library that displays grids and tables for a list of objects. Unfortunately this grid depends on request.getParameter(someParamName) if I want to pass some user selection from a previous page and query the DB