DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38162>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38162

           Summary: <html:html xhtml="true"> making name attribute in <form>
                    tag missing in 1.2.8
           Product: Struts
           Version: 1.2.8
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Taglibs
        AssignedTo: dev@struts.apache.org
        ReportedBy: [EMAIL PROTECTED]


I came across a problem in the release struts 1.2.8, when I using the class
'ValidatorForm' yesterday. Then I try it in the struts 1.1 libs, it works fine.
So I think it might be a bug.
Here is my bug by using struts 1.2.8:
**********************************************
xhtmlAction.jsp

<html:html xhtml="true">
...
 <html:form action="/form/xhtmlAction" method="post" focus="username">
...
**********************************************
If the attribute 'xhtml' be set 'true', the html source code in IE is:
<form id="xhtmlActionForm" method="post"...
not the expecting <form name="xhtmlActionForm" method="post"...

But I placed the page in struts 1.1 env, the source code changed to <form
name="xhtmlActionForm" method="post".... 
So I unzip the 'mailreader example' shipped with 1.2.8 src, found the
'logon.jsp' also has the same problem which causing the javascript errors. 

I don't know whether it is a bug or my mistakes or the 'xhtml' has some special
meaning here.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to