Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Struts 2 »

1.2.9 html:action

Jim Reynolds

2007-02-25

Replies:

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)

©2008 junlu.com - Jax Systems, LLC, U.S.A.