Re: Nested portlet?

2005-01-29 Thread Nan Anonymous
Hmm.. forgot this forum is for both. I would be more interesting on JS2 as I want to do this in as much conformance to JSR168 as possible. Of course, a comparison of different approaches for different portal servers would also be very educational. Thanks On Sat, 29 Jan 2005 11:07:03 -0800, Dav

Re: J2 Warning: HttpServletRequest.getContextPath() now returns the contextPath of the Portlet, not the Portal

2005-01-29 Thread David Sean Taylor
Ate Douma wrote: I've just fixed issue: http://issues.apache.org/jira/browse/JS2-203 Please read it if you are currently are (mis)using the Portal contextPath from within a Servlet/JSP/Velocity dispatched by a Portlet. Regards, Ate after a cvs update, when I login Im now getting -

Re: Using Get Request in Jetspeed

2005-01-29 Thread Chris Custine
You must be using Jetspeed 1? I think in jetspeed 2 displaytag won't work at all because the urls are encoded so differently. If anyone has experience with that in JS2 let me know. Chris On Fri, 28 Jan 2005 20:50:34 +0530, Ashish Jaiswal <[EMAIL PROTECTED]> wrote: > We are using displaytag lib

Re: Jetspeed-2 Clustering

2005-01-29 Thread David Sean Taylor
Andre Bonhote wrote: Hi! It's my first post, and I am completely new to Jetspeed, so bear with me please. The idea is to deploy a portal on n machines, where n is 4 at the moment. We would like to have some pretty load balancers in front of them, the boxes are located in two countries. As this is u

Re: Nested portlet?

2005-01-29 Thread David Sean Taylor
Please let us know, is this question for Jetspeed-1 or Jetspeed-2... Nan Anonymous wrote: Hi, I need to be able to nest one portlet in another portlet's MAX view. I want to see if you have done this before or have some ideas to share with. Supposedly, I have a Stock Porfolio portlet. In normal view

Re: Migrating to MySQL without rebuild

2005-01-29 Thread David Sean Taylor
Stefano Bianchi wrote: Dear ALL, is there a way to migrate to MySql for J1.5 without rebuilding with Maven? Just .properties configurations and MySQL scripts? Never used Maven before... Would be nice. Thats my biggest complaint about the 1.x codebase: You have to rebuild to switch databases I have

Re: JSF as portlet

2005-01-29 Thread David Sean Taylor
[EMAIL PROTECTED] wrote: Hi, I included the portal bridge: portals-bridges-myfaces-0.1.jar to migrate my JSF application as portlet. However I get the following error which I can't figure out because I have configured my pages as shown below in the portlet.xmlany help would be appreciated: This

Re: Jetspeed 2 - PSML fragment ids

2005-01-29 Thread David Sean Taylor
[EMAIL PROTECTED] wrote: Chris, This is a known issue with J2... they are cached in the DB. I do not remember which table, so you'll have to do some digging in your DB... it is obvious when you see the table names. IIRC, it is ok to clean out the table between J2 launches, but YMMV. See the PORTLET