ServletInvokerPortlet causes "java.lang.IllegalStateException: Response has already been committed"

2002-10-21 Thread Joe Barefoot
Hi all, I've done quite a bit of RTFM and mail archive searching on this, but no dice... We have quite a large web application built upon Struts, and are adding a portal area using Jetspeed. We've successfully integrated Jetspeed into our app., but for some reason using the ServletInvokerPortl

Re: Next Stable Release?

2002-10-21 Thread Marian Skalsky
ISO-8859-2 sample feeds links: http://www.root.cz/rss http://underground.cz/backend/underground.rss $kala. - Original Message - From: "Luta, Raphael (VUN)" <[EMAIL PROTECTED]> To: "'Jetspeed Users List'" <[EMAIL PROTECTED]> Sent: Monday, October 21, 2002 3:09 PM Subject: RE: Next Stable Re

RE: Next Stable Release?

2002-10-21 Thread Luta, Raphael (VUN)
Yes, it definitely fixes the basic issue but not all the issues like the one Santiago tried to fix with his patch: making sure content that comes in different encodings (like iso-8859-1 and iso-8859-2 feeds on the same page) do not conflict with each other... > -Message d'origine- > De : W

Jetspeed & Macromedia Flash

2002-10-21 Thread BARDE, CEDRIC
Hi all, I have created a Web page containing a Flash object (apps.swf). When I open the page alone, it works. I have then created a HTML portlet instance and called it from my default page but it does not work. The browser seems to load the page forever. I took a look at the Tomcat console and it

RE: Jetspeed & Macromedia Flash

2002-10-21 Thread Aurelien Pernoud
You're browser tries to get the swf from /jetspeed/apps.swf Yu must have something like in your html portlet change it to src="/thewaytoyourswf", it should work, or just copy the swf in the jetspeed root directory. > -Message d'origine- > De : BARDE, CEDRIC [mailto:CEDRIC.BARDE@;disney.

I go it to work now .... Re: Problem registering multiple instances using same portlet

2002-10-21 Thread Danh Hoai
Thanks for your help. I finally got it to work now. - Original Message - From: "Aurelien Pernoud" <[EMAIL PROTECTED]> To: "'Jetspeed Users List'" <[EMAIL PROTECTED]> Sent: Friday, October 18, 2002 11:06 AM Subject: RE: Problem registering multiple instances using same portlet > -

Navigation portlet

2002-10-21 Thread Mike Landy
Hello all! Are there any Open Source portlet that could be used as an Navigation bar in portlet based application? If not, could someone give some hints how these kind of portlets should be build? I have understood that approach like below is not working: getServletContext().getRequestDispatcher

Problem with Intake

2002-10-21 Thread Łukasz Olek
Hello! I'm trying to use Intake to validate form inputs, but I have a problem. When I try to retrieve IntakeTool from context in e.g. doUpdate method it returns null. I turned on all Intake options in TurbineResources.properties. I also observed that IntakeTool is available in context in buildNorma

RE: Problem registering multiple instances using same portlet

2002-10-21 Thread Aurelien Pernoud
I don't see any troubles in your xreg neither in your class extending abstractinstanceportlet. It "should" work, but I don't understand why it doesn't... sorry. > -Message d'origine- > De : Danh Hoai [mailto:hoai@;indent.org] > Envoyé : vendredi 18 octobre 2002 18:08 > À : Jetspeed Users

Re: Next Stable Release?

2002-10-21 Thread Werner Punz
Guys have a look at the fixed class I just sent down the mailing list. It basically fixes the problem (according to an old post in the list) At least it does it for me on my machine. The problem was that the UTF-8 string is hardcoded in the MimeType class altering that to load the settings dynamic

RE: Jetspeed & Macromedia Flash

2002-10-21 Thread BARDE, CEDRIC
Copying the swf in the jetspeed root directory works fine, the other solution throws a message in Tomcat saying that the directory is forbidden. Thanx for the tip anyway! Ced __ Cédric BARDE Disneyland Paris - Information Services Bâtiment Robin Hood - BP 100 7

RE: Next Stable Release?

2002-10-21 Thread Aurelien Pernoud
> -Message d'origine- > De : David Sean Taylor [mailto:david@;bluesunrise.com] > > > -Original Message- > > From: Sergio [mailto:serg80@;yahoo.com] > > > > Can anyone tell me the approximate schedule for the > > next stable release? > > Nov 1 It may seem a little "selfish", but d

RE: Next Stable Release?

2002-10-21 Thread Luta, Raphael (VUN)
I'll look at the issue before the release, which is actually more likely to be out near Nov 11. > -Message d'origine- > De : Aurelien Pernoud [mailto:apernoud@;sopragroup.com] > Envoyé : lundi 21 octobre 2002 14:39 > À : 'Jetspeed Users List' > Objet : RE: Next Stable Release? > > > >

RE: Jetspeed LDAP Security Service?

2002-10-21 Thread David Sean Taylor
The Jetspeed LDAP Security Service is now checked into the cvs head, thanks Ender, and sorry for the delay. Im still in the process of running checkstyle on the source. I haven't completed testing yet, but thought i'd get it checked in so others can try it. > -Original Message- > From: Ke

RE: Problem with Intake

2002-10-21 Thread David Sean Taylor
I never got Intake to work due to jar incompatibilites in Jetspeed 1.4. Its should now work fine from the cvs head. Have you tried it from there? > -Original Message- > From: Łukasz Olek [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 21, 2002 8:40 AM > To: Jetspeed Users List > Subject

RE: Next Stable Release?

2002-10-21 Thread David Sean Taylor
> -Original Message- > From: Werner Punz [mailto:werpu@;gmx.at] > Sent: Saturday, October 19, 2002 4:41 PM > To: Jetspeed Users List > Subject: Re: Next Stable Release? > > Nov 11 is now the scheduled date. The tasks that Raphael has volunteered to work on will take more time > Hi David,

style class collisions

2002-10-21 Thread Joe Barefoot
I was wondering what one can do to eliminate style class collisions in portlets which return an EcsServletElement...for instance, we have some portlets that set up some request data for a JSP to render, then return an EcsServletElement w/ the URL of the JSP. This works fine, but the style cla

portlet action class questions

2002-10-21 Thread Timo Tetzlaf
hi everybody,   I have a problem with my own portlet and VelocityPortletAction.I have written my own portlet and this work fine.Now I want to write an actionclass for interaction with the portlet.   But I have no idea how i get working it.   Till know I have extends VelocityPortletAction, b