poll portlet

2004-12-14 Thread Ajonjolis
Some one knows if there an example of a poll portlet (JSR-168 compliant) available. thanks for all Alfonsina

Re: poll portlet

2004-12-14 Thread Ken Ramirez
I thought I saw one in the Nukes project on the JBoss sight. You have to first download the Nukes code (I believe) and then access the code for it within that. I believe it is JSR-168, but it's been a while since I saw it. Ken Ajonjolis wrote: Some one knows if there an example of a poll

Are the portlets remotable?

2004-12-14 Thread Phillip Rhodes
I am interested in the piece of code that calls the remote servlet/portlet container and retrieves the portlet content. From the code, it appears that all the portlets must reside in the same webapp (deployed in the jetspeed webapp). Am I correct in what I am seeing? Thanks for helping me

Re: PortletRequest using struts portals bridge

2004-12-14 Thread Ate Douma
See Portlet Specification Chapter 16: Dispatching Requests to Servlets and JSP PLT.16.3.2 Included Request A ttributes In addition to the request attributes specified in Servlet Specification 2.3, SRV.8.3.1 Section, the included servlet or JSP must have the following request attributes set:

Re: PortletRequest using struts portals bridge

2004-12-14 Thread Scott T. Weaver
HttpServletRequest.getAttribute(javax.portlet.request) Jeff Sheets wrote: Does anyone know how to get the PortletRequest from inside the struts execute() method when using the struts portals bridge? I need to access the PortletPreferences. I tried casting the HttpServletRequest to a

Doubt about dynamic reloading of portlets

2004-12-14 Thread Srinivasarao Sri
Hi team, I wanted to reload portlets dynamically. I don't want it by stopping and starting jetspeed portal server. What are the steps I have to do for reload and execute portlets dynamically. Can you please help me? Thanks in advance, Srinivas - Do

Re: struts bridge submits twice

2004-12-14 Thread Jeff Sheets
Here are the debug statements showing the progression through the struts bridge. Sorry to reply to my own message, but I wanted to relay this extra information. It looks like the action is processed once for requestType ACTION and another time for requestType VIEW, but the action should really

Re: poll portlet

2004-12-14 Thread Ajonjolis
really thanks i´ll take a look there - Original Message - From: Ken Ramirez [EMAIL PROTECTED] To: Jetspeed Users List [EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 2:53 PM Subject: Re: poll portlet I thought I saw one in the Nukes project on the JBoss sight. You have to

Re: struts bridge submits twice

2004-12-14 Thread Ate Douma
This has been solved by Jeff himself, he mailed me directly. The solution is to define the PortletRequestProcessor as controller in the struts-config file: controller pagePattern=$M$P inputForward=true