Présentation and Slide

2003-07-16 Thread Sylvain Padoan
hello, I am student and i work with jetspeed during a stage. Does anyone have documentation about Jetspeed or slide show (what ever format ppt, pdf, doc...) and could provide it to me? Thanks for your help, sylvain - To

: Prsentation and Slide

2003-07-16 Thread WangXuSheng()
http://www.bluesunrise.com/jetspeed-docs/ -- : Sylvain Padoan [mailto:[EMAIL PROTECTED] : 2003716 14:29 : Jetspeed Users List : Prsentation and Slide hello, I am student and i work with jetspeed during a stage. Does anyone have documentation about Jetspeed or slide show (what ever

Re: Pr?entation and Slide

2003-07-16 Thread
Sylvain Padoan, Why don't u get the official documents @ http://jakarta.apache.org/jetspeed/site/index.html === 2003-07-16 08:29:00 === hello, I am student and i work with jetspeed during a stage. Does anyone have documentation about Jetspeed or slide show (what ever

can't create all PSML in database when create new user!

2003-07-16 Thread Ju Xiaolong
Hi all, I met a problem when I use Jetspeed DBPSML.The problem is decripted as follow: There are four records of turbine in database,such as: username/mediatype/html//page/defaul.psml username/mediatype/wml//page/defaul.psml username/mediatype/html/language/en/page/defaul.psml;

YNT: connection LDAP

