AW: Set DynaActionForm to see values in textfields...(form-page)

2004-05-26 Thread johannes Schwarz
[EMAIL PROTECTED] Gesendet: Dienstag, 25. Mai 2004 13:54 An: '[EMAIL PROTECTED]' Betreff: AW: Set DynaActionForm to see values in textfields...(form-page) Thanks... For two minnutes i tested the following code in one Action bevor a struts-formular it works ;-) - HashM

AW: Set DynaActionForm to see values in textfields...(form-page)

2004-05-25 Thread johannes Schwarz
mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 25. Mai 2004 13:54 An: '[EMAIL PROTECTED]' Betreff: AW: Set DynaActionForm to see values in textfields...(form-page) Thanks... For two minnutes i tested the following code in one Action bevor a struts-formular it works ;-) -

AW: Set DynaActionForm to see values in textfields...(form-page)

2004-05-25 Thread johannes Schwarz
o:[EMAIL PROTECTED] Gesendet: Dienstag, 25. Mai 2004 11:17 An: Struts Users Mailing List Betreff: Re: Set DynaActionForm to see values in textfields...(form-page) Hi Johannes , Are you sure this code works ?? String field1 = (String) PageA.get("field1"); String textfield2 =

Re: Set DynaActionForm to see values in textfields...(form-page)

2004-05-25 Thread Nimish Chourey
"johannes Schwarz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 25, 2004 4:13 PM Subject: Set DynaActionForm to see values in textfields...(form-page) > Hello, > > I have created more than one form-pages with struts. After validation i > can read the

Set DynaActionForm to see values in textfields...(form-page)

2004-05-25 Thread johannes Schwarz
Hello, I have created more than one form-pages with struts. After validation i can read the values in the Action with: - HttpSession session = httpServletRequest.getSession(); DynaActionForm PageA = (DynaActionForm) session_automatic.getAttribute("PageA"); //This is a DynaActionForm-Objec

Set DynaActionForm to see values in textfields...(form-page)

2004-05-25 Thread johannes Schwarz
Hello, I have created more than one form-pages with struts. After validation i can read the values in the Action with: - HttpSession session = httpServletRequest.getSession(); DynaActionForm PageA = (DynaActionForm) session_automatic.getAttribute("PageA"); //This is a DynaActionForm-Objec

Set DynaActionForm to see values in textfields...(form-page)

2004-05-24 Thread johannes Schwarz
Hello, I have created more than one form-pages with struts. After validation i can read the values in the Action with: - HttpSession session = httpServletRequest.getSession(); DynaActionForm PageA = (DynaActionForm) session_automatic.getAttribute("PageA"); //This is a DynaActionForm-Objec

Set DynaActionForm to see values in textfields...(form-page)

2004-05-24 Thread johannes Schwarz
Hello, I have created more than one form-pages with struts. After validation i can read the values in the Action with: - HttpSession session = httpServletRequest.getSession(); DynaActionForm PageA = (DynaActionForm) session_automatic.getAttribute("PageA"); //This is a DynaActionForm-Objec