> 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
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
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
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
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:
&
> 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
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