Re: .jsp or .vm templates extension

2005-02-08 Thread Youssef Mohammed
Jetspeed as portal can work with either JSPs or Velocity .vm IMHO vm templates are much easier to customize especially if you need only to customize the GUI elements. Despite what will you use (vm or jsp) with Jetspeed as portal you still can write your own portlets in jsps or even vm ...

Gmail Invitations

2004-12-27 Thread Youssef Mohammed
Jetspeed folks, I have 3 gmail invitations if anyone interested please let me know -- Regards, Youssef - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Static content

2004-11-21 Thread Youssef Mohammed
you can put them outside jetspeed and use IFrame or the URL aggregator Portlets On Fri, 19 Nov 2004 16:48:28 -, lahsen abouenour <[EMAIL PROTECTED]> wrote: > That's what i need, the FileServerPortlet worked well but i want also that > the target (of the links that in the html page) is the p

Re: performance slowdown for 100,000 users, all with same PSML

2004-11-17 Thread Youssef Mohammed
ecurityAccessController > > This helped a lot. We saw no more of the statements mentioned above, > and page load times go down dramatically. > > Thanks for all your help. > > Dan > > > > > --- David Sean Taylor <[EMAIL PROTECTED]> wrote: > >

Re: performance slowdown for 100,000 users, all with same PSML

2004-11-17 Thread Youssef Mohammed
I don't mind at all :) On Tue, 16 Nov 2004 16:00:00 -0800, David Sean Taylor <[EMAIL PROTECTED]> wrote: > Youssef Mohammed wrote: > > I think it has nothing to do with the portlets since the only changes > > he (Dan) made was the number of users. > > I sugges

Re: performance slowdown for 100,000 users, all with same PSML

2004-11-15 Thread Youssef Mohammed
I think it has nothing to do with the portlets since the only changes he (Dan) made was the number of users. I suggest to do some profiling (both IBM and Oracle stuff can help ) to the jetspped instance to see what is going on. I used to work on J1 last year and I did found some scalability issues

Re: How to wrap-up Horrible Exception.

2004-09-21 Thread Youssef Mohammed
Did you try to add error page in the web.xml ? This is the standard way AFAIK Regards On Tue, 21 Sep 2004 09:23:44 -0700, Sunil Sheshadri <[EMAIL PROTECTED]> wrote: > Hi, > When ever jetspeed throws any kind of horrible Exception we need to wrap it > up and redirect it to a common error page. A

RE: Right navigation bar?

2004-02-23 Thread Youssef Mohammed
igation.setTemplate($config.getString("rightnav.vm")) > > #end > Yess sure this is much better organization . Just like the left menu . > The question is - will JetSpeed recognize new properties without any > code change? > Yes , but you have to restart it . &

RE: Right navigation bar?

2004-02-22 Thread Youssef Mohammed
easy way of playing with navigations is just setting leftnav.enable to false and use a MenuController. -Stijn - Original Message - From: "Youssef Mohammed" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Sunday, February 22,

RE: Right navigation bar?

2004-02-22 Thread Youssef Mohammed
yess it is simple just add your html code in new file "right.vm" under "\webapp\templates\vm\navigations\html\" directory and add its include code in the layout page . That is in the page "\webapp\templates\vm\layouts\html\default.vm" add $jnavigation.setTemplate("right.vm") where you w

ChangePassword Problem

