Re: Restricting Access to Minimise and Max links only

2004-08-20 Thread Devinder Sachdeva
Create security id   like view_only ,thereby set the rules for portlets 
features like edit,printl ..
Then in portlet.xreg  write under your portlet
 restart the server
you are good to go. 





Mallhar Kadam <[EMAIL PROTECTED]>
08/20/2004 02:29 PM
Please respond to "Jetspeed Users List"

 
To: Jetspeed Users List <[EMAIL PROTECTED]>
cc: 
Subject:Restricting Access to Minimise and Max links only


Hi,

Usually portlet shows edit, print, info, max, min
links on the top of it.
But if I have to restrict users ( as per their roles )
so that few of them can see the edit portlet icon and
some of them like guest users see none, how can I do
it ?


Please do reply,

thanks,
mk


 
___
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush

-
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]



Restricting Access to Minimise and Max links only

2004-08-20 Thread Mallhar Kadam
Hi,

Usually portlet shows edit, print, info, max, min
links on the top of it.
But if I have to restrict users ( as per their roles )
so that few of them can see the edit portlet icon and
some of them like guest users see none, how can I do
it ?


Please do reply,

thanks,
mk



___
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush

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



Restricting Access to Minimise and Max buttons only

2004-08-20 Thread Mallhar Kadam
Hi,

Usually portlet shows edit, print, info, max, min
links on the top of it.
But if I have to restrict users ( as per their roles )
so that few of them can see the edit portlet icon and
some of them like guest users see none, how can I do
it ?


Please do reply,

thanks,
mk




__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 

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



RE: JSTL in JSPPortlet on Jetspeed 1.5

2004-08-20 Thread Jeremy Ford
Currently, Jetspeed uses servlet spec 2.2.  I don't know if this would have 
anything to do with the issue or not.  You might try changing to 2.3 or 2.4 
and see what happens.  Also, Jetspeed is using Turbine's JSPService to 
render to the JSP.  This might also be a cause of trouble.

Jeremy Ford
[EMAIL PROTECTED]
From: Ralf Gronkowski <[EMAIL PROTECTED]>
Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: JSTL in JSPPortlet on Jetspeed 1.5
Date: Fri, 20 Aug 2004 12:29:59 +0200 (CEST)
Hi List,
I'm trying to use JSTL inside a JSP Portlet.
The following works perfectly in a plain JSP inside Tomcat.
---snip---
<%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c"%>
aValue

---snap
In a JSP Portlet just "${aVariable}" is returned instead of the expected 
"aValue".
I'm using Jetspeed 1.5 on Tomcat 5.0.24. I copied standard.jar and jstl jar 
to
/jetspeed/WEB-INF/lib. Adding a taglib element to web.xml of jetspeed and 
providing c.tld inthere has not changed a bit. Is there anything I'm 
missing here?

Many thanks for your help.
cheers
gronk
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Don’t just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/

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


Re: Same portlet showing multiple times in the Pane/Tab

2004-08-20 Thread Robin Antony
Hi Khem,
I don't know if there is a better way to do it. But I can suggest a
solution. The portlet configuration of every user is stored in the psml file
structure
inside jetspeed. When the user is adding portlets You check his psml file
and don't show him the portlets that are already in his psml file or disable
him from
selecting them. If I am reading correctly is this what you want to achieve?
Regards,
Robin Antony
OpenSI.Net
www.opensi.net


- Original Message - 
From: "Sachdeva, Khemchand" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Cc: "Robin Antony" <[EMAIL PROTECTED]>; "Stijn de Witt"
<[EMAIL PROTECTED]>
Sent: Friday, August 20, 2004 4:01 AM
Subject: RE: Same portlet showing multiple times in the Pane/Tab


