Re: how to deploy JSR-168 portlets with fusion

2005-02-08 Thread Hema Menon
Fabrice, Does the deployed war or webapp contains portlet.xml? Hema On Tue, 08 Feb 2005 12:29:51 +0100, Fabrice Dewasmes [EMAIL PROTECTED] wrote: Hi, I've built and installed fusion following instructions on the wiki (http://wiki.apache.org/portals/Jetspeed2/Fusion) and using latest from

Re: Admin password for jetspeed 2

2005-02-08 Thread Hema Menon
M1 Release is available at http://www.apache.org/dist/portals/jetspeed-2/ Installer is available at http://www.binary-designs.net/downloads.html Hema On Tue, 08 Feb 2005 07:58:49 +0100, Marky Goldstein [EMAIL PROTECTED] wrote: Hi Jack, Where can I find the Release version of Jetspeed 2? Is

.jsp or .vm templates extension

2005-02-08 Thread Stefano Bianchi
Dear ALL, maybe a silly question for a JS1.4b3 expert... I'm using JS1.5 and my question is: should I use vm or jsp as templates extension? I used jsp (I don't even remember in how many places I had to change the extension in properties files!) but I still ask myself why the template\vm folder

RE: .jsp or .vm templates extension

2005-02-08 Thread Archana Turaga
By the way the answer to the question: should I use vm or jsp as templates extension? If you are more comfortable using jsps then set the template extension to jsp otherwise vm. Whatever you set the extension to the layout pages are still vm since that is not supported in jsp(read this in one

Re: .jsp or .vm templates extension

2005-02-08 Thread Stefano Bianchi
Dear Archana, folder [TOMCAT]\webapps\jetspeed\WEB-INF\templates\vm contains folders control, emails, includes, whereas folder jsp does not. Anyway you seem to confirm my opinion: that's a mix (thank you!). I find .jsp are better for graphical layout since they seem to refresh immediately (e.g.

Re: .jsp or .vm templates extension

2005-02-08 Thread Youssef Mohammed
Jetspeed as portal can work with either JSPs or Velocity .vm IMHO vm templates are much easier to customize especially if you need only to customize the GUI elements. Despite what will you use (vm or jsp) with Jetspeed as portal you still can write your own portlets in jsps or even vm

Re: .jsp or .vm templates extension

2005-02-08 Thread Scott T. Weaver
Stefano Bianchi wrote: Dear Archana, folder [TOMCAT]\webapps\jetspeed\WEB-INF\templates\vm contains folders control, emails, includes, whereas folder jsp does not. Anyway you seem to confirm my opinion: that's a mix (thank you!). I find .jsp are better for graphical layout since they seem to

Re: portlet property

2005-02-08 Thread Jeff Sheets
All, I am having an issue where the preferences are reset when I redeploy my portlet application. This seems like it should be a bug, would others agree? On Thu, 20 Jan 2005 11:02:07 +0100, Marek Nowak [EMAIL PROTECTED] wrote: Thanks David, you helped me a lot. So I understand that for each

Re: Read a psml file

2005-02-08 Thread David Sean Taylor
angeloimm wrote: Hi all; if i know the psml name... how could i have a parameter in this psml file? Not sure if I understand the question, but I'll try. To change the parameters on a portlet instance, you can edit the psml file by hand, for example the StockQuote portlet, override the default

RE: .jsp or .vm templates extension

2005-02-08 Thread Mohammed, Youssef A
Jetspeed as portal can work with either JSPs or Velocity .vm IMHO vm templates are much easier to customize especially if you need only to customize the GUI elements. Despite what will you use (vm or jsp) with Jetspeed as portal you still can write your own portlets in jsps or even vm

Re: how to deploy JSR-168 portlets with fusion

2005-02-08 Thread David Sean Taylor
Fabrice Dewasmes wrote: Hi, I've built and installed fusion following instructions on the wiki (http://wiki.apache.org/portals/Jetspeed2/Fusion) and using latest from CVS. It seems to work fine but when I drop a war or exploded webapp into WEB-INF/deploy directory, I don't see anything

Re: .jsp or .vm templates extension

2005-02-08 Thread Stefano Bianchi
Dear Scott (and ALL), my last question (to tech guys) on this issue: am I correct if I say: - if I use .jsp template, my portal will be rendered with a mix of .vm and .jsp pages - if I use .vm template, my portal will be rendered using only .vm pages ? Please consider I refer mainly to