RE: building Jetspeed 2

2004-08-10 Thread Bjorn Vidar Remme
Return Receipt Your RE: building Jetspeed 2 document :

VelocityPortletAction, $jslink.getAction('someaction', $portlet) - Portlet not found in Context.

2004-08-10 Thread Bjorn Vidar Remme
Hi all, (Using Jetspeed-1.6-dev) When I submit a form using $jslink.getAction() I am not able to retrieve the portlet ID from the context. I have used the $jslink.getAction(xxx, $portlet) but still my application behaves unexpected because of a null pointer exception when it tries to use

RE: Portlets execution flow

2004-08-10 Thread Bjorn Vidar Remme
Correction* The action event does call the public void doBrowse_refresh(RunData, Context) method. There was a Null pointer Exeption thrown in there when it tried to fetch and use the portlet object in the Context . Apparently this exception caused the rundata only method to be

add a library

2004-08-10 Thread jean-charles . jabouille
Hi, I d'like to add a jar library for compiling jetspeed. Where I have to put it please ? thanks for answers... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Action not found (but it's there)?

2004-08-10 Thread Archana Turaga
Try putting your module package declaration in front of the Jetspeed module package definition. -Original Message- From: Stijn de Witt [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 8:01 PM To: Jetspeed Users List Subject: Action not found (but it's there)? Hi, I have an

Re: add a library

2004-08-10 Thread Raphaƫl Luta
[EMAIL PROTECTED] wrote: Hi, I d'like to add a jar library for compiling jetspeed. Where I have to put it please ? thanks for answers... Put in your Maven library repository and add a new library dependency in Jetspeed project.xml (check the existing dependencies for the syntax). I advise you to

library struts-1.2.1.jar missing

2004-08-10 Thread Shen, Ching
Hi, Am I the only person has problem to build jetspeed 2? When I am trying to build, I get following errors: Attempting to download struts-1.2.1.jar. WARNING: Failed to download struts-1.2.1.jar. BUILD FAILED File.. /root/jakarta-jetspeed-2/maven.xml Element... maven:reactor Line.. 151

RE: library struts-1.2.1.jar missing

2004-08-10 Thread Bo van Weert
Acuse de recibo SuRE: library struts-1.2.1.jar missing document o:

problems with the base tag

2004-08-10 Thread Jay Gallagher
Im having problems with the base tag in Jetspeed 1.5 it should be base href=https://localhost:8443/jportal/; but randomly seems to change to. base href=https://localhost:8443/jportal/images/jportal.gif; has any one else seen something like this or know what could cause it?

Re: library struts-1.2.1.jar missing

2004-08-10 Thread Ate Douma
Shen, Ching wrote: Hi, Am I the only person has problem to build jetspeed 2? When I am trying to build, I get following errors: Attempting to download struts-1.2.1.jar. WARNING: Failed to download struts-1.2.1.jar. BUILD FAILED File.. /root/jakarta-jetspeed-2/maven.xml Element...

RE: problems with the base tag

2004-08-10 Thread OlsonE
Jay - I have seen this as well - it normally occurred after I had a template blow up, or I was replacing templates on the fly. I changed the base line in /WEB-INF/templates/vm/layouts/default.vm (normally about the 3rd line) from: base href=$clink to base href=$clink.setURI().external I

[OT] [Ann] BlueGlue 3.0 available - Jetspeed Updated

2004-08-10 Thread Eric Weidner
OpenLogic Releases BlueGlue 3.0 Easy Street for Installing, Configuring Updating Open Source Development Tools Need a really easy way to install, configure, and update open source development tools? OpenLogic, Inc. has released BlueGlue 3.0, the latest version of its comprehensive Open

RE: library struts-1.2.1.jar missing

2004-08-10 Thread Shen, Ching
Ate: After add-in http://cvs.apache.org/repository/ into build.properties , the build is successful Thank you for the tip. -Original Message- From: Ate Douma [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 1:11 PM To: Jetspeed Users List Subject: Re: library struts-1.2.1.jar