> Hi Robin
>
> Ok understood that it makes sense in some cases.
>
> But what if for my project I don't want a portlet to appear multiple
times.
> How do I avoid that ? What code changes I will have to make. ?
>
> Thanks
> Khem
>
> -Original Message-
> From: Robin Antony [mailto:[EMAIL PROTECTED]
> Sent: Saturday, July 31, 2004 6:14 AM
> To: Jetspeed Users List
> Subject: Re: Same portlet showing multiple times in the Pane/Tab
>
>
> Its also possible that the customer is using the same portlet to get
> different content from different sources. For example he can create a same
> jsp portlet to retrieve content from a CMS based on the url that is passed
> in the initial portlet config. I guess, there are several scenarios where
a
> person would want to have the same portlet appear several times in a pane.
>
> Regards,
> Robin Antony
> OpenSI.Net
> www.opensi.net
>
> - Original Message - 
> From: "Sachdeva, Khemchand" <[EMAIL PROTECTED]>
> To: "Jetspeed Users List" <[EMAIL PROTECTED]>
> Sent: Thursday, July 29, 2004 11:26 PM
> Subject: RE: Same portlet showing multiple times in the Pane/Tab
>
>
> > I expect that the customer will be shown an error message if he tries to
> > select the same portlet twice.
> > There should be an error saying you already have this portlet in your
> pane.
> >
> > There is no reason why somebody would want to have a portlet displayed
> twice
> > in the same pane.
> > So this action should be restricted from the frontend.
> >
> > Khem
> >
> > -Original Message-
> > From: Randy Dillon [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, July 29, 2004 11:51 PM
> > To: Jetspeed Users List
> > Subject: RE: Same portlet showing multiple times in the Pane/Tab
> >
> >
> > What would the "correct" behavior be?  The results you describe is
exactly
> > what I personally would expect.
> >
> >
> >
> > -Original Message-
> > From: Sachdeva, Khemchand [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, July 29, 2004 6:54 AM
> > To: [EMAIL PROTECTED]
> > Subject: Same portlet showing multiple times in the Pane/Tab
> >
> >
> > Hi
> >
> > I already have a portlet in a tab and if I try adding the same portlet
> again
> > in the same tab
> > it starts showing the same portlet twice in the tab.
> >
> > This is obviously not the correct behaviour.
> >
> > Is there any way to get around this ?
> >
> > We are using JetSpeed 1.5.
> >
> > Thanks
> > Khem
> >
> >
> > -
> > 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]
>



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



Re: New Country Language

2004-08-20 Thread Shinsuke SUGAYA
Hi,
Raghdan Rabah wrote:
Hello,
Kindly, can you provide good example; 
or where can I find one like JetspeedLocalization_.properties
You can find the following location ;)
src/java/org/apache/jetspeed/modules/localization/JetspeedLocalization_??.properties
Thanks,
 shinsuke
Regards
On Fri, 20 Aug 2004 07:25:48 +0900, Shinsuke SUGAYA wrote
Raghdan Rabah wrote:
Hello,
I have the followings:
1- What are the detailed steps in order to 
add a language to Change language portlet ? 
and how to define its dictionary? Like Russian.
- update changeLanguage.vm
- create JetspeedLocalization_.properties

2- Change language portlet is using Velocity coding, 
is there any JSP Change language portlet?
I think, no.

3- Also, how to define new country?
- create JetspeedLocalization_.properties
Thanks,
 shinsuke

Any help in those points?
Regards
-
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]
__
GANBARE! NIPPON!
Yahoo! JAPAN JOC OFFICIAL INTERNET PORTAL SITE
http://mail.ganbare-nippon.yahoo.co.jp/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Same portlet showing multiple times in the Pane/Tab

2004-08-20 Thread Sachdeva, Khemchand
Hi Robin

Ok understood that it makes sense in some cases.

But what if for my project I don't want a portlet to appear multiple times.
How do I avoid that ? What code changes I will have to make. ?

Thanks
Khem

