Velocity Portlet

2002-11-13 Thread Mohd Amin
Hi, Been trying to create my own velocity portlet but have been unsuccessful. The registry entry looks like this ---*.xreg- Sample Velocity Action Test velocity portlet com.xymphany.portlet.general.action.TestAction Velocity -

Reg - Struts Portlet

2002-11-13 Thread Make
Hi, I want to integrate the Struts with Portlet Application.But i'm getting the following error..anyone can help me?? 2002.11.13 09:40:58.840 com.ibm.wps.turbine.services.logging.JLogLogger log() java.lang.NumberFormatException: POCAction.do at java.lang.Integer.parseInt(Intege

RE: Can't get Jetspeed running on JBoss

2002-11-13 Thread Stephen Townsend
I've had trouble getting Jetspeed to work with JBOss/Jetty, JBoss/Tomcat, and Tomcat. The problem was resolved with the placement of the activation.jar into the classpath for jetspeed. Doing this resolved all issues. After find this I was able to even grab the latest from cvs to build and run jets

RE: runtime failure in custom tag - weblogic

2002-11-13 Thread Karen Davies
Have narrowed this down to the following line in my URILookupTag.java file that is part of the Jetspeed1.4.1b package: RunData data = (RunData)pageContext.getAttribute(JspService.RUNDATA, PageContext.REQUEST_SCOPE); putting in some debug shows that "pageContext.getAttribute(JspService.RUNDATA, Pa

xreg of static html

2002-11-13 Thread Massimiliano Dessi
In some if i put the .xreg of the static html ex. Plata Plata html/plata.htm jetspeed automatic add the line in the .xreg org.apache.jetspeed.portal.portlets.FileServerPortlet and the portlet (static html) it's visibile in other case no

RE: Can't get Jetspeed running on JBoss

2002-11-13 Thread philipp . wolff
Hi, i've also posted my problem at the jboss-user mailing list and there i've got an solution, please see: http://www.shiftat.com/blog/page/werner/20021027 this works really fine. >-- Ursprüngliche Nachricht -- >Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]> >From: "Michael F. Collins, III

xreg of a static html

2002-11-13 Thread Massimiliano Dessi
In some if i put the .xreg of the static html ex. Plata Plata html/plata.htm jetspeed automatic add the line in the .xreg org.apache.jetspeed.portal.portlets.FileServerPortlet and the portlet (static html) it's visibile in other case no

Re: Using Frame in JetSpeed

2002-11-13 Thread Danh Hoai
I tried your codes and it's loading the frame fine. However, it's not really what I intend to do :( My app does not load the frame immediately after user login. As I mentioned before that my current app goes through some pages to collect data from user and from database before loading the frame(

RE: Using Frame in JetSpeed

2002-11-13 Thread Aurelien Pernoud
Finally found a way to have a frame at start : Open web.xml in Jetspeed/WEB-INF, and change following lines : index.jsp index.wml index.html to portal.jsp index.wml index.html An portal.jsp is the frameset, with one frame pointing to ind

runtime failure in custom tag

2002-11-13 Thread Karen Davies
Hiya, Wondered if anyone could help with the following... I am running jetspeed on weblogic 5.1, and have moved the templates directory so that it is located outside of the web-inf dir. I get the follwing when trying to run default.jsp [13:56:13,781 INFO ] JetspeedJspLayout: forward request to:

RE: portlet with customized control

2002-11-13 Thread Weaver, Scott
> -Original Message- > From: Luc Dewavrin [mailto:luc_dewavrin@;yahoo.com] > Sent: Wednesday, November 13, 2002 6:03 AM > To: Jetspeed Users List > Subject: RE: portlet with customized control ... > Well, in skins.xreg file style classes can refer > to style classes defined in the default

RE: Can't get Jetspeed running on JBoss

2002-11-13 Thread Michael F. Collins, III
Jetspeed does not appear to like Catalina when running in an application server. I've never been able to get it to work and many people have emailed me with the same problems. The same problem exists in the Sun J2EE reference implementation. One person reported that he got it to work by disabling a

Re: Can't get Jetspeed running on JBoss

2002-11-13 Thread Luc Dewavrin
I guess it might be the same problem as this one: http://www.mail-archive.com/jetspeed-user%40jakarta.apache.org/msg06459.html ( solution included in the thread) Luc --- [EMAIL PROTECTED] a écrit : > I have to run jetspeed on JBoss, but when is deploy > jetspeed, i get the > following exception:

Can't get Jetspeed running on JBoss

2002-11-13 Thread philipp . wolff
I have to run jetspeed on JBoss, but when is deploy jetspeed, i get the following exception: java.io.FileNotFoundException: null/WEB-INF/conf/TurbineResources.properties ... I've deployed with "JBoss 3.0.3-tomcat-4.1.x" and various versions of jetspeed (1.3.x - 1.4.x). I also read other threads r

Re: image in a skin?

2002-11-13 Thread Luc Dewavrin
--- Massimiliano Dessi <[EMAIL PROTECTED]> a écrit : > How can put an image or a icon in a skin > and use a different skin for a each portlet ? > (in a normal visualization) > > thanks in advanced - Define your skin in skins.xreg, - add a property in your skin declaration. Ex: - Modifiy the je

RE: portlet with customized control

2002-11-13 Thread Luc Dewavrin
> > I have been told that it is possible to associate > a > > control to a portlet specifing > > > value="MyPortletControl"/> when declaring the > portlet > > in the registry. Is it the correct way? ( this > method > > doesn't work for me). > > > > This is a recent feature which I think

RE: portlet with customized control

2002-11-13 Thread Luta, Raphael (VUN)
De : Luc Dewavrin [mailto:luc_dewavrin@;yahoo.com] > > Hi, > i would like to link a portlet to a control i created. > This portlet must look the same in all PSML, so > adding to my > portlet declaration in all PSML is not a good idea. > > I have been told that it is possible to associate a > con

portlet with customized control

2002-11-13 Thread Luc Dewavrin
Hi, i would like to link a portlet to a control i created. This portlet must look the same in all PSML, so adding to my portlet declaration in all PSML is not a good idea. I have been told that it is possible to associate a control to a portlet specifing when declaring the portlet in the

Re: How to get rundata from a porlet ?

2002-11-13 Thread Jose Luis Carrasco
Great ! Thank you ! Was for make the title of the porlet with some parameters without change the template. Good code ! - Original Message - From: "David Sean Taylor" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Tuesday, November 12, 2002 10:29 PM Subject:

image in a skin?

2002-11-13 Thread Massimiliano Dessi
How can put an image or a icon in a skin and use a different skin for a each portlet ? (in a normal visualization) thanks in advanced Massimiliano Dessì -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Tomcat, Jetspeed and Solaris 8

2002-11-13 Thread Luta, Raphael (VUN)
De : Thomas Malmberg [mailto:thomas.malmberg@;endero.com] > > Hi, this must be a very trivial question but anyway... will > Jetspeed nad > Tomcat run on Solaris 8 / Sun ? > Yes. It would be a shame if pure Java service architecture did not run on Solaris :) -- Raphaël Luta - [EMAIL PROTECTED]

How do I retrieve request parameters from within a Portlet?!?

2002-11-13 Thread Moabi Nyokong
Hi All, I need to retrieve request paramteres from a JSP portlet. Normally request.getParameter(x) would work, but I guess I need to use Rundata or the like to get back parameters? Please help if possible -- To unsubscribe, e-mail: For addi