Jetspeed Install doc change - build webapp -> build war

2001-07-03 Thread Jeff Linwood
Hi, I just compiled Jetspeed from CVS for the first time (under Windows), and I noticed some minor changes that might need to be made in install.html - The build target for the .WAR file is war, not webapp - for win32/dos, build war is sufficient, the ./ isn't needed, since the current directory

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets CustomizeSetAction.java VelocityPortletAction.java

2001-07-03 Thread raphael
raphael 01/07/03 10:39:41 Modified:src/java/org/apache/jetspeed/modules/actions/portlets CustomizeSetAction.java VelocityPortletAction.java Log: [fix] improve ActionEvent processing flow (still some work to do on that) Revision ChangesPath 1.3

RE: Confirming a user is broken - suggested fix

2001-07-03 Thread David Sean Taylor
Chris, I think its fixed. Could you please cvs checkout and test it again. I tested with both velocity and jsp. We could really use some test cases for this feature... Thanks for all your testing and debugging on this. Have you ever used Cactus?... - David S

cvs commit: jakarta-jetspeed/xdocs faq.xml

2001-07-03 Thread taylor
taylor 01/07/03 10:25:45 Modified:xdocsfaq.xml Log: - updated faq with better Confirmation Email Feature instructions Revision ChangesPath 1.8 +16 -1 jakarta-jetspeed/xdocs/faq.xml Index: faq.xml =

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions CreateNewUserAndConfirm.java JLoginUser.java SendConfirmationEmail.java

2001-07-03 Thread taylor
taylor 01/07/03 10:17:28 Modified:src/java/org/apache/jetspeed/modules/actions CreateNewUserAndConfirm.java JLoginUser.java SendConfirmationEmail.java Log: - fixed bug with creating new user accounts with email option enabled. - rem

Re: VelocityPortletAction - ok for buildNormalContext to throw an Exception?

2001-07-03 Thread Raphaƫl Luta
Chris Kimpton wrote: > Hi, > > Can we make the build... methods throw an Exception, like a lot of > the Turbine modules do? > send diff -u :) -- Raphael Luta - [EMAIL PROTECTED] Vivendi Universal Networks - Paris - To unsu

cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/vm/screens/html ConfirmRegistration.vm

2001-07-03 Thread taylor
taylor 01/07/03 10:15:00 Modified:webapp/WEB-INF/templates/jsp/screens/html/de ConfirmRegistration.jsp webapp/WEB-INF/templates/jsp/screens/html/en ConfirmRegistration.jsp webapp/WEB-INF/templates/vm/screens/

cvs commit: jakarta-jetspeed/webapp/WEB-INF/conf JetspeedResources.properties

2001-07-03 Thread taylor
taylor 01/07/03 10:11:50 Modified:webapp/WEB-INF/conf JetspeedResources.properties Log: updated JRP to use the default Postmaster account that is preconfigured with James mail server Revision ChangesPath 1.36 +3 -2 jakarta-jetspeed/webapp/WEB-INF/conf/Jetspe

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

2001-07-03 Thread raphael
raphael 01/07/03 09:20:40 Modified:src/java/org/apache/jetspeed/modules/actions/portlets VelocityPortletAction.java Log: [fix] make sure VelocityPortlet Action processes ActionEvents even when implicitely invoked Revision ChangesPath 1.4 +

VelocityPortletAction - ok for buildNormalContext to throw an Exception?

2001-07-03 Thread Chris Kimpton
Hi, Can we make the build... methods throw an Exception, like a lot of the Turbine modules do? Thanks, Chris = Need somewhere to Live in London - http://freeflats.com __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://

RE: Question on Portlets

2001-07-03 Thread Omer Czerniak
why did you ask at the "jetspeed-dev" next try "jetspeed-user". about your problem, put you class under - ..\web-inf\classes\[your package]\helloworld.class. then it should work. if not try to remove the system variable "CLASSPATH". good luck. -Original Message- From: Brian J. Glas [mai

Confirming a user is broken - suggested fix

2001-07-03 Thread Chris Kimpton
Hi, I am having problems with the JLoginUser action, it does not confirm new users. The problem seems to be due to the bit where, its worked out that we have a secret key and thus are trying to confirm a user, it then does a data.getUser() -but nothing has put it into rundata prior to this - so

Question on Portlets

2001-07-03 Thread Brian J. Glas
I am in the process of learning Jetspeed and I have complied a HelloWorld Portlet. I have registered it with Jetspeed, it even shows up on the customization screen, but any time I try and load it it gives me the error message: Could not get the Hello World Portlet from the Portlet Factory! I ha