Re: 500 No input attribute for mapping path /Logon

2005-04-21 Thread T. B.
Ah ah! It turns out that I should change parameter="/pages/Login.jsp"/> to input="/pages/Login.jsp"/> Thanks all for spotting that! Thong --- Michael Jouravlev <[EMAIL PROTECTED]> wrote: > You have "validate" set to "true", thus Struts tries > to locate > error/input

Re: 500 No input attribute for mapping path /Logon

2005-04-21 Thread Michael Jouravlev
You have "validate" set to "true", thus Struts tries to locate error/input page and cannot find it, because "input" attribute is not defined. "input" must be renamed to "error". Michael. On 4/21/05, T. B. <[EMAIL PROTECTED]> wrote: > > Hi all, > > I am trying to deploy a simple struts on r

Re: 500 No input attribute for mapping path /Logon

2005-04-21 Thread Lucas Bern
Hi! I think the input attribute must be setted with the value of the page where the errors of validation will be displayed... I mean. I wish it helps you Lucas "T. B." <[EMAIL PROTECTED]> wrote: Hi all, I am trying to deploy a simple struts on resin 2.1.12 and got this error when accessing