Hi, we are using struts into our new project, for that one of our requirement is
In html we need to display dynamic fileds based on user selection For ex: if the user selects 5. we need to display five Starttime and Endtimes like Starttime Textbox EndTime Textbox Starttime Textbox EndTime Textbox Starttime Textbox EndTime Textbox Starttime Textbox EndTime Textbox Starttime Textbox EndTime Textbox How can i write ActionForm for this kind of dinamic fields. I want to send this entered information to backend and I need to get info from backend and display it on screen. If possible please send me some sample code. I think this can be done using DynaActionForms, but i don't know how... Please send me as soon as possible.. Regards, Aravind J -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 10:18 AM To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-struts/src/share/org/apache/struts/config ControllerConfig.java dgraham 2003/02/24 20:47:38 Modified: src/share/org/apache/struts/config ControllerConfig.java Log: Documentation changes only. Revision Changes Path 1.15 +6 -6 jakarta-struts/src/share/org/apache/struts/config/ControllerConfig.java Index: ControllerConfig.java =================================================================== RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/config/ControllerConfig .java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ControllerConfig.java 20 Feb 2003 06:18:24 -0000 1.14 +++ ControllerConfig.java 25 Feb 2003 04:47:38 -0000 1.15 @@ -7,7 +7,7 @@ * * The Apache Software License, Version 1.1 * - * Copyright (c) 1999-2002 The Apache Software Foundation. All rights + * Copyright (c) 1999-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -183,7 +183,7 @@ * value treats them as a module-relative path (consistent * with the hard coded behavior of earlier versions of Struts.</p> * - * @since Struts 1.1b2 + * @since Struts 1.1 */ protected boolean inputForward = false; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] WARNING: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]