| Author |
Question on h:form's method attribute
|
pjoisha
Ranch Hand
Joined: Mar 06, 2001
Posts: 123
|
|
Hi all, In JSF, is there a way to force <h:form> tag's method to GET - helps me in debugging Thanks, PJ
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
Not that I know of. Accoding to the API the specification says this about the Encoding Behavior:
The value of the "method" attribute must be "post".
|
 |
Kito Mann
author
Ranch Hand
Joined: Dec 11, 2003
Posts: 103
|
|
Originally posted by Gregg Bolinger: Not that I know of. Accoding to the API the specification says this about the Encoding Behavior:
Gregg's absolutely right on this one.
|
Kito D. Mann
Author of JSF in Action — www.JSFCentral.com - JSF FAQ, news, and info
|
 |
 |
|
|
subject: Question on h:form's method attribute
|
|
|