RE: encoding problem

2003-06-04 Thread Aurelien Pernoud
There has been a change between b3 and b4 relative to encoding : Here's how jetspeed looks for the encoding to use now, if you use the right way to grab parameters (see next) : 1) the character encoding used in the body of the request. 2) character-set parameter in media.xreg 3) content.

Re: Menus and submenus

2003-06-04 Thread Jana Parvanova
Thanks alot for the suggestions. I managed to implement it by extending the VelocityPortletSetControl (the one that is responsible for MenuControl and TabControl). I made it include the submenus in the "tabs" collection. - Original Message - From: "Christophe Lombart" <[EMAIL PROTECTED]> To

encoding problem

2003-06-04 Thread Ivan
Hello everybody, I got a problem and I'm not sure if it's a bug or a misconfiguration of my system. I had a 1.4b3 portal working ok, and after the upgrade to 1.4b4 some portlets are not sending the form post info well. this is where It sent "Iván" now it sends "Iván", it looks like some ascii t

YNT: communication between portlets

2003-06-04 Thread Ender Hikmet KILIÇOÐLU
yes but do not forget that there is an order for portlet process and it depends on page layout. Maybe you can use global action without giving js_peid so every portlet get this action. Maybe forward tool used for internal forwards? Ender -Özgün Ileti- Kimden: Stefan Kuhn [mailto:[EMAIL P

Re: communication between portlets

2003-06-04 Thread Stefan Kuhn
Am Wednesday 04 June 2003 10:22 schrieb Tobias Hummrich: > Hi, > > I'm trying to create a web application using Jetspeed, but I'm not sure > if it (or any portal framework, for that matter) offers the > functionality that I need. More specifically, I'd like to know these two > things: > > 1. How ca

communication between portlets

2003-06-04 Thread Tobias Hummrich
Hi, I'm trying to create a web application using Jetspeed, but I'm not sure if it (or any portal framework, for that matter) offers the functionality that I need. More specifically, I'd like to know these two things: 1. How can the result of a request sent to one portlet be displayed in a dif

Minimal set of files to start development

2003-06-04 Thread Ee-Ming Toh
Hi, I just starting to learn how to use Jetspeed. I have been always developing(or rather modifying) the WAR file that comes with the downloaded package. And I find that, most of the times, I am packaging things/files that I do not know its uses. Is there any documentation that specify all th

Re: Velocity equivalent to jetspeed:portletlink tag

2003-06-04 Thread Helder Pinto
Thanks, Mark. I arrived to do what I wanted by using $jslink.getAction("controls.Maximize", $!portlet.ID). The portlet is now presented in a separate deck. Wonderful!:-) Helder - Original Message - From: "Mark Orciuch" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> S

Re: How to get a portlet Id in Velocity?

2003-06-04 Thread Helder Pinto
Sorry for my premature post. I just found the answer by digging into the org.apache.jetspeed.portal.Portlet source code: $!portlet.ID Thanks any way, Helder - Original Message - From: "Helder Pinto" <[EMAIL PROTECTED]> To: "Jetspeed User" <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 20

How to get a portlet Id in Velocity?

2003-06-04 Thread Helder Pinto
In velocity, I can obtain a portlet's name ($!portlet.Name), a portlet's title ($!portlet.Title), but how do I obtain a portlet's Id? Helder - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

RE: Velocity equivalent to jetspeed:portletlink tag

2003-06-04 Thread Mark Orciuch
Helder, Look inside of JetspeedPortletLinkTag class. This class leverages the use of BaseJetspeedLink which is basis for $jslink (see PORTLET_ID_QUERY). Best regards, Mark Orciuch - [EMAIL PROTECTED] Jakarta Jetspeed - Enterprise Portal in Java http://jakarta.apache.org/jetspeed/ > -Origina