Re: STRUTS 2: fail to retrieve values without repost

2008-02-06 Thread Nushi
I forgot to map my success. That's why it only send information on my repost. Thanks Musachy Barroso wrote: > > do you have getters/setters(I am guessing the setters are missing) in > your action for all the form fields? > > musachy > > On Feb 6, 2008 10:29 AM, Nushi <[EMAIL PROTECTED]> wrot

Re: STRUTS 2: fail to retrieve values without repost

2008-02-06 Thread Musachy Barroso
do you have getters/setters(I am guessing the setters are missing) in your action for all the form fields? musachy On Feb 6, 2008 10:29 AM, Nushi <[EMAIL PROTECTED]> wrote: > > I only seem to get my values of my form when i repost. > > CODE > > <%@ taglib prefix="s" uri="/struts-tags" %> > > >