--- Adam Hardy <[EMAIL PROTECTED]> wrote:
> What is it about action mappings? People seem to think they cost money 
> or something. Every struts project I've done had hundreds. If you need 
> two action mappings, don't worry about it. I think somebody worked out 
> once that tomcat would only start to show performance degradation once 
> the action mappings total reached 100,000.
> 
> I suppose you have to make sure you keep them grouped together in 
> struts-config.xml to stop the file getting unmanageable, but that's the 
> only disadvantage I can think of. 

You can use multiple struts-config.xml files to cleanly group your
definitions.

David

> As far as I'm concerned, I'd always 
> rather change some config statement than change code and recompile.
> 
> But your action error is playing up still right? I presume if you take 
> the html:errors tag out of the jsp, there is no exception? Post the tag 
> here. Also, check your application resources file for the error 
> messages, the header and the footer.
> 
> Adam
> 
> Nathan Ewing wrote:
> > Upgraded, didn't help.
> > 
> >     Nathan
> > 
> > --- Nathan Ewing <[EMAIL PROTECTED]> wrote:
> > 
> >>Actually version 1.1.b3.... Maybe I should try the final release.
> >>
> >>   Nathan
> >>
> >>--- Wendy Smoak <[EMAIL PROTECTED]> wrote:
> >>
> >>>Nathan wrote:
> >>>
> >>>>I'm trying to set up struts validation (using the validate()
> function in
> >>>
> >>>the
> >>>
> >>>>actionForm) and I'm getting a few problems.
> >>>>First, as soon as I open the form it shows the validation errors. 
> >>>>It doesn't wait until I fill out the form. Is there a way to prevent
> >>
> >>this?
> >>
> >>>Search the archives, this has come up before.  One way is to override
> the
> >>>'validate' method and only call super.validate() when appropriate.
> >>>
> >>>
> >>>>Second if I fill out the form correctly (and hence there would be no
> 
> >>>>validation errors) I get a null pointer exception on the:
>
>>>>org.apache.struts.taglib.html.ErrorsTag.doStartTag(ErrorsTag.java:239)
> >>>>tag.
> >>>
> >>>What version of Struts?  I am not seeing this behavior at all.
> >>>
> >>>-- 
> >>>Wendy Smoak
> >>>Applications Systems Analyst, Sr.
> >>>Arizona State University, PA, IRM 
> >>>
> >>>
> >>
> >>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to