simple requirement

2002-09-05 Thread Deep Narain Singh
Hi All I have a simple requirement. Can I control the customization of portlet viewing at first web page of site through login as admin to the portal and change the customazation through GUI rather editing the script? What I mean, say, I want to create a page, if a user access this page, it can

How to deploy a modified portlet without restarting tomcat?

2002-09-05 Thread Kwihyun Choi
Hello, I'm a beginner with Jetspeed. When I installed Tomcat 3.3.1 and Jetspeed 1.4b1-release on Linux, the modified portlet worked pretty well without restarting tomcat. But, on win32, a horrible exception occured. looks like this. -- Horrible Exception: java.lang.Error: Error in BasePe

User time out

2002-09-05 Thread Casimiro Lovato-Winston
How do I setup a page or view that the user sees when thier session has timed out. I found the session time out property in TurbineResources.properties but need a hint on customizing what happens after the time out. Thanks, Casimiro -- To unsubscribe, e-mail: For ad

VelocityPortletAction

2002-09-05 Thread Jeremy Kuhnash
How should setTemplate() in VelocityPortletAction be used? We have tried using it in this very simple way -- public void doSomething (RunData data, Context context) { if (data.getParameters.get("something") != null) { setTemplate("echoPortlet/echo_submit");

portlet actions called multiple times

2002-09-05 Thread Pat Ryan
We are currently using 1.3a2-dev and are seeing at least one of our portlet actions being called multiple times. Has anyone ever seen this before? I did upgrade my personal development node with 1.4 and I dont see the problem - but then again I dont run the action that is having the problems.

Redirecting to jsp from jsp portlet

2002-09-05 Thread Jeffrey Owens
I am trying to redirect to a jsp from my jsp portlet, inside jetspeed. I am aware that there is a problem with the response.sendRedirect() method, but I have found no resource to help me figure out how to do a redirect in any other way. I have also tried using the turbine rundata.getResponse()

links and forms in portlet, returning to portlet..

2002-09-05 Thread Jancsi A. Farkas
Hello! I'm pretty new in jetspeed world, just installed jetspeed and played with a few portlets. I created a simple portlet, and I don't know how to put a link in that portlet, so when the link is clicked, same page will be reloaded, but with different state of the port

Re: Accessing Velocity Context Object in .vm file

2002-09-05 Thread Josh Hone
There is a set of objects that are automatically in any .vm file for jetspeed, but if you want to explicitly include a context, just go to your action class and take the context object and put it in the context like any other object. This sounds too easy. Have you already tried this? >From: