struts configuration tweaking

2006-11-08 Thread Tejesh Shetty
I am currently using struts-1.2.8 and in my web.xml all '*.do' are handled by ActionServlet. So in my form action value is '/contextRoot/logon.do'. Now I want couple of my actions to be handled without .do but not all of them. So say for logon I want struts to kick in when form action value is

RE: index value in custom validation message ?

2006-09-29 Thread Tejesh Shetty
ation config to "extend" - but that would make no sense with an "extends" validator. Best thing is - why don't you give it a try and see if it meets your needs. Niall On 9/28/06, Tejesh Shetty <[EMAIL PROTECTED]> wrote: > Niall, > > Struts extends looks p

RE: index value in custom validation message ?

2006-09-29 Thread Tejesh Shetty
that would make no sense with an "extends" validator. Best thing is - why don't you give it a try and see if it meets your needs. Niall On 9/28/06, Tejesh Shetty <[EMAIL PROTECTED]> wrote: > Niall, > > Struts extends looks promising..getting the index value works when

RE: index value in custom validation message ?

2006-09-28 Thread Tejesh Shetty
html#index ed Niall On 9/28/06, Tejesh Shetty <[EMAIL PROTECTED]> wrote: > I am using struts 1.2.8, and I am validating an indexed property and > everything works just fine. When validation fails for an item I want to > display action message saying Item is required, I was findi

index value in custom validation message ?

2006-09-27 Thread Tejesh Shetty
I am using struts 1.2.8, and I am validating an indexed property and everything works just fine. When validation fails for an item I want to display action message saying Item is required, I was finding a way to do that couldn't find anything. Can anyone please suggest how to get this working?