Re: drag and drop of portlets

2006-06-23 Thread Randy Watler
chids, yes... checkout the desktop mode of J2... search the user and/or dev list for details. Randy On Thu, 2006-06-22 at 08:59 +0100, chithambaram wrote: > Hi J2 , > does jetspeed 2 support drag and drop of portlets? > > TIA > chids > > > >

RE: getting managers

2006-06-23 Thread Susheel Choudhari
I removed the entries for the Portlet application and Portlet definition from the database, and removed all entries of the portlet application from tomcat, and redeployed the portlet application. And it worked. Now I get the UserManager from the portlet context. Thanks Susheel -Original Me

RE: retriving organization info

2006-06-23 Thread Tushar Kapadi
Brice, Thanks for your help. After deleting the context file from Catalina & applying your changes made it work. Thanks, --Tushar -Original Message- From: Tushar Kapadi [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 12:52 PM To: Jetspeed Users List Subject: RE: retriving organiza

Re: Javascript not working in Jetspeed-2

2006-06-23 Thread Akshay Ahooja
Thanks Brice, It works now. -Akshay On 6/23/06, Brice Lambi <[EMAIL PROTECTED]> wrote: I noticed that the src attribute of a script tag in your html must be absolute and not relative. I don't know if that will help. On 6/23/06, Akshay Ahooja <[EMAIL PROTECTED]> wrote: > > Hello, > > I am

Re: Delivery Status Notification (Failure)

2006-06-23 Thread Jose Luis Granda
2006/6/23, Jose Luis Granda <[EMAIL PROTECTED]>: Hi. I can't deploy SimplestPortlet yet. I think, the problem is a fail on Jetspeed deploy subsystem. Someone know it. Please help me. 2006/6/10, Mail Delivery Subsystem <[EMAIL PROTECTED]>: > This is an automatically generated Delivery Status Noti

Re: Javascript not working in Jetspeed-2

2006-06-23 Thread Brice Lambi
I noticed that the src attribute of a script tag in your html must be absolute and not relative. I don't know if that will help. On 6/23/06, Akshay Ahooja <[EMAIL PROTECTED]> wrote: Hello, I am generating a dynamic table which has sorting drop down menus created on the fly using javascript (

Javascript not working in Jetspeed-2

2006-06-23 Thread Akshay Ahooja
Hello, I am generating a dynamic table which has sorting drop down menus created on the fly using javascript (on the first row of the table). The application is struts based but the javascript is not connected to struts functionality in anyway. The javascript sorting is working fine as a web app

RE: retriving organization info

2006-06-23 Thread Susheel Choudhari
I have created the Jetspeed-portlet.xml similar to the one present in j2-admin. Now when I try to get the UserManager I get null userManager = (UserManager) getPortletContext().getAttribute( CommonPortletServices.CPS_USER_MANAGER_COMPONENT); Am I missing any other configuration?

RE: retriving organization info

2006-06-23 Thread Tushar Kapadi
Brice, I did create that file under myapplication\web-inf foler but still I m receiving null. --Tushar -Original Message- From: Brice Lambi [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 12:22 PM To: Jetspeed Users List Subject: Re: retriving organization info Try creating jetsp

Re: retriving organization info

2006-06-23 Thread Brice Lambi
Try creating jetspeed-portlet.xml and add the UserManager entry. Like this: On 6/23/06, Tushar Kapadi <[EMAIL PROTECTED] > wrote: Hello, We have a third party application. That application needs the input from the Jetspeed portal. We need to pass username, manager name, organiz

retriving organization info

2006-06-23 Thread Tushar Kapadi
Hello, We have a third party application. That application needs the input from the Jetspeed portal. We need to pass username, manager name, organization to the struts based portlet from the portal. We have created a portlet class which we are calling from Portlet.xml file. In this portlet class