On Wed, 5 Jan 2005 19:33:39 -0500, Ted Husted <[EMAIL PROTECTED]> wrote:
<snip> The design of Struts 1.x encourages us to use one mapping to display a form and another to submit a form. </snip> When I think of forms I think of <html:form></html:form>. When I display the form, I do so from some action. When I submit it, I do so to some action. These may or may not be the same action. I am fairly sure this describes what others do. What "encourages us to use one mapping to display a form and another to submit a form"? I am equally sure you have something to tell me here, but I am not getting it. Maybe we are looking at things a bit differently? ?Action.java --> display --> A.jsp --> submit --> AAction.java: --> display --> B.jsp You see the mappings related to A.jsp and its form(s), which makes two mappings for the dispaly and submission of the form: the mapping for ?Action.java and AAction.java. I see a single mapping related to AAction.java which handles both display (of B.jsp) and submission (of A.jsp). You think of display --> submit. I think of submit --> display. So, you think of 1.x as encouraging two mappings; I think of 1.x somewhat necessitating one mapping. This make sense to you? Jack -- ------------------------------ "You can lead a horse to water but you cannot make it float on its back." ~Dakota Jack~ "You can't wake a person who is pretending to be asleep." ~Native Proverb~ "Each man is good in His sight. It is not necessary for eagles to be crows." ~Hunkesni (Sitting Bull), Hunkpapa Sioux~ ----------------------------------------------- "This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation." --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