-Original Message-
From: Robin Antony [mailto:[EMAIL PROTECTED]
Sent: Saturday, July 31, 2004 6:14 AM
To: Jetspeed Users List
Subject: Re: Same portlet showing multiple times in the Pane/Tab


Its also possible that the customer is using the same portlet to get
different content from different sources. For example he can create a same
jsp portlet to retrieve content from a CMS based on the url that is passed
in the initial portlet config. I guess, there are several scenarios where a
person would want to have the same portlet appear several times in a pane.

Regards,
Robin Antony
OpenSI.Net
www.opensi.net

- Original Message - 
From: "Sachdeva, Khemchand" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Thursday, July 29, 2004 11:26 PM
Subject: RE: Same portlet showing multiple times in the Pane/Tab


> I expect that the customer will be shown an error message if he tries to
> select the same portlet twice.
> There should be an error saying you already have this portlet in your
pane.
>
> There is no reason why somebody would want to have a portlet displayed
twice
> in the same pane.
> So this action should be restricted from the frontend.
>
> Khem
>
> -Original Message-
> From: Randy Dillon [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 29, 2004 11:51 PM
> To: Jetspeed Users List
> Subject: RE: Same portlet showing multiple times in the Pane/Tab
>
>
> What would the "correct" behavior be?  The results you describe is exactly
> what I personally would expect.
>
>
>
> -Original Message-
> From: Sachdeva, Khemchand [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 29, 2004 6:54 AM
> To: [EMAIL PROTECTED]
> Subject: Same portlet showing multiple times in the Pane/Tab
>
>
> Hi
>
> I already have a portlet in a tab and if I try adding the same portlet
again
> in the same tab
> it starts showing the same portlet twice in the tab.
>
> This is obviously not the correct behaviour.
>
> Is there any way to get around this ?
>
> We are using JetSpeed 1.5.
>
> Thanks
> Khem
>
>
> -
> 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]

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



Re: New Country Language

2004-08-20 Thread Raghdan Rabah
Hello,

Kindly, can you provide good example; 
or where can I find one like JetspeedLocalization_.properties

Regards

On Fri, 20 Aug 2004 07:25:48 +0900, Shinsuke SUGAYA wrote
> Raghdan Rabah wrote:
> > Hello,
> > 
> > I have the followings:
> > 
> > 1- What are the detailed steps in order to 
> > add a language to Change language portlet ? 
> > and how to define its dictionary? Like Russian.
> 
> - update changeLanguage.vm
> - create JetspeedLocalization_.properties
> 
> > 2- Change language portlet is using Velocity coding, 
> > is there any JSP Change language portlet?
> 
> I think, no.
> 
> > 3- Also, how to define new country?
> 
> - create JetspeedLocalization_.properties
> 
> Thanks,
>   shinsuke
> 
> > Any help in those points?
> > 
> > Regards
> > 
> > 
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> __
> GANBARE! NIPPON!
> Yahoo! JAPAN JOC OFFICIAL INTERNET PORTAL SITE
> http://mail.ganbare-nippon.yahoo.co.jp/
> 
> -
> 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: New Country Language

2004-08-20 Thread Raghdan Rabah
Hello,

Kindly, can you provide good example; 
or where can I find one like JetspeedLocalization_.properties

Regards

On Fri, 20 Aug 2004 07:25:48 +0900, Shinsuke SUGAYA wrote
> Raghdan Rabah wrote:
> > Hello,
> > 
> > I have the followings:
> > 
> > 1- What are the detailed steps in order to 
> > add a language to Change language portlet ? 
> > and how to define its dictionary? Like Russian.
> 
> - update changeLanguage.vm
> - create JetspeedLocalization_.properties
> 
> > 2- Change language portlet is using Velocity coding, 
> > is there any JSP Change language portlet?
> 
> I think, no.
> 
> > 3- Also, how to define new country?
> 
> - create JetspeedLocalization_.properties
> 
> Thanks,
>   shinsuke
> 
> > Any help in those points?
> > 
> > Regards
> > 
> > 
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> __
> GANBARE! NIPPON!
> Yahoo! JAPAN JOC OFFICIAL INTERNET PORTAL SITE
> http://mail.ganbare-nippon.yahoo.co.jp/
> 
> -
> 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: New Country Language

2004-08-20 Thread Raghdan Rabah
Hello,

Kindly, can you provide good example; 
or where can I find one like JetspeedLocalization_.properties

Regards

On Fri, 20 Aug 2004 07:25:48 +0900, Shinsuke SUGAYA wrote
> Raghdan Rabah wrote:
> > Hello,
> > 
> > I have the followings:
> > 
> > 1- What are the detailed steps in order to 
> > add a language to Change language portlet ? 
> > and how to define its dictionary? Like Russian.
> 
> - update changeLanguage.vm
> - create JetspeedLocalization_.properties
> 
> > 2- Change language portlet is using Velocity coding, 
> > is there any JSP Change language portlet?
> 
> I think, no.
> 
> > 3- Also, how to define new country?
> 
> - create JetspeedLocalization_.properties
> 
> Thanks,
>   shinsuke
> 
> > Any help in those points?
> > 
> > Regards
> > 
> > 
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> __
> GANBARE! NIPPON!
> Yahoo! JAPAN JOC OFFICIAL INTERNET PORTAL SITE
> http://mail.ganbare-nippon.yahoo.co.jp/
> 
> -
> 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]



JSTL in JSPPortlet on Jetspeed 1.5

2004-08-20 Thread Ralf Gronkowski
Hi List,

I'm trying to use JSTL inside a JSP Portlet.

The following works perfectly in a plain JSP inside Tomcat.

---snip---
<%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c"%>
aValue

---snap

In a JSP Portlet just "${aVariable}" is returned instead of the expected "aValue".
I'm using Jetspeed 1.5 on Tomcat 5.0.24. I copied standard.jar and jstl jar to
/jetspeed/WEB-INF/lib. Adding a taglib element to web.xml of jetspeed and providing 
c.tld inthere has not changed a bit. Is there anything I'm missing here?

Many thanks for your help.

cheers
gronk

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



Re: chart portlet on jetspeed

2004-08-20 Thread Bo van Weert

Acuse de recibo
   
SuRe: chart portlet on jetspeed
document   
o: 
   
Ha sido   Boudewijn van Weert/srvNotes 
recibido   
por:   
   
Con   20/08/2004 10.22.26  
fecha: 
   





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