|
<div id = "two" style = "border: 1px solid yellow;"> <b> initial content </ b> </ div>
<ww: form id = "theForm2" action = "helloWorld" method = "post" theme = "ajax">
<ww: textfield label = "Please enter a name" name = "name" />
<ww: submit value = "ajaxsubmit" theme = "ajax" resultDivId = "two" />
</ ww: form> |
|