Re: Is Jetspeed a good solution?

2003-01-28 Thread kristian . weissmann
Hi, major +: - open source (no license cost sources) - really nice portlet functions major minus: - high learning curve because of thight integration with turbine + not easy to build on existing (standardized) knowledge -> EJB etc ... - maybe to limited access control (see my posting: http://ww

Re: JSP vs Velocity

2003-01-28 Thread kristian . weissmann
Hi, I think the popularity could be much better if the underlying turbine would not be such a high learning curve. With turbine 3 it may be much better, since then people can bet on horses, which they already know (especially EJB). IMHO, What also could give jetspeed a real boost is if it would r

User Roles(Admin.security) Portlet Problem

2003-01-28 Thread Sunil Sheshadri
Hi, I am getting the following error which i try to add the User Role portlet. portlet gets added and it is display $user.FirstName rather than actual name. I am not able to see all the Users and Assign the Roles to them. How to assign Users the roles? I am also facing these problem with Role P

JSP vs Velocity

2003-01-28 Thread Wei Guan
I like Velocity. However, there are lots of JSP tags, such as JSP output stream buffer cache tag I could use, I had hard time to find similiar Velocity library. Which do you prefer? Any serious JetSpeed Velocity development and deployment? How is the popularity of JetSpeed?

Re: portlet object in doUpdate()

2003-01-28 Thread Wei Guan
Pierre: I tested your workaround. I used velocity. I used POST. Here is the behavior. if I removed "action", I could get "portlet" in doUpdate(), however, buildNormalContext is never got called. if I keep the "action", the "portlet" is null in doUpdate(), buildNormalContext is called after doUpdat

Jetspeed Resources

2003-01-28 Thread Sangam Dash
Hi Can i access the portlet classes from a directory that is not inside tomcat_home/webapps/jetspeed/WEB-INF/classes? I have a folder outside tomcat_home which contains all the jsp and html files and the other portlet classes. I want to specify that folder name so that a lot of different portal

Is Jetspeed a good solution?

2003-01-28 Thread Stephen Townsend
Hello, We have determined that Jetspeed is a candidate for use as our portal. This determination was made by: 1. It was quickly implemented and tailored for a demonstration. 2. There is a migration path to a commercial portal. JetSpeed's API was the basis for WebSphere. Should there ever be a ne

Jetspeed Access Control

2003-01-28 Thread Kristian Weissmann
Hi Jetspeed-Community, I have some problems configuring access control for jetspeed and really hope someone can help, :( - I need to make some tab-panes non editable, e.g. | MyHome[X] | CustomerInfo | ProjectInfo | SomethingElse | only the home tab should have the edit button and the others sh

Re: Question about portlet config

2003-01-28 Thread Mike Zhou
All, When I define a portlet in my a-portlets.xreg file, I can do the following: ... to turn-off the title bar. Can I selectively turn off some of the portlet mode buttons (view, customize, print, info, min and max)? My another question is where can I find information or docs ab

setTemplate using JSPAction

2003-01-28 Thread Damle, Nikhil
Hi, When I use the setTemplate method, ( ex. setTemplate(rundata, "somefile.jsp") ), under what folder should this "somefile.jsp" file reside. Seems like jetspeed is not able to find this file. I have it under the templates/jsp/portlets/html folder. Thanks -- To unsubscribe, e-mail:

How can I get the Locale (language) in a JSP portlet ?

2003-01-28 Thread luca . forni
Hi All ! I want to have a JSP portlet to get the locale (language). What's the way to do this ? In JspPortlet --> During debug, i noticed that Rundata.locale == null!!! I'm using velocity as layout manager and it uses the correct language. Please... Help me!! Thanx. -- To unsubscribe, e-mail:

Re: Portlet "Change the language"

2003-01-28 Thread Matthieu DELAHAIS
It works! Thank you very much! But, your portlet just changes the titles. I didn't success to redirect the PSML. Is there something else to parameter? For the moment, my URL is always the english one... Thanks in advance! Matthieu --- Massimiliano Dessi <[EMAIL PROTECTED]> a écrit : > It is neces

Re: using jetspeed with ejb

2003-01-28 Thread Stuart Belden
We call Jetspeed APIs from EJBs with no problem. I don't know about the existence of a jaas login module. Cheers, stu >>> [EMAIL PROTECTED] 01/27/03 11:39AM >>> hi! I'd like to know if it is possible to call jetspeed APIs from an EJB to check authentication or authorization. if this is not pos

Re: Portlet "Change the language"

2003-01-28 Thread Massimiliano Dessi
It is necessary comment in tr.properties #services.LocalizationService.classname=org.apache.turbine.services.localiza tion.TurbineLocalizationService and put services.LocalizationService.classname=org.apache.jetspeed.services.customlo calization.JetspeedLocalizationService and #tool.request.l10

RE: Modify navigation templates

2003-01-28 Thread Moabi Nyokong
WEB-INF/templates/jsp/navigations/html/top_loggedIn.jsp is where you would need to do this, but the fact that this is nothing more than a display template and not a JSPPortlet, anything you do here won't be able to interact with the controlled system. Another alternative (but I'm not sure if it wor

RE: Can I use more than 1 JSP in a JSP-portlet?

2003-01-28 Thread Mark Orciuch
I just addressed this for JspPortlet: http://issues.apache.org/bugzilla/show_bug.cgi?id=16443. See the questionnaire portlet in the CVS/head. Best regards, Mark Orciuch - [EMAIL PROTECTED] Jakarta Jetspeed - Enterprise Portal in Java http://jakarta.apache.org/jetspeed/ > -Original Message---

Re: Flow and State of a portlet

2003-01-28 Thread Jean-Christophe Kermagoret
Luta, Raphael (VUN) wrote: De : Jean-Christophe Kermagoret [mailto:[EMAIL PROTECTED]] It's possible to have this kind of behaviour with a javascript function that values the "action" and "template" parameter for each case. For example : function SubmitDefault() { form.action.value =

RE: Flow and State of a portlet

2003-01-28 Thread Luta, Raphael (VUN)
De : Jean-Christophe Kermagoret [mailto:[EMAIL PROTECTED]] > > It's possible to have this kind of behaviour with a > javascript function > that values the "action" and "template" parameter for each case. For > example : > > function SubmitDefault() { > form.action.value = "MyDefaultPor

Re: Flow and State of a portlet

2003-01-28 Thread Jean-Christophe Kermagoret
It's possible to have this kind of behaviour with a javascript function that values the "action" and "template" parameter for each case. For example : function SubmitDefault() { form.action.value = "MyDefaultPortletAction"; form.template.value = "MyDefaultTemplate.vm" ; } function

RE: Modify navigation templates

2003-01-28 Thread Pierre Henry
Ok, I can modify these two files, but how should I specify a java action for my form ? Thanks. Pierre > -Original Message- > From: Mike Zhou [mailto:[EMAIL PROTECTED]] > Sent: lundi, 27. janvier 2003 22:50 > To: Jetspeed Users List > Subject: Re: Modify navigation templates > > > You n

RE: portlet object in doUpdate()

2003-01-28 Thread Pierre Henry
I got them to work with GET, but it only works with Internet Explorer, It doesn't work with Mozilla, the buildNormalContext action is called, not the actions... (I tried MSIE 5 and 6 and Mozilla 1.2) Pierre > -Original Message- > From: Michael Rothrock [mailto:[EMAIL PROTECTED]] > Sent: l