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

2004-05-26 Thread johannes Schwarz
/1080083794000.html I used all the code and now i can -> put Database-Values into my formular to edit the values and update it into the database or -> put really new Values into the Database Thanks for your help! Johannes -Ursprüngliche Nachricht- Von: johannes Schwarz [mailto:

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

2004-05-25 Thread johannes Schwarz
/03/23/1080083794000.html I used all the code and now i can -> put Database-Values into my formular to edit the values and update it into the database -> or i can put really new Values into the Database Thanks for your help! Johannes -Ursprüngliche Nachricht- Von: johannes Schwarz [

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

2004-05-25 Thread johannes Schwarz
ervletRequest request, HttpServletResponse response) throws Exception { RegistrationForm regform = (RegistrationForm) form; } - Original Message - From: "johannes Schwarz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 25, 2004 4:13 PM Subject: Set DynaAct

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

Validation - can i use multiple properties ?

2004-05-04 Thread johannes Schwarz
Hello, with struts-config.xml i define: Than I can write the following code in a jsp-File: (i see the Field1-value from the XXX-File) (I see the Field1-value from the YYY-File) now I am using a form with validation.xml. Some fields are required and the shown error is: ... ... On Submit

AW: Validation - can i use multiple properties ?

2004-05-04 Thread johannes Schwarz
I know this and i use this language files. XXX_de.properties XXX_en.properties AND YYY_de.properties YYY_en.properties I use a action to set the language: - String lang = httpServletRequest.getParameter("language"); Locale newlang = new Locale(lang); this.set

Validation - can i use multiple properties ?

2004-05-04 Thread johannes Schwarz
Hello, with struts-config.xml i define: Than I can write the following code in a jsp-File: (i see the Field1-value from the XXX-File) (I see the Field1-value from the YYY-File) now I am using a form with validation.xml. Some fields are required and the shown error is: ... ... On Submit