[JBoss-user] [JBoss Portal] - Method call on Portlet init()?

2005-11-10 Thread Lorneagle
Hi there I'd like to call a custom method if a new portlet is initialized. Is there any listener which gets notified when the Portlet.init() method is called? Does anyone know any other solution for this? Actually i want to create an Object for each portlet which is placed into service.

[JBoss-user] [JBoss Portal] - Re: JSF RI portlet --Minimize/Maximize?

2005-09-21 Thread Lorneagle
anonymous wrote : | does the layout work with a 'regular' page ? Meaning: a page with regular portlets ? | Yes. It is the sample Layout provided by JBoss named MyLayout (not 2ColumnsLayout, sry ) View the original post :

[JBoss-user] [JBoss Portal] - JSF RI portlet --Minimize/Maximize?

2005-09-15 Thread Lorneagle
Hi I have a small JSF RI portlet deployed with the 2ColumnsLayout. If try to minimize/maximize the portlet i get | 13:21:57,089 WARN [ViewHandlerImpl] Unable to determine FaceServlet mapping for servlet path 'null' | and nothing happens. More detailed: |

[JBoss-user] [JBoss Portal] - Re: Hyperlink to external page displayed in portlet?

2005-09-09 Thread Lorneagle
Okay thx. I have a similar question: I try to link from a .jsp to an other .jsp all included in a .war. Link in .jsp | a href=portlet:renderURL portletMode=view | portlet:param name=link value=/testlink.jsp/ | /portlet:renderURLTestlink/a Portlet |

[JBoss-user] [JBoss Portal] - Re: Hyperlink to external page displayed in portlet?

2005-09-09 Thread Lorneagle
That's what i guessed. I change the value and it works. Thank you :) Is there any better way to link .jsp-pages? I ask because there are very few simple code samples on the internet and i don't want to produce bad code. View the original post :

[JBoss-user] [JBoss Portal] - Re: Help wanted: How do I deploy multiple portlets in a war

2005-09-09 Thread Lorneagle
jboss-app.xml | jboss-app | app-namehelloworld/app-name | /jboss-app | jboss-portlet.xml | portlet-app | portlet | portlet-nameHelloWorldPortlet/portlet-name | security/security | /portlet | portlet |

[JBoss-user] [JBoss Portal] - Hyperlink to external page displayed in portlet?

2005-09-08 Thread Lorneagle
Hi all I'd like to know how i can create a hyperlink to an external website (like google) which will be display in the portlet. I am new to portlets and searched forums and google finding no solution. Thx in advance View the original post :