Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by plambert

  1. plambert

    problem getting ActionError to display properly

    Figured it out. I didn't realize that the item that I specified in quotes in the ActionError constructor had to be a reference to an entry in my application.resources file. I thought I could simply put in anything and it would display what I put in. The 'anything' would need to be in a second...
  2. plambert

    problem getting ActionError to display properly

    Would someone kindly clear my confusion? I have overridden the validate(ActionMapping mapping, HttpServletRequest request) method in my ActionForm and have successfully gotten it to check the items in my Form bean. However after having ActionErrors errors = new ActionErrors()...

Part and Inventory Search

Back
Top