RE: buildNormalContext called twice?

2004-03-12 Thread Holger Dewes
> -Original Message- > From: Jason Trust [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 11, 2004 7:36 PM > To: Jetspeed Users List > Subject: RE: buildNormalContext called twice? > > > Alessandro, and all, > > I am trying to access the portlet from w

RE: buildNormalContext called twice?

2004-03-11 Thread Jason Trust
March 11, 2004 10:57 AM To: 'Jetspeed Users List' Subject: R: buildNormalContext called twice? Within my JSP portlet, I get it as follows: Portlet portlet = (Portlet) request.getAttribute("portlet"); if (portlet != null) isShortDetail = portlet.getPortletConf

R: buildNormalContext called twice?

2004-03-11 Thread Alessandro La Rocca
originale- Da: Jason Trust [mailto:[EMAIL PROTECTED] Inviato: giovedì 11 marzo 2004 16.29 A: Jetspeed Users List Oggetto: RE: buildNormalContext called twice? Alessandro, Thanks for the quick reply. What you suggested does stop the "double" calls to buildXXXContext methods, how

RE: buildNormalContext called twice?

2004-03-11 Thread Jason Trust
From: Alessandro La Rocca [mailto:[EMAIL PROTECTED] Sent: Thursday, March 11, 2004 4:08 AM To: 'Jetspeed Users List' Subject: R: buildNormalContext called twice? I don't know the reason, but I solved that problem adding the following into my JspPorlet. Note that the sam

R: buildNormalContext called twice?

2004-03-11 Thread Alessandro La Rocca
EMAIL PROTECTED] Inviato: mercoledì 10 marzo 2004 20.50 A: Jetspeed Users List Oggetto: RE: buildNormalContext called twice? Found this posting about changing from a JspPortlet to GenericMVCPortlet, but I am already using a GenericMVCPortlet and on a form submission, the buildNormalContext is

RE: buildNormalContext called twice?

2004-03-10 Thread Jason Trust
Found this posting about changing from a JspPortlet to GenericMVCPortlet, but I am already using a GenericMVCPortlet and on a form submission, the buildNormalContext is being called only once on the portlet that has the doUpdate called, but it is being called twice for another portlet. http://w

RE: buildNormalContext called twice?

2004-02-16 Thread Dmitry Sklyut
L PROTECTED] Subject: buildNormalContext called twice? Hi all, I created and configured a simple jsp portlet with the related action class. Since it is a test, both the jsp template and the action class do nothing other than printing a line (to the System.out) as debug for checking the execution. If I simply

buildNormalContext called twice?

2004-02-16 Thread Alessandro La Rocca
Hi all, I created and configured a simple jsp portlet with the related action class. Since it is a test, both the jsp template and the action class do nothing other than printing a line (to the System.out) as debug for checking the execution. If I simply open the pane where this porlet is include