2004-02-12 Thread Youssef Mohammed
Hi When I change the password throw the Change Password action It successfully changed it but it logged the user off !! I traced into the code and I found that in the JLogin action executed after the ChangePassword . when It comes to the line try {

RE: Rundata removing session attributes?

2004-02-04 Thread Youssef Mohammed
when anon user logs in into jetspeed ... turbine delete all the session attributes -Original Message- From: Michael Klaene [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 9:19 PM To: Jetspeed Users List Subject: Rundata removing session attributes? I've got a SessionListene

RE: Jetspeed and Serializable configuration

2004-01-29 Thread Youssef Mohammed
this is an extract from document we made to resolve this issues hope it helps Purpose Run Jetspeed on Clustering configuration and make sure it is working, but some technical problems was found and solved Affected Components Jetspeed-1.4-b3, turbine-2.2 Solution Criteria 1. Ch

RE: Jetspeed and Serializable configuration

2004-01-29 Thread Youssef Mohammed
Yess u must make any class to impliment Serializable We did it in our project . -Original Message- From: Garrett James [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 3:17 PM To: [EMAIL PROTECTED] Subject: Jetspeed and Serializable configuration I am using Jetspeed 1.4 in c

RE: New account creation -> Login -> Logout

2004-01-22 Thread Youssef Mohammed
This is not a known behavous of jetspeed what is the version u r woriking with ? did u make any modification to the code ? > -Original Message- > From: Pramod Jain [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 22, 2004 4:43 PM > To: Jetspeed Users List > Subject: New account creat

RE: How to get member of a group or users who have a role?

2004-01-22 Thread Youssef Mohammed
unfortunately yes AFAIK > -Original Message- > From: Chamberlain James O. CONTR J9C998 > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 21, 2004 10:33 PM > To: [EMAIL PROTECTED] > Subject: How to get member of a group or users who have a role? > > > Is there a way in Jetspeed to

RE: Auto login with URL

2004-01-21 Thread Youssef Mohammed
just add action=JLoginUser to the request parameters http://localhost:8080/jetspeed/portal??action=JLoginUser&username=toto&password=tata > -Original Message- > From: Fabien Guibert [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 21, 2004 1:29 PM > To: Jetspeed Users List > Subject

RE: Tutorial step 5 problem

2003-12-31 Thread Youssef Mohammed
Well Mazin basha , it says in the top page of the tutorial that "Note: This tutorial applies to the Jetspeed 1.4b4 release" Soo there are not guarantee it will work with 1.4 as i think > -Original Message- > From: Mazin Mustafa [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 30,

RE: drag and drop customizer

2003-12-09 Thread Youssef Mohammed
I can't find > Enhanced Three columns (25/50/25) > Enhanced Three columns (33/34/33) > Enhanced Two columns (25/75) > Enhanced Two columns (50/50) > Enhanced Two columns (75/25) I just have the latest code from CVS . > -Original Message- > From: David Sean Taylor [mailto:[EMAIL

RE: / /OREF:CPT1C41D Custom Layout

2003-12-09 Thread Youssef Mohammed
Yes , Just customize your psml as multi-pane layout and for every pane customize it as u with ( say the first one as 50/50 and the second as single colum ) After that change the layout to one to one colum and u should get the layout you want > -Original Message- > From: [EMAIL

RE: forced portlets / non-portlet pages

2003-11-10 Thread Youssef Mohammed
For the second question you can it in turbine screens just like the "CreateNewAccount.vm" and "EditAccount.vm" screens -Original Message- From: Brian Kapellusch [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 2:59 PM To: [EMAIL PROTECTED] Subject: forced portlets / non-portlet

RE: User authentication

2003-10-29 Thread Youssef Mohammed
The login action is a turbine action and u need not to define any portlet for login. All what you need to do is to write the client-side script that will get the userid ( throw your ActiveX or whateveer ) and then submit the this form You can a

RE: how to call buildNormalContext manually

2003-10-28 Thread Youssef Mohammed
buildNormalContext sends the HTTP Response to the client ( e.g. the browser ) and It is called when by an HTTP Request by the client . So how can you do this Server Side ?!! You can't push your data to the client !! The work around for that it to refresh your portlet every X seconds and check

RE: Difference Pluto <-> Jetspeed

2003-10-28 Thread Youssef Mohammed
<[EMAIL PROTECTED]> > > Subject: RE: Difference Pluto <-> Jetspeed > > > > I thought the current beta version of Jetspeed was built on top of > Turbine, > > and that the new yet to be released version of Jetspeed (2.0) would be > built > > on top of Plut

RE: Difference Pluto <-> Jetspeed

2003-10-27 Thread Youssef Mohammed
Pluto is a portlet container. Jetspeed 2 is the actual portal. Jetspeed 2 uses Pluto as its container. > -Original Message- > From: Youssef Mohammed > [mailto:[EMAIL PROTECTED] > Sent: Sunday, October 19, 2003 8:38 AM > To: Jetspeed Users List (E-mail) > Subject: J2 a

RE: Customize layout from Portlet?

2003-10-23 Thread Youssef Mohammed
lto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 6:23 PM To: 'Jetspeed Users List' Subject: RE: Customize layout from Portlet? > From: Youssef Mohammed > I added in the velocity context a vairable "layout" and in the default > layout template I simple par

RE: Customize layout from Portlet?

2003-10-23 Thread Youssef Mohammed
I had the same problem and spent some time to solve it But I finally decided to do it my own way I added in the velocity context a vairable "layout" and in the default layout template I simple parse this variable so I will get the same functionality if the variable is null i simply parse the orig

RE: Velocity and Action Events?

2003-10-23 Thread Youssef Mohammed
Can u give more clarification and and example of what is going wrong with you ? -Original Message- From: Sloan Bowman [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 5:14 AM To: Jetspeed Mailing List Subject: Velocity and Action Events? Have anybody else had problems with Ve

RE: How to determine language in a portlet?

2003-10-23 Thread Youssef Mohammed
List' Subject: AW: How to determine language in a portlet? > -Ursprüngliche Nachricht- > Von: Youssef Mohammed > [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 22. Oktober 2003 12:26 > An: Jetspeed Users List > Betreff: RE: How to determine langua

RE: How to determine language in a portlet?

2003-10-22 Thread Youssef Mohammed
Try org.apache.turbine.services.localization.LocalizationTool.getLocale( ) And/or org.apache.turbine.services.localization.LocaleDetector.getLcale() one of them sould be working AFAIK my regards -Original Message- From: Holger Dewes [mailto:[EMAIL PROTECTED] Sent: Wednesday, Octob

RE: How to forward to different psml in the JLoginUser action

2003-10-21 Thread Youssef Mohammed
- This mailbox protected from junk email by Matador from MailFrontier, Inc. http://info.mailfrontier.com -Original Message- From: Youssef Mohammed [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 4:59 AM To: Jetspeed Users List Subject: RE: How to forward to different psml in t

RE: How to forward to different psml in the JLoginUser action

2003-10-21 Thread Youssef Mohammed
ri int dury and to exexcute it : rundata.setRedirectURI(duri.toString()); - Original Message - From: "Youssef Mohammed" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 13, 2003 12:36 PM Subject: How to forward to different psml in the JLoginUser action Hi I need to forwa

J2 and Pluto ?

2003-10-19 Thread Youssef Mohammed
Hi any body knows the defference between jakarta-pluto and jakarta-jetspeed2 projects ? thkns - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Jetspeed2 and Pluto

2003-10-19 Thread Youssef Mohammed
Hi any body knows the defference between jakarta-pluto and jakarta-jetspeed2 projects ? thkns - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Problems with portlet parameter customization (bug?)

2003-10-15 Thread Youssef Mohammed
let you network admin to open the port 2401 for you -Original Message- From: Holger Dewes [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 9:56 AM To: 'Jetspeed Users List' Subject: RE: Problems with portlet parameter customization (bug?) > -Original Message- > From

RE: How to change the Layout in turbine action

2003-10-14 Thread Youssef Mohammed
rd >From: "Youssef Mohammed" ><[EMAIL PROTECTED]> >Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]> >To: "Jetspeed Users List" ><[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> >Subject: RE: How to change the Layout in turbine action

RE: How to change the Layout in turbine action

2003-10-14 Thread Youssef Mohammed
laceholder, which inserts screen/html/preview.vm. Hope this helps. Jeremy Ford >From: "Youssef Mohammed" ><[EMAIL PROTECTED]> >Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: How to change the Layout in turbin

How to change the Layout in turbine action

2003-10-14 Thread Youssef Mohammed
Hi I tried to change the Layout in the JLoginUser action but i failed I tried both setLayout and setLayoutTemplate methods but now changes are done in the Layout . I still get the default layout Also I found in the class org.apache.jetspeed.portal.portlets.PreviewPortlet that it does uses t

How to forward to different psml in the JLoginUser action

2003-10-13 Thread Youssef Mohammed
Hi  I need to forward to another psml (desktop) rather than the default after the user logs in . If thinkiIt has to be in the JLoginUser action class    I understand that data.setScreenTemplate( ) used to forward to any screens  but I can't figure out how to to forward to psml ?

How to forward to different psml in the JLoginUser action

2003-10-13 Thread Youssef Mohammed
Hi I need to forward to another psml (desktop) rather than the default after the user logs in . If thinkiIt has to be in the JLoginUser action class I understand that data.setScreenTemplate( ) used to forward to any screens but I can't figure out how to to forward to psml ?! a