[jboss-user] [JBoss Portal] - Re: IPC is not working with jboss-portal-2.6-CR2

2007-05-25 Thread mohan_chaudhari
The example explains page linking and IPC. I found following problems on cr2 1) In page linking following line in example has problem PortalNode linkToNode = thisNode.resolve(../default); linkToNode gives null when i print it. That is why the window appers blank.so i

[jboss-user] [JBoss Portal] - Re: setting a security for individual portlet instances

2007-05-25 Thread mohan_chaudhari
Thanks thomas, I already posted about IPC on following link http://jboss.org/index.html?module=bbop=viewtopicp=4048580#4048580 Mohan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048582#4048582 Reply to the post :

[jboss-user] [JBoss Portal] - Re: IPC is not working with jboss-portal-2.6-CR2

2007-05-25 Thread mohan_chaudhari
I have installed fresh copy of beta1 and cr2 from zip. I tried both portletsSwap example as well as test page example. The portletsSwap example (HelloworldIPC) is not working in cr2 but it is working in beta1. The test page example (as per your url) is worikng in cr2 but not in beta1.

[jboss-user] [JBoss Portal] - Re: setting a security for individual portlet instances

2007-05-24 Thread mohan_chaudhari
Yes, the update button is missing in beta-1 i use cr2 . But cr2 is having some problem with IPC (inter portlet communication). Mohan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048557#4048557 Reply to the post :

[jboss-user] [JBoss Portal] - IPC is not working with jboss-portal-2.6-CR2

2007-05-18 Thread mohan_chaudhari
Hello, I have downloded HelloWorldIPC example from link given in reference doc the example works with jboss-portal-2.6-BETA1 but it is not working with jboss-portal-2.6-CR2 and jboss-portal-2.6-CR1. Why ?? Thanks View the original post :

[jboss-user] [JBoss Portal] - Re: How can i get portlet instance id

2007-05-03 Thread mohan_chaudhari
Thanks engela, You suggest to add a property to portlet . Is that mean adding preferences to portlet-instance.xml ? or something else ? If it is by setting preferences then i am currently doing the exact thing if it is different please let me know. View the original post :

[jboss-user] [JBoss Portal] - can't access preference at runtime

2007-05-02 Thread mohan_chaudhari
Hi, I want to create different instances of same portlet depending upon preferences so I put name XYZ in portlet-instance.xml And try to get value by String pref = null;

[jboss-user] [JBoss Portal] - Re: can't access preference at runtime

2007-05-02 Thread mohan_chaudhari
the portlet-instance contains : name XYZ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042353#4042353 Reply to the post :

[jboss-user] [JBoss Portal] - Re: can't access preference at runtime

2007-05-02 Thread mohan_chaudhari
Thanks I put following in portlet-instance.xml | preferences |preference |namename/name |valuemohan/value | /preference | /preferences | so the preferences are already set i just want to fetch their value

[jboss-user] [JBoss Portal] - Re: can't access preference at runtime

2007-05-02 Thread mohan_chaudhari
The java code works if i put | preferences | | /preferences | in portlet.xml but if i put preferences in portlet-instance.xml it gives me null instead of giving value of preference. View the original post :

[jboss-user] [JBoss Portal] - How can i get portlet instance id

2007-04-30 Thread mohan_chaudhari
Hi, In portlet-instance.xml i have something like instance-idmyInstance/instance-id portlet-refmyPortlet/portlet-ref instance-idmyInstance1/instance-id portlet-refmyPortlet/portlet-ref Both instances pointiong to same portlet-name. and in

[jboss-user] [JBoss Portal] - Re: How to create our own jsp portlet using JbossPortal

2007-04-24 Thread mohan_chaudhari
Hello Ritesh, I am also new to portlets but i think u can download some examples from this link which also contains example of jspportlet http://labs.jboss.com/portal/portletswap U can start by modifying that examples . before that read reference guide,user guide if u haven't read

[jboss-user] [JBoss Portal] - setting a security for individual portlet instances

2007-04-23 Thread mohan_chaudhari
Hi, I am using jboss-portal-2.6-BETA1. Basically i want that user which is not having a role of admin is not able to add some default portlets like CMSportlet,role portlets to his dashboard so I try to set security for individual portlet instances so i login as admin and goto

[jboss-user] [JBoss Portal] - Re: Can i change default login (admin / admin) ?

2007-04-20 Thread mohan_chaudhari
Thanks for reply. I am using jboss-portal-2.6-BETA1 and logged in as admin. I am facing following problems 1) I goto Role management portlet but i can't create new role. when i click on create new role nothing happens. 2) I want to change the security of indivisual portal

[jboss-user] [JBoss Portal] - Can i change default login (admin / admin) ?

2007-04-19 Thread mohan_chaudhari
How can i change password for default login (admin / admin) after login i saw links Dashboard,admin. Can i remove them? or change them ? Thanks in advance Mohan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038780#4038780 Reply to the post :

[jboss-user] [JBoss Portal] - Any Suggestion !!!

2007-04-18 Thread mohan_chaudhari
I have done with the basics of portlets. Now 1) I want to develop my own portal. From where should i start ? Do i have to use the default portal features like login, dashboard, edit content or i can create my own ? 2) where can i found the source code for management portlet,user

[jboss-user] [JBoss Portal] - basic problem with creating new portal

2007-04-13 Thread mohan_chaudhari
Hi, I am new to portlets. I download jboss-portal-2.6-BETA1 + AS. As per referenceGuide i tried example foe HelloWorldPortal. To create new new portal i change portal name myPortal /portal namein HelloWorld-portal.xml now i can access it with url