I have this wicket form I want to use wicket to pass the phone number and
contact email.

<wicket:extend>
<form wicket:id="test" method="post" action="http://www.mypage.com";>
<input type="hidden" wicket:id ="phoneNumber" name="phoneNumber">
<input type="hidden" wicket:id ="contactEmail" name="email">
</form>
</wicket:extend>

my question is my java code passes the correct parameters for the phone
number and the contact email.
but overwrites the form action and places
"wicket:interface=:10:opcForward::IFormSubmitListener::" I don't want this
to happen I need to post these values to www.mypage.com 

is there a way to do this?
I am using wicket 1.4.5, jdk6


-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-question-tp3067609p3067609.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to