Re: Wiki documentation issues

2004-11-29 Thread Scott T. Weaver
Anyone should be able to change the Wiki. If you see an inconsistency or something that is blatantly out of date, please feel free to fix it. Ron Wheeler wrote: It appears that http://wiki.apache.org/portals/Jetspeed2/DevelopingJetspeed2 needs to be updated to clarify the discussion that starts

$jslink.addQueryData(eventSubmit_doMethod)

2004-11-29 Thread Peter F.
Hello , I use Jetspeed 1.5 I want to perform some method in my VelocityPortletAction by pressing on link like: a href='$jslink.addQueryData(eventSubmit_doMethod, 1)'Do Something /a But it doesn't work. The query string data is all lowercase. Does that matter? It seems it worked for me some

Re: $jslink.addQueryData(eventSubmit_doMethod)

2004-11-29 Thread sadelgadoq
But it doesn't work. The query string data is all lowercase. Does that matter? Yeah, it does matter. Your method must be called doWhateveryouwant, beginning with do lowercase, the next letter uppercase and the rest lowercase. If you don't follow that convention (what I think it is NOT

RE: $jslink.addQueryData(eventSubmit_doMethod)

2004-11-29 Thread Arthur J. D'Alessandro III
Yes, the action methods must follow: eventSubmit_doMethodnamefirstcharacterafterdocapitalized I submitted a bug to JIRA on the lowercase on the addQueryData ([jira] Created: (JS1-504) JspLink - addQueryData), I ended up just manually putting the code into the html. a

Two questions: print-friendly mode and changing content-type

2004-11-29 Thread sadelgadoq
Hi, I'm working in my first project with Jetspeed 1 and have a couple of things I don't know how to do... - I have a single maximized portlet with no control frame (you know, the little title bar with the minimize, maximize, etc. buttons). How can I change its mode to print-friendly from the

Re: [SPAM] Re: $jslink.addQueryData(eventSubmit_doMethod)

2004-11-29 Thread Peter F.
Hello , Thanks! That really works as you described. Monday, November 29, 2004, 6:36:44 PM, you wrote: But it doesn't work. The query string data is all lowercase. Does that matter? sgc Yeah, it does matter. Your method must be called doWhateveryouwant, sgc beginning with do lowercase, the

RE: jetspeed-newbie Roles-Groups-Users

2004-11-29 Thread Marina
Randy, Thanks a lot for your response. I indeed have more specific question on the security setup in J2. I should note right away that I apologize if these questions are answered in the documentation you mentioned - I was not able to read it as it seems to be in the .sxw format (StarOffice, I

Re: jetspeed-newbie Roles-Groups-Users

2004-11-29 Thread Randy Watler
Marina, There are two different Roles/Groups/Users domains in effect: Tomcat's and Jetspeed's. Jetspeed has its own JAAS login/logout that is managed separately from the global Tomcat configuration, (see jetspeed.xml for the JAAS Realm definition). Configuration of Tomcat's Realm is only

LateInitCastorRegistryService - InitializationException

2004-11-29 Thread Hema Menon
Hi, I rebuild my jetspeed1.5 application using Jetspeed 1.6 with fusion. Everything starts up fine with successful Fusion Service initialization Done. However when I try to access my login page, I get the following exception org.apache.turbine.services.InitializationException: Unable to

Trouble Build Jetspeed-2 using Maven 1.0.1

2004-11-29 Thread Mark Fretwell
I'm receiving the following error when executing a build pf Jetspeed-2 using Maven 1.0.1: C:\jakarta-jetspeed-2maven allClean allBuild __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.1 Starting the reactor... BUILD FAILED

Limiting customization available to users

2004-11-29 Thread Ruy Diaz Jara
Hi everyone, Is there a simple way to prevent users from adding/removing portlets and panes but leaving the 'customize' action on certain portlets in order to change parameters? I know I can completely disable the icons (maximize, minimize, print, etc.) for all users, but this is too much

Your e-mail to the AAD has not been delivered

2004-11-29 Thread Ruy Diaz Jara
Does everyone get their mail bounced by this guy every time you write to the jetspeed-user mailing list or is it just me? The body of the message is something like: The Australian Antarctic Division e-mail system has automatically assessed an e-mail message sent by you to [EMAIL PROTECTED] It

RE: Trouble Build Jetspeed-2 using Maven 1.0.1

2004-11-29 Thread Carlos Sanchez
Hi, It's a known bug of maven 1.0.1, you can find the workaround at http://nagoya.apache.org/jira/browse/JS2-164 Regards Carlos Sanchez A Coruña, Spain http://www.jroller.com/page/carlossg -Original Message- From: Mark Fretwell [mailto:[EMAIL PROTECTED] Sent: Monday, November 29,

Re: LateInitCastorRegistryService - InitializationException - Bug??

2004-11-29 Thread Hema Menon
I found the source for the error in LateInitCastorRegistryService.java code under jakarta-jetspeed/src/org/apache/jetspeed/services/registry directory. In the init method, a classCastException is thrown at the getConfiguration().getInt(refreshRate) which in turn is rethrown as an