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,
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)