Evgeniy Strokin wrote:
This is exactly that I have. Also i asumed that I need
in ContactInfo.class something like this:
public Email getEmails(int index){
return emails.toArray()[index];
}
For property:
model.currentPerson.contactInfo.emails[0].emailAddress
But I notised that Struts calls getEmail
Evgeniy Strokin wrote:
Thanks,
but the server doesn't respond. Could you sent the pdf
or copy and past the page from pdf.
I'm really stack with this problem and appreciate any
help.
--- Sebastián Gorgo <[EMAIL PROTECTED]> wrote:
Evgeniy Strokin wrote:
Hi,
I have a problem:
Struts
Evgeniy Strokin wrote:
Hi,
I have a problem:
Struts config file has:
On JSP I have:
property="model.currentPerson.contactInfo.emails"
name="form" >
It generates folowing HTML:
But when I submit the form actual values in a bean are
not updated. They are still the same.
This is my Bean:
p
Vinod Easaw Varghese wrote:
Hi,
I have a textbox in a JSP whose property has been named as eCoupon.
I have created the necessary ActionForm with the necessary setter and
getter methods such as setECoupon and getECoupon.
When I run submit the form within the corresponding JSP I get the
er
You must change "strutsTutorial.UserRegistrationAction" to
"StrutsTutorial.UserRegistrationAction".
Its case-sensitive.
S.B. wrote:
I have a created a subclass of Action, called UserRegistrationAction:
package StrutsTutorial;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http
5 matches
Mail list logo