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,

RE: Action's set-property Tag

2005-05-08 Thread Prashant Reddy
] if you're using 1.3.x-dev you can use set-property key= value= to set arbitrary properties without extending 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 : !ELEMENT action (icon

Action's set-property Tag

2005-05-06 Thread Prashant Reddy
Struts DTD specifies : !ELEMENT action (icon?, display-name?, description?, set-property*, exception*, forward*) But there seems to be no API on ActionConfig to get the Name-Value paris set using set-property Tag action... set-property name=someName value=someValue/ set-property

[How to] Display invalid user input

2005-04-28 Thread Prashant Reddy
Using struts validation I am validating date entered. field property=birthDate depends=date arg0 key=userRegistration.birthDate/ var var-namedatePatternStrict/var-name var-valueMM-dd-/var-value /var

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:

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 want to be