Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.2.7
-
None
-
None
-
Operating System: Windows 2000
Platform: PC
-
36223
Description
<html:form action="/myAction"> generate the right code : <form name="myForm"
action="/myapp/myAction.do" method="post">
BUT
<html:xhtml />
<html:form action="/myAction">
generates: <form action="/myapp/myAction.do" method="post">
The targeted form name has been lost.
=> No possibility to used client-side Validator in javascript which needs the
form name to validate.