after doing some thinking I tried removing the form here is my solution

<wicket:extend>
<form 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> 

I can now pass my values from the wicket session to the form and the action
is not over written by wicket.
problem solved. thanks for the input guys.
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-question-tp3067609p3067802.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to