Jim Reynolds wrote:
> Hello,
>
> I am using the following in a jsp view:
> <html:form name="GalleryForm" action="galleries">
> <html:hidden property="onPage" />
>
> And the source renders:
> <form id="GalleryForm" method="post" action="/galleries.html">
> <input type="hidden" name="onPage" value="1" />
>
> Which works, but the source no longer gives me a <form
> name="GalleryForm" element> like the 1.2.4 that I was used to using.
>
> If there anyway I can get that to work?
>
> Thanks,
I believe that's a function of whether you're in XHTML mode or not. In
XHTML mode, the 'name' attribute is omitted in accordance with the
recommendations of the specification. Why do you need it?
L.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)