Re: Images and HTML

2006-08-03 Thread Anton
Alexandre, >From what you are writing here I assume what you really need is not a portal >but a CMS solution. If you want to run it under portal, you can take a look at >Graffito: http://incubator.apache.org/graffito/. Also it is very early access >and lots of features are not implemented yet.

Re: Images and HTML

2006-08-03 Thread David Sean Taylor
Alexandre Vaillancourt wrote: Hi all! I've been looking into Jetspeed2 for that last couple of days, and I couldn't figure out some things. First, is there a portlet that I can use to display text in "view" mode, and edit it in "admin" mode? Not really, but its pretty easy to put a po

Re: Can Jetspeed immediately initialize portlets defined in portl et.xml?

2006-08-03 Thread David Sean Taylor
Jacek Wiślicki wrote: Wiadomosc od Sahu, Santosh z 2006-08-03 16:04 brzmiala: Not sure below works but try any way..because portlet spec is many ways similar to servlets spec. 1 If it works let me know... As far as I know, the portlet lifetime (including initialization) is covered with J

Re: Portal user 403 error

2006-08-03 Thread Akshay Ahooja
In web.xml: you have to explicity define the roles: Change: Login /login/redirector * TO: Login /login/redirector admin manager user And any other roles you have... HTH, Akshay On 8/3/06, O'Connell, Iain <[EMAIL PROTECTED]> wrote: Hi Folks, I'm wondering if anybody can hel

Portal user 403 error

2006-08-03 Thread O'Connell, Iain
Hi Folks, I'm wondering if anybody can help me out. I'm having an issue running Jetspeed 2.1 in Tomcat. Basically what happens is that when I do a clean install and attempt to log in as the default user 'user' I get a HTTP 403 error. I was wondering if anybody had seen this error in the past or

Images and HTML

2006-08-03 Thread Alexandre Vaillancourt
Hi all! I've been looking into Jetspeed2 for that last couple of days, and I couldn't figure out some things. First, is there a portlet that I can use to display text in "view" mode, and edit it in "admin" mode? Second, is there a portlet that I can use to upload and/or display images?

Re: Can Jetspeed immediately initialize portlets defined in portl et.xml?

2006-08-03 Thread Jacek Wiślicki
Wiadomosc od Sahu, Santosh z 2006-08-03 16:04 brzmiala: Not sure below works but try any way..because portlet spec is many ways similar to servlets spec. 1 If it works let me know... As far as I know, the portlet lifetime (including initialization) is covered with JSR-168. It has nothing to

RE: Can Jetspeed immediately initialize portlets defined in portl et.xml?

2006-08-03 Thread Sahu, Santosh
Not sure below works but try any way..because portlet spec is many ways similar to servlets spec. 1 If it works let me know... -Original Message- From: Hayes, Peter [mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 1:55 PM To: jetspeed-user@portals.apache.org Subject: Can Jet

Can Jetspeed immediately initialize portlets defined in portlet.xml?

2006-08-03 Thread Hayes, Peter
It seems that Jetspeed is lazily initializing the portlets defined in the portlet.xml file. The init method on each portlet is only called once the portlet is accessed via an http invocation. Is there a way to indicate to jetspeed that the portlet should be initialized at startup time? I am usin

PHP Bridge issues once again (solution proposal)

2006-08-03 Thread Alexey Manulenko
Hello all, I finally figured out how to make the Subject work on Windows system for PHP4... I have noticed that Jira issues PB-18 http://issues.apache.org/jira/browse/PB-18 is still UNRESOLVED... I found out how to solve this problem without downloading any packages from itgroungwork and witho

RE: urgent help required

2006-08-03 Thread Arun_Pasuparthi
Thanks Phil I will try to do as you have suggested. -Original Message- From: Philip Mark Donaghy [mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 4:24 PM To: Jetspeed Users List Subject: Re: urgent help required Hi Arun, On 8/3/06, Arun_Pasuparthi <[EMAIL PROTECTED]> wrote: >

Re: urgent help required

2006-08-03 Thread Philip Mark Donaghy
Hi Arun, On 8/3/06, Arun_Pasuparthi <[EMAIL PROTECTED]> wrote: Hello All, I am new to Jet Speed. I have installed jet speed and it is running. I am struggling to convert a struts application into a portlet. The following is the error message I get when I run the application. Two important

urgent help required

2006-08-03 Thread Arun_Pasuparthi
Hello All, I am new to Jet Speed. I have installed jet speed and it is running. I am struggling to convert a struts application into a portlet. The following is the error message I get when I run the application. Failed to retrieve Portlet Definition for jetspeed::VelocityTwoColumnsFail

Re: Two JSF Portlets on one page

2006-08-03 Thread Michael Binette
Michael Binette wrote: > I was originally using MyFaces and the JSF Bridge. I had 3 different > portlets in one WAR and it deployed and worked fine. I had one portlet on > one page and the other two on another. I then found out that the JSF > validations do not work with MyFaces so I decided t