Sign in
apache
/
wicket
/
refs/heads/WICKET-6807_js_submitter_always_via_hidden_field
/
.
/
wicket-core
/
src
/
test
/
java
/
org
/
apache
/
wicket
/
stateless
/
StatelessPageWithForm_expected.html
blob: f74a96083f98475dc5c563ef564851cb93a904fb [
file
] [
log
] [
blame
]
<html>
<body>
<form
wicket:id
=
"form"
id
=
"form1"
method
=
"post"
action
=
"./org.apache.wicket.stateless.StatelessPageWithForm?-1.-form&first=foo&second=bar"
><div
id
=
"form1_hf_0"
hidden
=
""
class
=
"hidden-fields"
></div></form>
</body>
</html>