Refresh, update and URL Struts

2004-01-29 Thread Pramod Jain
We are running into a problem that people using Struts may have run into. 1. We submit from a JSP page and the action required is an insert in the database 2. Insert is successful and we get back the pane with all portlets displayed. We have code in our action class that does the redirect and p

Forward Service Problem

2004-01-29 Thread Dmitry Sklyut
Hi All, I have a problem using the Forward service. Here is the situation: I have a set of portlets one of them has a detail link that uses to forward to a different page.psml and portlet. Once I am done with that portlet I would lile to go back to where I came from. So I declared another forw

RE: Jetspeed 1.4 deployment performance ?

2004-01-29 Thread Dalton, Michael D
Much appreciated. Very interested in your results for your experiment. Please post here or send to Michael.D.Dalton @ [n o s p a m] nasa.gov. We are also working on a Content Management System (CMS) which will be the content provider for our portal. Michael Dalton -Original Message

Re: RegistryService: Failed to retrieve null from Portlet

2004-01-29 Thread Stuart Belden
It looks like you're missing the tag in your portlet xreg; Add within your tag and see if that helps. stu >>> [EMAIL PROTECTED] 01/29/04 06:57AM >>> Dear list members, I have been trying to move my test site from Jetspeed 1.4-b4 to 1.4, but I am unable to do so. The portlets contained in the

RE: RegistryService: Failed to retrieve null from Portlet

2004-01-29 Thread Richard Berger
Tried to post before, but had problems. IIRC from looking at your information, it seemed like the problem might actually be in your Action class - that it was having a problem which was then preventing the template from being loaded. Have you traced through your action code to make sure that it e

RE: Need Help for use event action with JspPortletAction

2004-01-29 Thread Richard Berger
One other thought (possibly misguided), but it occurred to me that perhaps your action class is not in the right location. I recall reading that all action class is placed in the module path, conventionally under the portlets directory - and the examples I have seen all look like portlets.Discipli

Jetspeed and LDAP

2004-01-29 Thread Craig Connell
Hi all, I see that there was a question in the group a while back about LDAP and Jetspeed ... particularly about the uidnumber attribute of Jetspeed user. No one seemed to answer the question, and now I have the same question ... What is the deal with uidnumber? It looks like it comes from the n

RE: Need Help for use event action with JspPortletAction

2004-01-29 Thread Dmitry Sklyut
No. Only if you submit then do* event will get triggered. If you render normaly the build* methods will be called. Take a closer look at the tutorial - it was a ton of examples. -Original Message- From: Benoit Tramblay [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 10:02 AM

RE: Need Help for use event action with JspPortletAction

2004-01-29 Thread Mikhail Garber
If I remember correctly, at some point there was a restriction on how method should be called. It only accepted "doSomething": starts with "do" and only one capital letter thereafter. I don't know if this is still true; I switched to Struts for my portlets. -Original Message- From: Benoit

RE: Need Help for use event action with JspPortletAction

2004-01-29 Thread Benoit Tramblay
Thanks for your response, but it doesn'work again. The signature of event action in action class must be : 1 - void doEventAction(RunData rundata, Context context) throws Exception OR 2 -void doEventAction(RunData rundata, Portlet portlet) throws Exception Thanks -Original Message-

RE: Need Help for use event action with JspPortletAction

2004-01-29 Thread Dmitry Sklyut
Remove from your JSP. If you have it in there Turbine Action will be invocked not Jetspeed one. Take a look here (From Jetspeed FAQ): Most common mistake with portlets is to use the hidden action variable and set it to the portlet's action class: http://myhost/ThingWeb/portal"; method="get">

Need Help for use event action with JspPortletAction

2004-01-29 Thread Benoit Tramblay
Hello, My event action doesn't work in my portlet, I don't know why: Xreg File : Disciplines Affiche la liste des disciplines org.apache.jetspeed.portal.portlets.JspPortlet Action Class

RE: Jetspeed and Serializable configuration

2004-01-29 Thread Youssef Mohammed
this is an extract from document we made to resolve this issues hope it helps Purpose Run Jetspeed on Clustering configuration and make sure it is working, but some technical problems was found and solved Affected Components Jetspeed-1.4-b3, turbine-2.2 Solution Criteria 1. Ch

RE: Jetspeed and Serializable configuration

2004-01-29 Thread Youssef Mohammed
Yess u must make any class to impliment Serializable We did it in our project . -Original Message- From: Garrett James [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 3:17 PM To: [EMAIL PROTECTED] Subject: Jetspeed and Serializable configuration I am using Jetspeed 1.4 in c

Jetspeed and Serializable configuration

2004-01-29 Thread Garrett James
I am using Jetspeed 1.4 in conjunction with an Oracle9iAS Application Server and need to have it setup as part of a cluster of app servers. One of the requirements for Oracle9iAs is that all objects stored/retrieved from the HttpSession must be Serializable. When I attempt to use Jetspeed in a cl

RegistryService: Failed to retrieve null from Portlet

2004-01-29 Thread Michael Burschik
Dear list members, I have been trying to move my test site from Jetspeed 1.4-b4 to 1.4, but I am unable to do so. The portlets contained in the jetspeed.war seem to work, but none of my own portlets do. I get nothing except hundreds of "RegistryService: Failed to retrieve null from Portlet" messag