Re: HTTP Compression

2004-08-06 Thread Eric Noel
Shailender Jain wrote: Hi, I know this is not the right place to ask this question. Has anybody ever used HTTP compression and image compression techniques so that the web page is downloaded extremely fast. Any pointers on this will be really helpful. Shailender Jain If youre using apache you ca

Re: DynaValidatorForm in struts

2004-05-10 Thread Eric Noel
On 5/8/2004 2:03 AM, Zhang, Larry (L.) wrote: When using DynaValidatorForm, you just put the fields in the struts configuration xml file, and you don't need a formbean to set all the fields manually, which in turn saves your developing time. I am asking in struts community, is there any reason/enc

Re: Multiple action for one (1) form

2004-05-10 Thread Eric Noel
On 5/8/2004 4:58 PM, Murali Ravipudi wrote: What is the best way to define different actions for the same form with struts? I did something like this: == == In jsp, Add User Edit User Delete

Mixed Struts Validator Framework and ValidationForm

2004-05-03 Thread Eric Noel
Is it possible to use both Strut's Validator Framework for some fields and validate other fields using my own validation via ActionForm class. If yes, can someone site an example. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Mixed Struts Validator Framework and ValidationForm

2004-05-03 Thread Eric Noel
/03 9:40, "Eric Noel" <[EMAIL PROTECTED]> wrote: Is it possible to use both Strut's Validator Framework for some fields and validate other fields using my own validation via ActionForm class. If yes, can so

Struts 1.1 ActionForm

2004-05-03 Thread Eric Noel
What is now the recommend technique for ActionForm, do we still have to use them? or just make use of the DynaActionForm instead and then create the corresponding Action or LookupDispatchAction? - To unsubscribe, e-mail: [EMAIL

Two Submit Buttons with same Name, validation using ValidatorForm

2004-05-04 Thread Eric Noel
How do i validate in my ValidatorForm when in my html i have two submit buttons having same name = "btn". ## I have this idea of a login form with two submit buttons (ie., sign in, passwd change) having same name "btn":