Hi, I have developed an application with wicket that has been around for about a year. A user can have serveral options for payment - Visa, MasterCard, Post parcel, invoice( several diffrent ) and some banks.
My problem is that if the user choose visa, mastercard then a form should be filled with data and sent to a servlet not managed by me. For invoice and banking different data also sent to a servlet and post parcel to a wicket page. The user should onlysee a ListView of choices but the code becomes really spagettyish. Especially since some of the payments requires price updates and modal window checking for social security number. Some advice on how to implement this with wicket would be really greatful without a 4000 rows wicket page. -- View this message in context: http://www.nabble.com/Advice-on-payment-options-with-wicket-tp21452753p21452753.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
