Re: RunData obj.

2002-04-10 Thread Chris Kimpton
Hi, --- Cabio, Michelle (Michelle) [EMAIL PROTECTED] wrote: Is it possible to pass the RunData obj. to a servlet? I have created a portlet, which calls a servlet to display Welcome, [name] ! as html. My implementation would get the name of the user stored in RunData and display it.

RE: Jetspeed release schedule - ?

2002-04-10 Thread Setera, Craig
David, How on track do you feel Jetspeed is to make beta by the end of April as you originally suggested in this note? Is it close? I've followed the large amount of changes that have gone on since 1.3a2. We would definitely benefit from these changes. I have a couple of portlets that I'm

Elements

2002-04-10 Thread Cabio, Michelle (Michelle)
David, Is there any defined element, (ex. EcsServletElement) that takes in as parameters runData and a HTML obj ? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/browser DatabaseBrowserAction.java

2002-04-10 Thread taylor
taylor 02/04/10 10:29:43 Modified:src/java/org/apache/jetspeed/modules/actions/portlets/browser DatabaseBrowserAction.java Log: - needed to call buildnormalcontext from update action Revision ChangesPath 1.7 +6 -6

cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html database-browser-portlet.vm

2002-04-10 Thread taylor
taylor 02/04/10 10:30:25 Modified:webapp/WEB-INF/conf portlets.xreg webapp/WEB-INF/templates/vm/portlets/html database-browser-portlet.vm Log: - changed dbbrowser parameter to prefix with js_ - added XML Portlet to portlets.xreg

RE: Jetspeed release schedule - ?

2002-04-10 Thread David Sean Taylor
How on track do you feel Jetspeed is to make beta by the end of April as you originally suggested in this note? Is it close? It will slip, it always does. Problem is that the release schedule for Jetspeed isn't anyone's main release schedule. We are working on other 'daytime' project

RE: Elements

2002-04-10 Thread David Sean Taylor
Could you explain what you ar trying to do? Could you create a portlet to do this? All portlets take RunData as a parameter to getContent From there, you can then include your servlet. -Original Message- From: Cabio, Michelle (Michelle) [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

RE: calling a portlet from a portlet

2002-04-10 Thread Cabio, Michelle (Michelle)
How do I display that portlet? I am adding elements to an Element Container, how do I add another portlet to this element container, so that it could be displayed given the runData? Does it have to be in a specific filePath? -Original Message- From: David Sean Taylor

RE: calling a portlet from a portlet

2002-04-10 Thread David Sean Taylor
Portlet portlet = PortletFactory.getPortlet(name); -Original Message- From: Cabio, Michelle (Michelle) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 11:57 AM To: Jetspeed Developers List Subject: calling a portlet from a portlet Dave, I'm trying to call a

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/browser DatabaseBrowserAction.java

2002-04-10 Thread taylor
taylor 02/04/10 16:35:35 Modified:src/java/org/apache/jetspeed/modules/actions/portlets/browser DatabaseBrowserAction.java Log: Added new methods for clearQueryString(). Moved processing required for start variable to new method called getVariableAsInt()

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/registry TestMarshallRegistry.java TestRegistryCategories.java TestRegistryPersistence.java

2002-04-10 Thread taylor
taylor 02/04/10 16:35:41 Modified:src/java/org/apache/jetspeed/services/registry TestMarshallRegistry.java TestRegistryCategories.java TestRegistryPersistence.java Log: copyright Revision ChangesPath

cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html database-browser-portlet.vm

2002-04-10 Thread taylor
taylor 02/04/10 16:36:13 Modified:webapp/WEB-INF/templates/vm/portlets/html database-browser-portlet.vm Log: Added new refresh button and changed wisth to 15% for all three buttons. Revision ChangesPath 1.6 +9 -6

cvs commit: jakarta-jetspeed/proposals StateManager.txt

2002-04-10 Thread taylor
taylor 02/04/10 21:15:43 Added: proposals StateManager.txt Log: State Manager proposal from Glenn Golden. Revision ChangesPath 1.1 jakarta-jetspeed/proposals/StateManager.txt Index: StateManager.txt