JR.prop duplicate booleans break...

2002-09-17 Thread Josh Hone
Hi all - I have noticed that if I have duplicate boolean values for some properties that the machine gives you a horrible exception and does not like it at all. It says that the value assigned to the property is not boolean. Here is what I did: I copied some properties from JR.p to my own

Jetspeed portlets and Javascript

2002-09-17 Thread Sandeep G Nijsure
Hi all, If I want to use Javascript in the rendering of a portlet, how do I go about? Ideally, portlet is not supposed to output any page level tags, like or , since portlet is just a part of an HTML page, and not the entire page. But Javascript needs the functions to be declared in section. So

Re: About $jlink and using it instead of a form submit

2002-09-17 Thread Raffaele Ragni
Yes, it works normally with the form. i will try tomorrow when i will be at work, thanks. <=- Raffaele Ragni -=> - Original Message - From: "Weaver, Scott" <[EMAIL PROTECTED]> To: "'Jetspeed Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, September 17, 2002 2:44 PM Subject: RE: About $jl

Getting all logged in users

2002-09-17 Thread Matthew Schmidt
Hi All, Sorry to send all these questions, but I find Jetspeed very interesting and I'm considering it for a major project at Javalobby. I noticed that the Turbine RunData interface allows you to get the current logged in user. Is there a way to have Turbine retrieve all the users that ar

Re: Trouble With Nightly Build

2002-09-17 Thread Matthew Schmidt
I removed the Xerces that comes with OC4j and the problem appears to persist. In addition I also copied the included xerces, xalan and xml-apis.jar files to the master lib level in OC4j. Still nothing. Matt PS> It is working as advertised on Tomcat 4.04 with JDK 1.4 - Original Message

Applet within Velocity Portlet & POST questions.

2002-09-17 Thread John Wubbel
Hello, While I am not sure this is the best implementation, we have a Velocity portlet with an Applet we are starting from the template. In the applet we have done the usual coding to facilitate a POST method in order to send some user input back to the server whereby our ultimate action is

Re: JDK1.3 needed?

2002-09-17 Thread Paul Spencer
This error, URLNotAvailableException, means Jetspeed can not connect to the URL. This usually means their is a firewall between Jetspeed and the net. See http://jakarta.apache.org/jetspeed/site/faq.html. Also search the mailing list for you error message. Paul Spencer Paul Spencer Alex M

JDK1.3 needed?

2002-09-17 Thread Alex McLintock
Hi folks, I have a broken Jetspeed 1.3a1 The RSSPortlets are not displaying anything. I am getting [Tue Sep 17 15:58:27 GMT+01:00 2002] -- ERROR -- RSSPortlet: Couldn't parse out XML document -> http://news.d iversebooks.com/awards.rdf Exception: org.apache.jetspeed.services.

Re: Trouble With Nightly Build

2002-09-17 Thread Paul Spencer
Matthew, This looks like an XML parsing problem. We are using Castor to unmarshell the xreg files into registry entries. Castor does not support Xerses v2.x. Make sure that the only the Xerces distributed with Jetspeed is in classpath. See http://jakarta.apache.org/jetspeed/site/install.htm

RE: Disappearing tabs

2002-09-17 Thread Mark Orciuch
Marc, Yep, I've seen this. Didn't have time to look into this but my workaround was to switch to Velocity :-( I still use JspPortlet for my content but all the layouts and navigations are in Velocity. This should be logged as an issue into Bugzilla in order to get looked at at some point. Best r

Disappearing tabs

2002-09-17 Thread Marc Moree
Hello, I've noticed an odd problem with jetspeed 1.4b1. (I'm not sure if it was apparent in earlier releases) I am running on tomcat 4.0.4/Win2K, and using the JSP template option. I am using a Tab Pane Layout on the home page. Once on the customizer screen, if a user navigates back to the home pa

RE: rundata.getACL() returns null for logged-in user withroles/permissions

2002-09-17 Thread Mark Orciuch
Woody, I think that I ran into this before and I still don't know why rundata's ACL is null. Feel free to submit this as a bug (perhaps then it will get looked at). Here's some code to get user permissions: Hashtable permSet = new Hashtable(); // use whatever container you like here Iter

RE: Adding news feeds.

2002-09-17 Thread Scott Damron
Thank You!! Scott -Original Message- From: Weaver, Scott [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 5:52 AM To: 'Jetspeed Users List' Subject: RE: Adding news feeds. Scott D, http://jakarta.apache.org/jetspeed/site/config_guide.html -Scott W > -Original Messa

rundata.getACL() returns null for logged-in user withroles/permissions

2002-09-17 Thread Woody Sturges
Hi all, I'm having a problem getting an AccessControlList from within a VelocityPortletAction. I'm using the passed RunData object to grab the ACL, but it returns null. The getUser() works, and the current user has roles and permissions (they can run the portlet, which is secured with a role).

RE: selectbox for portlet config parameters

2002-09-17 Thread Mark Orciuch
Michael, It's a matter of configuring your parameter with a parameter style. Check out documentation for Element: parameter in http://jakarta.apache.org/jetspeed/site/portlet_config_common.html. There's a sample ListBox parameter style which should give you what you want. If not, you can always w

RE: list portlet-set of other users

2002-09-17 Thread Weaver, Scott
Each individual profile is stored in a folder of the same name under WEB-INF/conf/psml directory. Scott > -Original Message- > From: Bui Quoc Thai [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 16, 2002 4:00 PM > To: Jetspeed Users List > Subject: list portlet-set of other users >

Trouble With Nightly Build

2002-09-17 Thread Matthew Schmidt
Hi All, I just downloaded and built the nightly CVS for Sept. 17th and it seemed to build ok. Once installed on my machine (Linux Redhat 7.3, OC4j 9.0.3.0.0, the J2EE 1.3 Compliant one) I get this errror on the homepage: Error retrieving Portal Page: Profile not found. It appears that I ca

JetspeedLocalization_XX.properties ENCODING problem

2002-09-17 Thread Marian Skalsky
Hi there! As today I'm mysteriously unable to *SEARCH* in the jetspeed mail archive and I need to solve this think briefly I'm asking here. I wrote my own localized JetspeedLocalization_sk.properties file and put it in to right directory. I got my messages in the jsp page, so the file works. T

selectbox for portlet config parameters

2002-09-17 Thread Michael Dernen
Hello, Does anybody know if it's possible to use parameters for portlets that show up as a selectbox in the customize page? I know that parameters with type="boolean" will be shown as selectbox, but I would like to have some other values instead of true and false for the user to select. Regards,

RE: Adding news feeds.

2002-09-17 Thread Weaver, Scott
Scott D, http://jakarta.apache.org/jetspeed/site/config_guide.html -Scott W > -Original Message- > From: Scott Damron [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 16, 2002 5:36 PM > To: [EMAIL PROTECTED] > Subject: Adding news feeds. > > Hello List. > > I am new, so this may

RE: About $jlink and using it instead of a form submit

2002-09-17 Thread Weaver, Scott
Hi Raffaele, > "$jlink.setPanel("").addQueryData("eventSubmit_","")" Trying supplying an arbitrary value for the query data. Example: "$jlink.setPanel("").addQueryData("eventSubmit_","1")" Also, Are you sure your action-event method names are formatted correctly? doSomemethodname() the onl

Jetspeed - Slide users integration : question

2002-09-17 Thread EMike
Hello all, I have to integrate Slide and Jetspeed, so that the admin of the future application is able to manage Slide and Jetspeed users by only declaring them once (via Jetspeed). I read lots of docs about Slide end Jetspeed, and found a very interesting mail in the jetspeed-user searchable a