Re: Tag list

2004-02-25 Thread Stefano Bianchi

Dear Brian,
thank you for your suggestion, but I do not use Velocity.
I would rather prefer to use something like:





in my JSP pages to obtain information from portal.
I am searching a list of possible tags to insert (and their meaning, if
possible!). Any further suggestion?

Thank you for your time & attention
Stefano


- Original Message - 
From: "Brian Rowe" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, February 25, 2004 2:23 PM
Subject: Re: Tag list


> If you are using Velocity, check out this link:
>   http://jakarta.apache.org/jetspeed/site/portlet_config_Velocity.html
>
> Presumably you can access the object directly from JSP, as jslink is of
class
> org.apache.jetspeed.util.template.BaseJetspeedLink.
>
> Regards,
> Brian
>
>
> On Wednesday 25 February 2004 07:52 am, Stefano Bianchi wrote:
> > Where can I find some more information on tags I can use within Jetspeed
to
> > retrieve information about user, current psml etc.?
> > I tried to look at JSP1_1andJetspeedTagLib.jsp examples but I think
there
> > is more hidden...
>
> -- 
>  =
> Brian Rowe (President, Chief Architect)
> Cenozoa Corporation
> 3 East 28th Street, 9th Floor, New York 10016
> 646 536 3066
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Fw: WebPagePortlet vs IFramePortlet

2004-02-25 Thread Stefano Bianchi

Dear Jason,
here an example of IFramePortlet I use:






Review
Review Service Portlet


org.apache.jetspeed.portal.portlets.IFramePortlet











Worksafe
Review



As you can see I use source parameter, but I think it is the same you can
find in the Admin configuration tool.
I use Jetspeed 1.4-b3 and I never use Admin configuration tools to set up
portlets parameters since it seems I have to change everything twice before
my changes are accepted by the system. Did you experience anything similar?

Thank you for your time & attention
Stefano


- Original Message - 
From: "Jason Trust" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, February 25, 2004 6:46 PM
Subject: RE: WebPagePortlet vs IFramePortlet


Stefano,

