[jboss-user] [JBoss Portal] - Re: hi i have problem in posting img tag in forums portlet

2008-11-13 Thread senthilkumar.devan
"senthilkumar.devan" wrote : hihi I am using jboss forum portlet. It works fine but when i am trying to post img tag in the new topic its not at all showing me the image may i know what is the reason. View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss Portal] - hi

2008-11-13 Thread senthilkumar.devan
hihi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188994#4188994 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4188994 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Clustering/JBoss] - Need proper clustering document

2008-10-01 Thread senthilkumar.devan
Hi, Can anyone suggest me good document for JBoss clustering. I need to do load balancing. Thanks & Regards, Senthil Kumar Devan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179719#4179719 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Portal] - Implementing search portlet.

2008-08-26 Thread senthilkumar.devan
Hi, Can anyone tell me how to inculde thrid party search tool into my Jboss portal server. for example if i am searching for content in my CMS based html i need to display that in my search result and while cliking on the search result it should redirect to page with cms linked. Thanks & Regar

[jboss-user] [JBoss Portal] - How to set Page permission for logged in User

2008-08-01 Thread senthilkumar.devan
Hai, Can anyone tell me how can i set a page to view only for admin users. I hava User A and Page X i want only user A to view this page. I have other user B and Page X should not be displayed for User B. Can anyon tell me how can i achieve this. Thanks & Regards, Senthil Kumar Devan View the

[jboss-user] [JBoss Portal] - CMS- While deleting folder in CMS i am getting error

2008-07-29 Thread senthilkumar.devan
Hi, I have uploaded archive and again i am trying to delete that folder from the CMS. But i am unable to delete that folder i am getting exception as below. Can anyone help me on this. Cause: javax.portlet.PortletException: org.jboss.portal.cms.CMSException: javax.jcr.RepositoryException: 9eb47

[jboss-user] [JBoss Portal] - Re: How to load CMS page in portlet

2008-07-17 Thread senthilkumar.devan
Hai Peter, Thanks lot. Its working for me. Thanks & regards, Senthil Kumar Devan. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165222#4165222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165222 __

[jboss-user] [JBoss Portal] - How to load CMS page in portlet

2008-07-16 Thread senthilkumar.devan
Hi, I have test.html in my CMS. I have created a portlet class and i am trying to access the test.html in my portlet class. PortletRequestDispatcher prd = getPortletContext().getRequestDispatcher("/portal/content/default/test.html"); prd.include(request, response); But i get error as The re

[jboss-user] [JBoss Portal] - How to get Window level property in portlet class

2008-07-15 Thread senthilkumar.devan
Hai, I have created a portlet and for the portlet window using properties i have added a new property value. Can anyone please tell me how to get the property value in the portlet class. Thanks & Regards, Senthil Kumar Devan View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Portal] - Re: Forming ActionURL in XSLT

2008-07-06 Thread senthilkumar.devan
Hey can anyone tell me whether its possible to form action URL in the XSL or not. Using Jboss Portal version 2.6.4 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162704#4162704 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Portal] - Forming ActionURL in XSLT

2008-07-03 Thread senthilkumar.devan
Hi, Can any one tell how to form the action url in the XSLT. Here my XSL is shown as UI. If i want to perform some action i need values displayed in the UI in my porcessaction method. Can anyone help me in this. i am struggling lot. Thanks & Regards, Senthil Kumar Devan View the original post

[jboss-user] [JBoss Portal] - Re: problem with IPC

2008-07-03 Thread senthilkumar.devan
Hi, You just do hot deployment. It means place helloworldipcportlet.sar inside ur default\deploy\jboss-portal.sar. The hellowworldipcportlet.sar contains the following: 1.hellowworldipcportlet.war 2.meta-inf folder 3.lib folder Inside hellowworldipcportlet.war u have just web-inf folder. where

[jboss-user] [JBoss Portal] - Displaying XSL as UI.

2008-06-30 Thread senthilkumar.devan
Hai all, Can anyone help me regarding this problem. Hey i am using XML-XSL as GUI in my portlet. How can i specify my action url in the XSL. I have placed a button in the XSL when i click that it should come to my protlet process action method and i want to get the values displayed in the UI. C

[jboss-user] [JBoss Portal] - Re: problem with IPC

2008-06-29 Thread senthilkumar.devan
Hi Biwal, Thanks very much. Its working for me. Once again thanx lot for ur help which really helped me lot in developing IPC. Thanks & Regards, Senthil Kumar Devan. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161388#4161388 Reply to the post : http://ww

[jboss-user] [JBoss Portal] - Re: IPC problem

2008-06-27 Thread senthilkumar.devan
Hey i got some portlet exception first so i implemented dummy processaction method in portlet A so i didnt get any exceptions after that. Should i need to implement anything inside the portlet A processaction method. I am using Jboss portal version 2.6.4 Anyone can help me in this will be very th

[jboss-user] [JBoss Portal] - IPC problem

2008-06-27 Thread senthilkumar.devan
Hi.. Can anyone help me in IPC problem. I have portlet A and portlet B. I am trying to trigger from portlet A but there is no output and no exceptions. The problem is request havent went for processaction method in porltet B. Steps i have followed is... 1. I have created a war file war files con

[jboss-user] [JBoss Portal] - Re: problem with IPC

2008-06-27 Thread senthilkumar.devan
hey biwal/Ruchika, Can u please help me in this.. i followed all your instructions but still its not working. I am request from protlet A but it doest not come to Portlet B process action and also no exceptions.. can u please tell me what should i do View the original post : http://www.jboss.c