RE: [Webwork-user] demo site

2002-04-05 Thread Kjetil Paulsen
> does it exist any demo site showing the project in action? Soon, along with docs I'll set up so that you can run the examples online. /kjetilhp ..mogul.technology.. mogul technology as > kjetil h.paulsen - senior software architect drammensv

RE: [Webwork-devel] AW: [Webwork-user] 1.0 released!

2002-03-22 Thread Kjetil Paulsen
Right now our webserver just contains the docs, but I'm planning on expanding it so that we can include more than that, like for example test results and verification that WW runs on all the differant webservers and possible work-arounds. Maybe also resource, how-to and best practice section wi

[Webwork-user] refactoring

2002-02-27 Thread Kjetil Paulsen
TO ALL: please do not use the current CVS codebase now, we are doing some major refactorings before the 1.0 release, we'll let you know when it's finished /kjetilhp > -Original Message- > From: Taavi Tiirik [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 27, 2002 10:33 A

RE: [Webwork-user] JBoss/Tomcat and webwork.ear problem

2002-02-03 Thread Kjetil Paulsen
You could try to remove theese libs from the WW .ear archive since it's already in the system (loaded by JBoss/Tomcat). Weblogic has the same problem... /kjetilhp > -Original Message- > From: Xavier Martin [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 03, 2002 11:12 PM > To: [EMAIL

RE: [Webwork-user] command driven actions

2002-01-31 Thread Kjetil Paulsen
Then, +1. Go ahead. > -Original Message- > From: Rickard [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 31, 2002 10:30 AM > To: Kjetil Paulsen > Cc: [EMAIL PROTECTED] > Subject: Re: [Webwork-user] command driven actions > > > Kjetil Paulsen wrote: &

RE: [Webwork-user] command driven actions

2002-01-31 Thread Kjetil Paulsen
> The current code only calls validation if no command is set. > Hm.. maybe > this should be changed... what do ya'll think? Is there a reason not to? /kjeilhp ___ Webwork-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listi

RE: [Webwork-user] command driven actions

2002-01-30 Thread Kjetil Paulsen
Do you extend ActionSupport or just implement Action when trying to do validation? Have a look at the User registration example (in CVS only) public class UserRegistration extends ActionSupport implements ServletRequestAware, Se