I think having two results named "input" might be confusing.
--- On Sat, 11/15/08, veerapaneni <[EMAIL PROTECTED]> wrote:
> When you use validation, the action declaration expects an
> input option.
>
> So, change:
>
>
> user.form
> user.form
> UserHome
>
>
>
> as
>
>
When you use validation, the action declaration expects an input option.
So, change:
user.form
user.form
UserHome
as
user.form
user.form
UserHome
input.jsp
Good luck.
-S
lathjer wrote:
>
> So as I am trying to figure this out, and it has brought up some
> questions.
>
>
> lathjer wrote:
>>
>>
>> > method="list">
>> user.list
>>
>>
>
> That mapping causes the error. When the UserAction.list() method is called
> it is looking for
So as I am trying to figure this out, and it has brought up some questions.
lathjer wrote:
>
>
> method="list">
> user.list
>
>
That mapping causes the error. When the UserAction.list() method is called
it is looking for the input result type.
So my question (o
Here is the UserAction class
public class UserAction extends AbstractCRUDAction implements
ServletRequestAware{
private User user = null;
private String password2 = null;
private HttpServletRequest request = null;
private Logger log = Logger.getLogger(User
--- On Wed, 11/12/08, Martin Gainty wrote:
> can we see the code for net.dg.oe.user.UserAction.java?
> specifically which ActionForward (s) are returned from
> net.dg.oe.user.UserAction class
Hopefully no ActionForwards are returned in an S2 application.
> > From: [EMAIL PROTECTED]
> > Here is my
can we see the code for net.dg.oe.user.UserAction.java?
specifically which ActionForward (s) are returned from
net.dg.oe.user.UserAction class
Thanks
Martin
__
Disclaimer and confidentiality note
Everything in this e-mail and any attachments relates
7 matches
Mail list logo