I probably made a bigger deal out of it than was necessary, but
essentially when you are running under admin and adding new portlets
(IFramePortlet's), there is an URL field, but that is not what is used
as the source location for the IFramePortlet.  Rather, an additional
parameter is used called "source", which you need to add under the
parameters section with your URL.

Looking at Javadoc API documentation for the IFramePortlet, it is more
explanatory, hopefully I was able to steer you there, but I may have
just made a simple problem more confusing to you - my bad if that is the
case.


Jason Trust

-Original Message-
From: Stefano Bianchi [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 25, 2004 4:54 AM
To: Jetspeed Users List
Subject: Re: WebPagePortlet vs IFramePortlet

Thank you Jason, this confirms my experience too.
Maybe due to my poor English, could you please be clearer about:

> One thing to watch out for, is that you need to create a source
> parameter that has the url of your starting page, and not the URL
> parameter which you would have been using - the Javadocs describe how
to
> set it up pretty well but the admin pages still show the URL
parameter.

What do you mean with "source parameter"?

Thank you
Stefano

- Original Message - 
From: "Jason Trust" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, February 24, 2004 5:59 PM
Subject: RE: WebPagePortlet vs IFramePortlet


The IFramePortlet is definitely the route to go when bringing in pages
from an existing web application that has navigation - like a search
screen from another app that posts search criteria and gets back some
data.  I am certainly no expert, but I got it working.

One thing to watch out for, is that you need to create a source
parameter that has the url of your starting page, and not the URL
parameter which you would have been using - the Javadocs describe how to
set it up pretty well but the admin pages still show the URL parameter.

Doing a file compare between the 2 java classes (WebPagePortlet), there
are some differences, but I was unable to determine from comments any
reasoning for those differences.  Others probably know why the changes
and for what reasons.  I just use the WebPagePortlet2 one, sounds newer
.

Jason Trust

-Original Message-
From: Stefano Bianchi [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 24, 2004 11:29 AM
To: Jetspeed Users List
Subject: WebPagePortlet vs IFramePortlet


Hi,

could anyone provide me with a simple explanation about differences
between WebPagePortlets and IFramePortlet?

And between WebPagePortlet1 and WebPagePortlet2?

I'm developing a portal in which I embed different webapps into
Jetspeed, that actually acts like a "webapps" container.
I think IFramePortlet is the only one that allows internal navigation
within a Jetspeed page. Am I right?

Thank you for your attention & time
Stefano



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: $screen_placeholder

2004-02-25 Thread srinivas babu
Hi all,
 
Could anyone pl  let me know in which java class the screen_placeholder variable was 
put into the context.
Thank you very much in advance.

Srinivas 

Manish Kumar <[EMAIL PROTECTED]> wrote:
I am trying to enforce a limit on number of panes that can be added in
my portal. The approach, I planned to follow is like this:

Check the $tabs.size() and if it is more than 5 (let's say), then
disable the "Add Pane" button

Problem: I am not able to access $tabs from the template file
customizer-portletset.vm

Please let me know if my approach is doable. Also, let me know if there
is another way to limit the number of panes.

However, I'd still be interested to know the reason for $tabs not being
accessible from customizer-portletset.vm

- Manish.


-
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.

RE: WebPagePortlet vs IFramePortlet

2004-02-25 Thread Jason Trust
Stefano,

I probably made a bigger deal out of it than was necessary, but
essentially when you are running under admin and adding new portlets
(IFramePortlet's), there is an URL field, but that is not what is used
as the source location for the IFramePortlet.  Rather, an additional
parameter is used called "source", which you need to add under the
parameters section with your URL.

Looking at Javadoc API documentation for the IFramePortlet, it is more
explanatory, hopefully I was able to steer you there, but I may have
just made a simple problem more confusing to you - my bad if that is the
case.


Jason Trust

-Original Message-
From: Stefano Bianchi [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 25, 2004 4:54 AM
To: Jetspeed Users List
Subject: Re: WebPagePortlet vs IFramePortlet

Thank you Jason, this confirms my experience too.
Maybe due to my poor English, could you please be clearer about:

> One thing to watch out for, is that you need to create a source
> parameter that has the url of your starting page, and not the URL
> parameter which you would have been using - the Javadocs describe how
to
> set it up pretty well but the admin pages still show the URL
parameter.

What do you mean with "source parameter"?

Thank you
Stefano

- Original Message - 
From: "Jason Trust" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, February 24, 2004 5:59 PM
Subject: RE: WebPagePortlet vs IFramePortlet


The IFramePortlet is definitely the route to go when bringing in pages
from an existing web application that has navigation - like a search
screen from another app that posts search criteria and gets back some
data.  I am certainly no expert, but I got it working.  

One thing to watch out for, is that you need to create a source
parameter that has the url of your starting page, and not the URL
parameter which you would have been using - the Javadocs describe how to
set it up pretty well but the admin pages still show the URL parameter.

Doing a file compare between the 2 java classes (WebPagePortlet), there
are some differences, but I was unable to determine from comments any
reasoning for those differences.  Others probably know why the changes
and for what reasons.  I just use the WebPagePortlet2 one, sounds newer
.

Jason Trust

-Original Message-
From: Stefano Bianchi [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 24, 2004 11:29 AM
To: Jetspeed Users List
Subject: WebPagePortlet vs IFramePortlet


Hi,

could anyone provide me with a simple explanation about differences
between WebPagePortlets and IFramePortlet?

And between WebPagePortlet1 and WebPagePortlet2?

I'm developing a portal in which I embed different webapps into
Jetspeed, that actually acts like a "webapps" container.
I think IFramePortlet is the only one that allows internal navigation
within a Jetspeed page. Am I right?

Thank you for your attention & time
Stefano



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Build/Install Jetspeed-2 difficulty: Unable to intialize Catalina Portlet Application Manager

2004-02-25 Thread steve
First, is this the correct list for Jetspeed-2 questions? I am having
difficulty finding a project page or mail-list dedicated to Jetspeed2. Based
on the Pluto site, I assume Jetspeed2's aim is to be a JSR-168-compliant
portal. I am not sure how much to read into the "alpha" status - does this
mean it is beyond "dev" status but not yet "beta"? Once installed, what has
been implemented so far? Are its goals to support all the current jetspeed
features? If so, which have been completed, which are being developed, and
which are looking for contributions?

Anyway, I have moved further along on my own question below. I still have
not resolved the "Unable to initialize the Catalina Portlet Administration
Portlet", but have noted the java code it is gagging on is:

registry = (PortletRegistryComponent) Jetspeed.getComponentManager().
getComponent(PortletRegistryComponent.class);

I am guessting the getComponenctManager() is returning null. Looking at the
Jetspeed.getComponentManager code, I am getting the feeling that it is
failing for some reason to obtain an Engine. (But that could be a
red-herring).

I was able to get Tomcat to load Jetspeed, and even give me a screen with
the Jetspeed2 logo by manually copying over:

[jetspeed2-home]/rdbms/target/jetspeed-rdbms-2.0-a1-dev.jar
[jetspeed2-home]/registry/target/jetspeed-registry-2.0-a1-dev.jar
[jetspeed2-home]/persistence/target/jetspeed-persistence-2.0-a1-dev.jar

to the /usr/local/tomcat/webapps/jetspeed/WEB-INF/lib/

Nothing other than the logo is displayed, however. Also I see as tomcat
loads jetspeed the following:

Feb 24, 2004 9:22:38 PM org.apache.struts.util.PropertyMessageResources

INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
Feb 24, 2004 9:22:38 PM org.apache.struts.util.PropertyMessageResources

INFO: Initializing, config='org.apache.struts.action.ActionResources',
returnNull=true
Feb 24, 2004 9:22:39 PM org.apache.struts.util.PropertyMessageResources

INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources',
returnNull=true
log4j:WARN No appenders could be found for logger (console).
log4j:WARN Please initialize the log4j system properly.
 INFO: Starting auto deployment service:
org.apache.jetspeed.deployment.impl.CatalinaAutoDeploymentServiceImpl
 INFO: Deployment scanning delay: 1
 INFO: Deployment server: localhost
 INFO: Deployment server port: 8080
 INFO: Deployment server user name: scott
 INFO: Deployment staging directory: WEB-INF/deploy
 INFO: Deployment target directory: ../
 WARN: Unable to intialize Catalina Portlet Application Manager.  Auto
deployment will be disabled: java.lang.NullPointerException
java.lang.NullPointerException
at
org.apache.jetspeed.tools.pamanager.FileSystemPAM.(FileSystemPAM.java:
90)
at
org.apache.jetspeed.tools.pamanager.CatalinaPAM.(CatalinaPAM.java:79)
at
org.apache.jetspeed.deployment.impl.CatalinaAutoDeploymentServiceImpl.init(C
atalinaAutoDeploymentServiceImpl.java:119)
at org.apache.fulcrum.BaseServiceBroker.initService(Unknown Source)


TIA for any guidance,

Steve B.

- Original Message - 
From: "steve" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 24, 2004 6:53 PM
Subject: Build/Install Jetspeed-2 difficulty: Unable to intialize Catalina
Portlet Application Manager






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: MS exchange OWA and jetspeed

2004-02-25 Thread Fletcher, Boyd C. J9C534
If you are using Exchange 2000 or higher. It uses HTTP WEBDAV for most of its 
operations and uses a modified vCard and vCalendar for its store format (contacts & 
calendaring). Ximian's Exchange Connector for Evolution makes heavy use of IMAP and 
WEBDAV to manipulate OWA. Another option would be to abstract the OWA interface with a 
ASP (or Java a bit harder) web service that runs on the OWA box.


what are you trying to use OWA for?


I included at the end of the email is an ASP app and Jetspeed portlet for displaying 
some exchange data in the portal.

boyd




> -Original Message-
> From: Harald Ommang [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, February 25, 2004 9:33 AM
> To: [EMAIL PROTECTED]
> Subject: Re: MS exchange OWA and jetspeed
> 
> On Wed, 25 Feb 2004 15:26:35 +0100 (CET), Endre Stølsvik wrote:
> 
> > 
> > On Wed, 25 Feb 2004, Sezmillenium wrote:
> > 
> > | Thanks,
> > | But, i want connect with java code and i want manage the 
> > | information to separete everything in a differents portlets... I 
> > | think that I need create some classes to work with this 
> information. 
> > | Somebody know another solution?
> > 
> > You're in for a treat!
> > 
> > If you come up with something, PLEASE let me know!
> > 
> > Here are a couple of hints along the way: Jacob, Jawin, JIntegra 
> > (commercial). Those are (D)COM bridges.
> > 
> > Endre
> > 
> 
> If you take a look at IBM's WPS portal catalog, you may get 
> some ideas.
> 
> Harald
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
>


---  MSExchangePortlet.xreg --






MS Exchange Connector
Displays a user's MS Exchange (Outlook) unread mail status, 
tasks, and appointments.

mil.jfcom.cie.portal.portlets.MSExchangePortlet











http://YOUR_EXCHANGE_SERVER_NAME/portletApp/portletApp.asp
CIE



- MSExchangePortlet.java 

/*
 *  
 *  The Apache Software License, Version 1.1
 *
 *  Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
 *  reserved.
 *
 *  Redistribution and use in source and binary forms, with or without
 *  modification, are permitted provided that the following conditions
 *  are met:
 *
 *  1. Redistributions of source code must retain the above copyright
 *  notice, this list of conditions and the following disclaimer.
 *
 *  2. Redistributions in binary form must reproduce the above copyright
 *  notice, this list of conditions and the following disclaimer in
 *  the documentation and/or other materials provided with the
 *  distribution.
 *
 *  3. The end-user documentation included with the redistribution,
 *  if any, must include the following acknowledgment:
 *  "This product includes software developed by the
 *  Apache Software Foundation (http://www.apache.org/)."
 *  Alternately, this acknowledgment may appear in the software itself,
 *  if and wherever such third-party acknowledgments normally appear.
 *
 *  4. The names "Apache" and "Apache Software Foundation" and
 *  "Apache Jetspeed" must not be used to endorse or promote products
 *  derived from this software without prior written permission. For
 *  written permission, please contact [EMAIL PROTECTED]
 *
 *  5. Products derived from this software may not be called "Apache" or
 *  "Apache Jetspeed", nor may "Apache" appear in their name, without
 *  prior written permission of the Apache Software Foundation.
 *
 *  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
 *  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 *  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 *  DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
 *  ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 *  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
 *  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 *  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 *  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
 *  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 *  SUCH DAMAGE.
 *  
 *
 *  This software consists of voluntary contributions made by many
 *  individuals on behalf of the Apache Software Foundation.  For more
 *  information on the Apache Software Foundation, please see
 *  .
 */
package mil.jfcom.cie.portal.portlets;

//Element Construction Set
import org.apache.jetspeed.util.JetspeedClearElement;
import org.apache.ecs.ConcreteElement;

/

Jetspeed adminstration under Jboss

2004-02-25 Thread Martin, Jonas
Hello,
I'm a newbie on Jetspeed, and I have installed Jetspeed 1.4 on jboss 3.2.3
and it works very well until you don't perform administration task (with the
security portlet, when you are logged in Administrator).
My problem is when I try to add a new user or a new group, I can fill in all
the text fields (ie Username, Password ...) and validate, but my new user or
my new group doesn't appear in the browser !
I think that is a database problem, I use Hypersonic by default.

If somebody has an idea.

Thank you,

Jonas.





Jonas MARTIN
Chargé de projet
0146973867

EADS CCR - Service ITE
12 rue Pasteur, 92152 Suresnes




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: MS exchange OWA and jetspeed

2004-02-25 Thread Harald Ommang
On Wed, 25 Feb 2004 15:26:35 +0100 (CET), Endre Stølsvik wrote:

> 
> On Wed, 25 Feb 2004, Sezmillenium wrote:
> 
> | Thanks,
> | But, i want connect with java code and i want manage the information
> | to separete everything in a differents portlets... I think that I need
> | create some classes to work with this information. Somebody know another
> | solution?
> 
> You're in for a treat!
> 
> If you come up with something, PLEASE let me know!
> 
> Here are a couple of hints along the way: Jacob, Jawin, JIntegra
> (commercial). Those are (D)COM bridges.
> 
> Endre
> 

If you take a look at IBM's WPS portal catalog, you may get some ideas.

Harald

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: MS exchange OWA and jetspeed

2004-02-25 Thread Endre Stølsvik
On Wed, 25 Feb 2004, Sezmillenium wrote:

| Thanks,
| But, i want connect with java code and i want manage the information
| to separete everything in a differents portlets... I think that I need
| create some classes to work with this information. Somebody know another
| solution?

You're in for a treat!

If you come up with something, PLEASE let me know!

Here are a couple of hints along the way: Jacob, Jawin, JIntegra
(commercial). Those are (D)COM bridges.

Endre


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: MS exchange OWA and jetspeed

2004-02-25 Thread Sezmillenium
Thanks,
But, i want connect with java code and i want manage the information to separete 
everything in a differents portlets... I think that I need create some classes to work 
with this information. Somebody know another solution?

Re: Spanning portlets across multiple columns

2004-02-25 Thread Stijn de Witt
I think that you will have to write your own layout for something like that.
-Stijn

- Original Message - 
From: "Santhosh Nair" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, February 24, 2004 2:10 AM
Subject: Spanning portlets across multiple columns


Hi,

I have a three column portlet layout. i.e. Column-A-20%, Column-B-40% and
Column-C-40%.  I want to create one portlet in the middle of second column,
Column-B that has an 80% width that spans across columns B & C.

I am using Jetspeed 1.4. Can this be done in jetspeed? Any thoughts?

Thanks and Regards,
[EMAIL PROTECTED]
http://www.newgsystem.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tag list

2004-02-25 Thread Brian Rowe
If you are using Velocity, check out this link:
  http://jakarta.apache.org/jetspeed/site/portlet_config_Velocity.html

Presumably you can access the object directly from JSP, as jslink is of class 
org.apache.jetspeed.util.template.BaseJetspeedLink.

Regards,
Brian


On Wednesday 25 February 2004 07:52 am, Stefano Bianchi wrote:
> Where can I find some more information on tags I can use within Jetspeed to
> retrieve information about user, current psml etc.?
> I tried to look at JSP1_1andJetspeedTagLib.jsp examples but I think there
> is more hidden...

-- 
 =
Brian Rowe (President, Chief Architect)
Cenozoa Corporation
3 East 28th Street, 9th Floor, New York 10016
646 536 3066

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tag list

2004-02-25 Thread Stefano Bianchi

Where can I find some more information on tags I can use within Jetspeed to
retrieve information about user, current psml etc.?
I tried to look at JSP1_1andJetspeedTagLib.jsp examples but I think there is
more hidden...

Thank you
Stefano


Ing. Stefano Bianchi
Softeco Sismat S.p.A.
Via De Marini, 1 - WTC Tower
16149 Genoa (ITALY)
e-mail: [EMAIL PROTECTED]
tel: +39 010 60.26.368
fax: +39 010 60.26.350



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Hibernate and JetSpeed

2004-02-25 Thread Stijn de Witt
It depends. You can easily use Hibernate or any other OR-mapper for your own
persistence needs. Jetspeed doesn't force you to use a particular one. If
you want the turbine/jetspeed users, groups etc. to be persisted with
Hibernate too, that might be a lot more difficult.

-Stijn

- Original Message - 
From: "Hildebrandt, Ole" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 25, 2004 10:51 AM
Subject: Hibernate and JetSpeed


> Hi everyone,
>
> I am starting a project with JetSpeed and I was wondering if it is
possible
> to use Hibernate as Database-OR-Mapper instead of torque. Has anyone tried
> this before or knows if it is possible at all?
>
>
> Kind regards and thanks for any comments
>
> Ole
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Help on Web Browser Portlet

2004-02-25 Thread Stefano Bianchi

I have similar situations working, but I use IFramePortlets instead (I never
tried WebBrowserPortlets!).
Each portlet is totally independent.
Can it help somehow?

All the best
Stefano

- Original Message - 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 25, 2004 2:49 AM
Subject: Help on Web Browser Portlet


>
>
>
>
> Hi,
>
> When I have two or more portlets on a page, and I am using
> WebBrowserPortlet
> as the parent, initially, all the portlets in a page will display properly
> but once I click a button
> on Portlet A for instance, all the other portlets will display the same
> result as Portlet A.
> I wanted each portlet to work on its own, when I am using one portlet, I
am
> expecting
> the other portlets to stay to whatever state they were before I use
Portlet
> A.
>
> Is there a parameter that I missed to make each portlet independent of
each
> other???
>
> Thank you!
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Help on Web Browser Portlet

2004-02-25 Thread syu




Hi,

When I have two or more portlets on a page, and I am using
WebBrowserPortlet
as the parent, initially, all the portlets in a page will display properly
but once I click a button
on Portlet A for instance, all the other portlets will display the same
result as Portlet A.
I wanted each portlet to work on its own, when I am using one portlet, I am
expecting
the other portlets to stay to whatever state they were before I use Portlet
A.

Is there a parameter that I missed to make each portlet independent of each
other???

Thank you!



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: WebPagePortlet vs IFramePortlet

2004-02-25 Thread Stefano Bianchi
Thank you Jason, this confirms my experience too.
Maybe due to my poor English, could you please be clearer about:

> One thing to watch out for, is that you need to create a source
> parameter that has the url of your starting page, and not the URL
> parameter which you would have been using - the Javadocs describe how to
> set it up pretty well but the admin pages still show the URL parameter.

What do you mean with "source parameter"?

Thank you
Stefano

- Original Message - 
From: "Jason Trust" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, February 24, 2004 5:59 PM
Subject: RE: WebPagePortlet vs IFramePortlet


The IFramePortlet is definitely the route to go when bringing in pages
from an existing web application that has navigation - like a search
screen from another app that posts search criteria and gets back some
data.  I am certainly no expert, but I got it working.  

One thing to watch out for, is that you need to create a source
parameter that has the url of your starting page, and not the URL
parameter which you would have been using - the Javadocs describe how to
set it up pretty well but the admin pages still show the URL parameter.

Doing a file compare between the 2 java classes (WebPagePortlet), there
are some differences, but I was unable to determine from comments any
reasoning for those differences.  Others probably know why the changes
and for what reasons.  I just use the WebPagePortlet2 one, sounds newer
.

Jason Trust

-Original Message-
From: Stefano Bianchi [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 24, 2004 11:29 AM
To: Jetspeed Users List
Subject: WebPagePortlet vs IFramePortlet


Hi,

could anyone provide me with a simple explanation about differences
between WebPagePortlets and IFramePortlet?

And between WebPagePortlet1 and WebPagePortlet2?

I'm developing a portal in which I embed different webapps into
Jetspeed, that actually acts like a "webapps" container.
I think IFramePortlet is the only one that allows internal navigation
within a Jetspeed page. Am I right?

Thank you for your attention & time
Stefano



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Hibernate and JetSpeed

2004-02-25 Thread Hildebrandt, Ole
Hi everyone,

I am starting a project with JetSpeed and I was wondering if it is possible
to use Hibernate as Database-OR-Mapper instead of torque. Has anyone tried
this before or knows if it is possible at all?


Kind regards and thanks for any comments

Ole

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: MS exchange OWA and jetspeed

2004-02-25 Thread Endre Stølsvik
On Wed, 25 Feb 2004, Sez Sez wrote:

| Hi,
|
| I am working with a project and i must connect to ms
| exchange owa. Any ideas?

Use frames..

IE's NTLM "silent login"/"single sign-on" will do the trick if they're
already on their own domain, logged in on a NT/2000/XP box. Or else you
have a slight problem, as the browser will pop up a password box. We've
"solved" this using some smartness, where we assume that the user will
"silent login-in" automatically if he is on an internal network (typicall
10.x.x.x and some others), and that this won't work if he's outside of
this, thus the password have been included using the @: url-trick (which
isn't supported by IE anymore).

Hope this is of some interest..

Endre


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



MS exchange OWA and jetspeed

2004-02-25 Thread Sez Sez
Hi,

I am working with a project and i must connect to ms
exchange owa. Any ideas?

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]