RE: can we lock user navigation inside a portlet?

2002-03-26 Thread Pierre BESNARD

hello,

I just had an idea about that subjet! I don't know if it is a good one, so correct me 
if you think that i will lose my time!

The main problem with IFrame is :
when the site we want to put in the IFrame contains links with attribute 
target=_top, and when the user click on them, he exits the portal!

So, in the IFramePortlet.java file, why not transform the :
IFrame name=TheGoodTarget src=http://www.example.com; ...
with
IFrame name=TheGoodTarget 
src=http://parserServlet?URL=http://www.example.comtarget=TheGoodTarget; ...
where the parserServlet would simply transform all _top with TheGoodTarget in the 
page.

I know that it won't ba as simple as that (i need to redirect new page's links in the 
parser, and ...), but i'm going to try!

let's talk about it!
--
pierre



-Message d'origine-
De : Burmeister, Mark [mailto:[EMAIL PROTECTED]]
Envoyé : jeudi 21 mars 2002 14:17
À : 'Jetspeed Users List'
Objet : RE: can we lock user navigation inside a portlet?


I got this to work by making an html portlet.  The html portlet simply
contained a iframe with a src of the page I wanted to display.


-Original Message-
From: Aurelien Pernoud [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 20, 2002 8:00 AM
To: 'Jetspeed Users List'
Subject: RE: can we lock user navigation inside a portlet?



Hi Zhenying,

Currently it is not possible, but i'm personnaly working on implementing it,
by enhancing the webpageportlet.

I'm also thinking of implementing FORM support so that if you submit a form
from an external site, the display would be displayed in the portlet.

I don't know if someone else is working on it, but I'll share my results
with Jetspeed's Developpers  Users as soon as it will start really
working...

Regards,

Aurelien.



 -Message d'origine-
 De : Zhenying Wu [mailto:[EMAIL PROTECTED]]
 Envoye : mercredi 20 mars 2002 10:50
 A : [EMAIL PROTECTED]
 Objet : can we lock user navigation inside a portlet?



 Hello,
   I didn't find this question answered in the archives satisfactorily,
 so:

   is there a way to display an external site in an applet and allow
 the
 user to surf that site _without_ leaving our portal, like if we used
 html frames? the default behaviour seems to be that as soon as the
 user
 clicks on a link the full page is replaced with that external site,
 which IMHO
 fights the whole concept of a portal page with various info available
 at all times.

 thanx in advance,
 Zhenying

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




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

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




PHP and Jetspeed

2002-03-26 Thread Guillaume Thomassian

Hi all !

I'd like to manage a Forum/Newsgroups from a NNTP server in Jetspeed.
Most of open source projects i found are written in PHP.

So, i'd like if someone know any other project Java coded, or if it is possible to 
call PHP from a portlet.

Thanks !

Guillaume



Portlets configuration

2002-03-26 Thread Guillaume Thomassian

How can I configure a portlet in order to avoid it displays in full screen mode once i 
clicked on a link inside ?



WebPagePortlet remains empty

2002-03-26 Thread Guillaume Thomassian

I get the folowwing portlet empty !!!

Any idea ?

portlet-entry name=Search with Google hidden=false type=ref
parent=WebPagePortlet application=false
meta-info
titleGoogle Search engine/title
/meta-info
parameter name=dont_remove_applet value=yes hidden=false/
parameter name=dont_remove_script value=yes hidden=false/
parameter name=dont_remove_head value=yes hidden=false/
parameter name=dont_remove_meta value=yes hidden=false/
parameter name=dont_remove_noscript value=yes hidden=false/
parameter name=dont_remove_onsomething value=yes hidden=false/
parameter name=dont_remove_object value=yes hidden=false/
parameter name=dont_remove_style value=yes hidden=false/
urlhttp://www.google.com/url
/portlet-entry



Re: WebPagePortlet remains empty

2002-03-26 Thread Josselin Lebret

It may be due to proxy settings
- Original Message -
From: Guillaume Thomassian [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, March 26, 2002 3:31 PM
Subject: WebPagePortlet remains empty


I get the folowwing portlet empty !!!

Any idea ?

portlet-entry name=Search with Google hidden=false type=ref
parent=WebPagePortlet application=false
meta-info
titleGoogle Search engine/title
/meta-info
parameter name=dont_remove_applet value=yes hidden=false/
parameter name=dont_remove_script value=yes hidden=false/
parameter name=dont_remove_head value=yes hidden=false/
parameter name=dont_remove_meta value=yes hidden=false/
parameter name=dont_remove_noscript value=yes hidden=false/
parameter name=dont_remove_onsomething value=yes
hidden=false/
parameter name=dont_remove_object value=yes hidden=false/
parameter name=dont_remove_style value=yes hidden=false/
urlhttp://www.google.com/url
/portlet-entry



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




RE: WebPagePortlet remains empty

2002-03-26 Thread Aurélien Pernoud


Yes, it works fine for me.

Check this for proxy conf within tomcat :

http://www.mail-archive.com/jetspeed-user@jakarta.apache.org/msg03484.html


 -Message d'origine-
 De : Josselin Lebret [mailto:[EMAIL PROTECTED]]
 Envoyé : mardi 26 mars 2002 15:42
 À : Jetspeed Users List
 Objet : Re: WebPagePortlet remains empty


 It may be due to proxy settings
 - Original Message -
 From: Guillaume Thomassian [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, March 26, 2002 3:31 PM
 Subject: WebPagePortlet remains empty


 I get the folowwing portlet empty !!!

 Any idea ?

 portlet-entry name=Search with Google hidden=false type=ref
 parent=WebPagePortlet application=false
 meta-info
 titleGoogle Search engine/title
 /meta-info
 parameter name=dont_remove_applet value=yes
 hidden=false/
 parameter name=dont_remove_script value=yes
 hidden=false/
 parameter name=dont_remove_head value=yes
 hidden=false/
 parameter name=dont_remove_meta value=yes
 hidden=false/
 parameter name=dont_remove_noscript value=yes
 hidden=false/
 parameter name=dont_remove_onsomething value=yes
 hidden=false/
 parameter name=dont_remove_object value=yes
 hidden=false/
 parameter name=dont_remove_style value=yes
 hidden=false/
 urlhttp://www.google.com/url
 /portlet-entry



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




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




WebPagePortlet : It works !

2002-03-26 Thread Guillaume Thomassian

Ok, Josselin was right : i configured Jetspeed to run behind a proxy (TOMCAT_OPTS 
variable, see http://jakarta.apache.org/jetspeed/site/faq.html) and it works now !

The problem is that the displayed result doesn't really look like the original html 
page...

Sorry for these questions, i''ve been working with Jetspeed for only 1 week...




RE: WebPagePortlet : It works !

2002-03-26 Thread Pierre BESNARD

i think that is due to the HTMLRewriter class!
try to delete parameters like dont_remove_applet.

I'm not sure to understand all what this class do!

--
Pierre

-Message d'origine-
De : Guillaume Thomassian [mailto:[EMAIL PROTECTED]]
Envoyé : mardi 26 mars 2002 16:04
À : jetspeed-user
Objet : WebPagePortlet : It works !


Ok, Josselin was right : i configured Jetspeed to run behind a proxy (TOMCAT_OPTS 
variable, see http://jakarta.apache.org/jetspeed/site/faq.html) and it works now !

The problem is that the displayed result doesn't really look like the original html 
page...

Sorry for these questions, i''ve been working with Jetspeed for only 1 week...


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




html portlet

2002-03-26 Thread Jennifer Striner

Hi ... I'm new to portals. I have an html page that I want to display in a 
portlet and when I click on a link in the portlet window I want it to remain 
in the same portlet window. Any direction would be helpful.

Thanks,
Jenny

_
Chat with friends online, try MSN Messenger: http://messenger.msn.com


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




Re: html portlet

2002-03-26 Thread Josselin Lebret

If you do not want to modify the page,  FRAME/IFRAME/LAYER tags in a HTML
portlet is a possible way to do it
- Original Message -
From: Jennifer Striner [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, March 26, 2002 4:47 PM
Subject: html portlet


 Hi ... I'm new to portals. I have an html page that I want to display in a
 portlet and when I click on a link in the portlet window I want it to
remain
 in the same portlet window. Any direction would be helpful.

 Thanks,
 Jenny

 _
 Chat with friends online, try MSN Messenger: http://messenger.msn.com


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



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




strange behaviour of userbrowser - please help me

2002-03-26 Thread Markus Strauß

Sometimes jetspeed is causing me pain - a sign for a good program :)

I am wondering what is this: I tried to extend the Jetspeed User, but
this did not work so far. I tried switching back to the normal
settings, thus I changed TR.prop file to the default settings, set back
my database to the old form, and switched back the entries for the
UserUpdateAction files. Nevertheless Jetspeed seems screwed :( 
When I try to edit/remove a user the UserForm screen would appear with
empty textfields, so no user object seems to be here, as well as the
mode (update/delete) cannot be retrieved - the $user and $mode variables
are null...However, the passed url seems correct. 
What might be causing that? 
And (even more important) what to do?

Has anybody out there extended a user by his own? 


Mit freundlichen Grüßen / With best regards

Markus Strauß
Softwareentwickler
Krusche Lagertechnik AG
Schrannenplatz 6
85435 Erding
Tel.: 08122/18796-21
Fax.: 08122/18796-50
[EMAIL PROTECTED]



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




JSP instead of Velocity framework

2002-03-26 Thread Franck MENEZ


Hi all,

I'd like to use JSP instead of velocity framework in jetspeed1.3a2.
I've modified the TurbineResources.properties for that and rename the vm folder (to be 
sure i don't use velocity framework) but i've got an error :

Error processing ecs screen 'default'. See log for more information. 

Does anyone know what parameters in this file (TurbineResources) have i to modify to 
shunt velocity framework ?

Thank you very much for your help

Franck

 



-
Yahoo! Mail -- Une adresse yahoo.fr gratuite et en français !



RE: quesitons about the portlet_api branch

2002-03-26 Thread David Sean Taylor



 -Original Message-
 From: Cynthia Harris [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, March 25, 2002 8:05 AM
 To: [EMAIL PROTECTED]
 Subject: quesitons about the portlet_api branch
 
 
 Hi!
 
 I'm just getting my feet wet in my exploration of the 
 Jetspeed code. Some questions:
 
 1. Is the code in CVS on the portlet_api branch a replacement 
 for or complimentary to the code on the main branch?

No. 

 
 2. Is it finished?
 

It's a snapshot from early 2001. 

 3. In the portlet_api branch code, I see clearly how a 
 PortletInstance is created and put in the registry.  However, 
 I don't understand how a Portlet is created and put in the 
 registry.  I'm having a bit of a chicken and egg problem: It 
 seems like you need a PortletEntry to
 construct a PortletEntry.   The PorletInstanceRegistryAccess 
 class has a
 createEntry() method but there is no analagous method related 
 to the PortletRegistry.  Any clues on this?  Is this part 
 implemented yet?


I don't know much about the portlet_api branch code, never used it.
There is a JSR expert group working on a new Java standard for Portlets.
See http://www.jcp.org/jsr/detail/168.jsp
Apache has a member on the committee (two if you include me),  so we are
very much involved in the standardization process. Don't know if you are
aware but ATG is a member of the expert group.


 
 Thanks!
 Cynthia
 
 
 --
 To unsubscribe, e-mail:   
 mailto:jetspeed-user- [EMAIL PROTECTED]
 For 
 additional commands, 
 e-mail: mailto:[EMAIL PROTECTED]
 
 



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




local-portlets.xreg not recognized

2002-03-26 Thread Angel Braasch

I have Jetspeed 1.3.2a  working under Tomcat 3.2.4.  I deployed it under
Tomcat 4.0.3 and the vm files load, but none of the portlets listed in
the local-portlets.xreg are being pulled.

Does anyone have an idea why?

Angela



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




How to check the roles?

2002-03-26 Thread Julia A. Case

How would I check if the current user has a particular role?

Thanks,
Julia
-- 
[  Julia Anne Case  ] [Ships are safe inside the harbor,   ]
[Programmer at large] [  but is that what ships are really for.]
[   Admining Linux  ] [   To thine own self be true.   ]
[ Windows/WindowsNT ] [ Fair is where you take your cows to be judged. ]



signature.asc
Description: This is a digitally signed message part


Serialization error of JetspeedPersistenceService$Page

2002-03-26 Thread Yellow Man


I was able to run Jetspeed (1.3a2) inside
JBoss2.4.4+Tomcat4.0.1. However, I got the
serialization errors when I deploy Jetspeed and
undeploy Jetspeed. 


[ERROR,EmbeddedCatalinaServiceSX]
StandardManager[/jetspeed] Exception loading sessions
from persistent storage java.io.WriteAbortedException:
Writing aborted by exception; java.io.NotSerializ
ableException:
org.apache.jetspeed.portal.service.JetspeedPersistenceService$Page


Though the exception is not critical and has been
discussed before, it is just annoying to see them. I
am just curious about its status: will it be fixed in
the future release?

Following is a thread I found in the mailing list:

-
Santiago,

Santiago Gala wrote:
 
 Paul Spencer wrote:
 
 I am seen the following in the Tomcat 4.0 (final)
 log\localhost_log._mm_dd file.  Is this a
Jetspeed, Turbine, or a
 Tomcat problem?
 
 An interaction. Tomcat 4 tries to store active
sessions to disk (by
 default) during shutdown, and recovers them on
startup. We are storing
 one or more
 

How can we tell Tomcat not to store active sessions?

 JetspeedPersistenceService$Page
 
 in the session, and these objects are not declared
as serializable, so
 tomcat cannot serialize the session.
 
 I don't think it is a deep issue for the moment.

Should this be entered in Bugzilla and marked as a low
priority bug or
enhancement?

Paul Spencer
-

-- YM


__
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/

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