Parameter in Xreg to Parameter in PSML

2003-03-24 Thread Javed Mahmud
Hi All. I have a requirement of having the exact parameter list being copied to the PSML file of the user when a portlet is added to the user. Curently it looks as if when a portlet is added to the user portlet view thru customizer the parameters from the oiginal definition in xreg file dont copy.

Re: WAS : id parameter in psml by Pierre Henry

2003-03-24 Thread Javed Mahmud
Out of curiousity where does this getContent Method gets the id values from? javed > Hi Javed, > > No, the js_peid value uniquely identifies portlets. This helps to > distinguish portlets with the same name. > > regards, > yb > > > >>From: "Javed Mahmud" <[EMAIL PROTECTED]> >>Reply-To: [EMAIL PROT

Re: WAS : id parameter in psml by Pierre Henry

2003-03-24 Thread Yong Bing Khoo
Hi Javed, No, the js_peid value uniquely identifies portlets. This helps to distinguish portlets with the same name. regards, yb From: "Javed Mahmud" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: Re: WAS : id parameter in psml by Pierre Henry Date: Tue, 25 Ma

Re: WAS : id parameter in psml by Pierre Henry

2003-03-24 Thread Javed Mahmud
Hi yong, Well this jspeid value is the value for individual portlets set for every portlet being displyed in the user view? or this is for a particular request... if it is for particualr request then question is the portlet.getId() method in build normal context will be the same to the request one

Re: WAS : id parameter in psml by Pierre Henry

2003-03-24 Thread Yong Bing Khoo
Hi Javed, The js_peid is set in JspPortlet's getContent method. regards, yb From: "Javed Mahmud" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: WAS : id parameter in psml by Pierre Henry Date: Tue, 25 Mar 2003 12:05:56 +1100 (EST) Hello All, I have develope

WAS : id parameter in psml by Pierre Henry

2003-03-24 Thread Javed Mahmud
Hello All, I have developed a personalized web site based on Jetspeed framework. I have been thinking of using jspeid field to know exactly which portlet has been submitted and the corresponding portlets action or build normal context should be run based on that field rather than running the heavy

Re: How to Chain JSPs

2003-03-24 Thread Yong Bing Khoo
Hi Kinjal, When activated, your first JSP's associated action method can extract the submitted data via rundata.getParameters().get() Load the second JSP by calling the setTemplate method or by updating an include tag in the first JSP with the name of the second JSP. Either way, you will be a

How to Chain JSPs

2003-03-24 Thread Shah, Kinjal
I am trying to figure out how to post the data thru one JSP page and display the results in the 2nd JSP page. So, I have a form on one page and I can hit calculate and instead of displaying the same page with results, I need to display the next page(jsp). I can refresh the same JSP with the results

Re: Jetspeed Performance tips

2003-03-24 Thread Shan Gopalakrishnan
Santiago In all the experiments I have seen (always on 1GB dual PentiumIII machines), Jetspeed degrades sharply at about 50 concurrent requests, and this has not changed in the last year. You could be seeing the same behaviour, but scaled to your CPU, RAM and architecture. I would try to use

Re: Rewrinting url

2003-03-24 Thread Glen Carl
We did some work to enhance WebSurfPortlet to handle forms. You can get some of our work in the proxyPortlets.jar at http://www.buonvia.com/jetspeed/ Glen Alexandre Gay wrote: Hi, I want to use url Rewriting in Jetspeed. For thise i use the portle WebSurfPortlet like following : com.sys

Re: Rewrinting url

2003-03-24 Thread Ozgur Balsoy
WebSurfPortlet is not supposed to handle HTML forms. Form fields require a different rewriting scheme. Here is another version of WebSurfPortlet what we call WebFormPortlet. This is not an official release. It requires someother packages not included in the package, so you can use it to get the

Rewrinting url

2003-03-24 Thread Alexandre Gay
Hi, I want to use url Rewriting in Jetspeed. For thise i use the portle WebSurfPortlet like following : com.sysdeo.jetspeed.test.modules.actions.portlets.WebSurfPortlet com.sysdeo.jetspeed.test.modules.actions.portlets.WebSurfPortlet http://jakarta.apac

Class and method of PSML Browser

2003-03-24 Thread Matthieu DELAHAIS
Hi, I would like to know what is the method used when I'm in the PSML Browser and I click on a PSML. This give my all the Panel of the PSML, but I can't find this method and class! I would like to know the method that give the list of the Panel included in the PSML. Thanks a lot for heling Matth

JetSpeed (newbie) questions

2003-03-24 Thread moosie moosie
Hi i was wondering if someone could shed some light on my questions... 1. Is JetSpeed activly being used ? 2. Is there a JetSpeed architecture picture/document in which i can see what kind of functions are handled by JetSpeed and Turbine etc... ? 3. The combination JetSpeed / Turbine sets a stee

RE: Removing action buttons

2003-03-24 Thread Weaver, Scott
Brad, Assigning security to a portlet in the registry where the security entry looks something like this: Limited User Access Limits users to minimize, maximize and view. Example of a portlet using the previously defined security: my.portlet.Class An

Size of portlets when maximase

2003-03-24 Thread Alexandre Gay
Hello, I'm developping Portlets using IFramePortlet classe. When i maximase the frameportlet, i would like it to take all the window. In the IframePortlet configuration i did this : Is there something more i can do?? thanks a lot Alexandre Gay