RE: Can't Undeploy Struts Applications

2005-05-20 Thread Prashant Reddy
+1. Same here, For me struts-applications dont get re-deployed because the jar - commons-digester.jar is still locked. Donot think its a tomcat problem, coz I am using a different Servlet engine. -Prashant -Original Message- From: Harry Hartley [mailto:[EMAIL PROTECTED] Sent: Friday, Ma

RE: Action's set-property Tag

2005-05-08 Thread Prashant Reddy
the config class. Only available for ActionConfig as of now. hopefully all config's would get this feature soon riyaz Prashant Reddy wrote: > Struts DTD specifies : > > exception*, forward*)> > > But there seems to be no API on "ActionConfig" to get th

Action's set-property Tag

2005-05-06 Thread Prashant Reddy
Struts DTD specifies : But there seems to be no API on "ActionConfig" to get the Name-Value paris set using "set-property" Tag Many Thanks for any help. -Prashant - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[How to] Display invalid user input

2005-04-28 Thread Prashant Reddy
Using struts validation I am validating date entered. datePatternStrict MM-dd- On entering an invalid date Validation error message says "Entered Date of Birh is invalid". But what i would like the m

Struts Password Validators

2005-03-25 Thread Prashant Reddy
Are there any Struts Password validators that verify if the password is part of a "dictionary" ? Obviously building strong passwords needs web applications to check against a dictionary. Prashant - To unsubscribe, e-mail: [EMA

Design Patterns for generating Navigation

2005-03-24 Thread Prashant Reddy
Hello: I designing a "Bread Crum" Site Navigation panel. Something like Home > Home > Explore > Books Home > Explore > Books > Java Made Easy and Hard Home > Shopping Cart > View Items Home > Shopping Cart > Checkout - Place Order Each of the items in the navigation panel link to a "Action". I