2003-07-16 Thread Ender Hikmet KILIOLU
Hi Yes sure I am developing more configurable security LDAP backend for Jetspeed. But This Domino integration has some difference from original one. Necessary object like permissions or roles are populated manually using configuration files. Authorization is possible for all tree. (Note that

RE: IFramePortlet maximize

2003-07-16 Thread Aurelien Pernoud
That's the only default of the IframePortlet, but I don't know any simple way (even any hard one) to prevent this functionment. Gerry Reno a ecrit : I am using the IFramePortlet in one of my pages. Whenever a user has clicked their way to a certain page that they want in the IFrame

Jetspeed API

2003-07-16 Thread Viktoria Germash
I would like to download the jetspeed API do you know where can I do this? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Jetspeed API

2003-07-16 Thread Asif Muhammad
Go to jetspeed website and download the API doc :) -Original Message- From: Viktoria Germash [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 10:11 AM To: [EMAIL PROTECTED] Subject: Jetspeed API I would like to download the jetspeed API do you know where can I do this? Thanks

Jetspeed API

2003-07-16 Thread David E Noel
Return Receipt Your Jetspeed API document :

RE: IFramePortlet maximize

2003-07-16 Thread Gerry Reno
The IFramePortlet reloading of the default page instead of remaining on the current page happens when you maximize or minimize and then restore the portlet and even the print function suffers from this behavior. The IFramePortlet does not appear very usable at the moment. Gerry Reno ---

RE: IFramePortlet maximize

2003-07-16 Thread Gerry Reno
I opened Bugzilla Bug 21656 on this problem. Gerry Reno --- Gerry Reno [EMAIL PROTECTED] wrote: The IFramePortlet reloading of the default page instead of remaining on the current page happens when you maximize or minimize and then restore the portlet and even the print function suffers

RE: IFramePortlet maximize

2003-07-16 Thread Carlos Orrego
youwould have to add some code to your framed application to remember in session the last visitid url. it is the only way i see it, i do not think it is a bug in jetspeed, it is the app problem c -Original Message- From: Aurelien Pernoud [mailto:[EMAIL PROTECTED] Sent: Wednesday, July

RE: question about skin define

2003-07-16 Thread Mark Orciuch
Hi Aurelien, This should make the skinning process more complete. You won't believe it, but I've realised that I didn't do anything for tabs/menu with the new skin functionment just yesterday :) I will need it here too, so I was thinking of cutting a tab this way :

RE: IFramePortlet maximize

2003-07-16 Thread Gerry Reno
Carlos, That won't work. Using any of the portlet window actions will just reload the default page and even if you could remember the last visited url then you would somehow have to force a reloading of that page which in many instances when on a forms page will cause unintended side effects.

RE: IFramePortlet maximize

2003-07-16 Thread Weaver, Scott
This is impossible to fix unless you are planning to rewrite the HTML spec. All actions within the IFrame are the province of that IFrame and that IFrame only. There is no way for the portlet to intercept anything that happens within the IFrame hence there is no way of recording the current

RE: IFramePortlet maximize

2003-07-16 Thread Mark Orciuch
I concur with Scott. IFramePortlet provides basic functionality which satisfies most needs. If you have additional requirements, please submit a proposal and be prepared to implement it. I believe that what you are asking for is possible but you have to do some url/html rewriting. So the source of

RE: IFramePortlet maximize

2003-07-16 Thread Stuart Belden
IFramePortlet is too limited for what you're trying to do; what you want is something like WebSurfPortlet. http://grids.ucs.indiana.edu/users/balsoy/jetspeed/ It allows for navigation, and the html is integrated into the portlet html itself instead of being in an iframe; I was able to adapt

RE: IFramePortlet maximize

2003-07-16 Thread Gerry Reno
Stuart, Thanks, I'll take a look at it. It may help in the short term. I think the bigger issue is whether view actions should be going back to the server. I think going back to the server for every view action leads to a great number of problems. Slow response, non-intuitive behavior,

RE: IFramePortlet maximize

2003-07-16 Thread Weaver, Scott
I think the bigger issue is whether view actions should be going back to the server. I think going back to the server for every view action leads to a great number of problems. Slow response, non-intuitive behavior, unintended side-effects such as when the user is on a form and then does

Frames

2003-07-16 Thread Wilson, Allen
Good afternoon. Is it possible to create a portlet that contains a frameset? This message may contain proprietary or confidential company information. Any unauthorized use or disclosure is prohibited. - To unsubscribe,

RE: IFramePortlet maximize

2003-07-16 Thread Gerry Reno
Scott, --- Weaver, Scott [EMAIL PROTECTED] wrote: Gerry wrote: I think the bigger issue is whether view actions should be going back to the server. I think going back to the server for every view action leads to a great number of problems. Slow response, non-intuitive behavior,

RE: IFramePortlet maximize

2003-07-16 Thread Gerry Reno
Scott, --- Weaver, Scott [EMAIL PROTECTED] wrote: Gerry wrote: I think the bigger issue is whether view actions should be going back to the server. I think going back to the server for every view action leads to a great number of problems. Slow response, non-intuitive behavior,

Jetspeed Content Portlet

2003-07-16 Thread Carlos Orrego
anybody has this portlet working? i have not been able to make it save new items into my xml files, and i can not find the problem. Anybody has solved this? Or does anybody have an alternativo to write rss files? thx very much Carlos Orrego www.inflexa.com Salve un árbol. No imprima. Save a

how can I replace soap with axis in turbine?

2003-07-16 Thread Yu Baofeng
hello, everyone: I want to replace apache soap in turbine with apache axis, how can I do? thanks Yu Baofeng - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Linking to other portlets

2003-07-16 Thread Gokul Poduval
Hello, I have a portal where the navigation is done though a tab pane in the following fashion Home | About Us | etc | etc | Contact Us In the Home Tab, I have 4-5 portlets. One of these portlets requires a link which takes me to another tab pane. How can I provide such a link ? Gokul

Re: Linking to other portlets

2003-07-16 Thread Gokul Poduval
Hello, To elaborate further, the About US section contains a menu on the left, similar to this About Us Management Team Executive Bios Message What I want to do is that when the user clicks on a link in a portlet on the home pane, he should be forwarded to the 'Message'. Gokul On Thu,

Jetspeed-CMS portlets problems

2003-07-16 Thread WangXuSheng()
I'm trying to install jetspeed-cms portlets into jetspeed. I build them from scratchpad\jetspeed-cms directory and install them. Then I add content view portlet and content administration portlet into portal page.No error message was reported during the processing . But when I display