oggie
unread,Oct 13, 2010, 9:23:22 AM10/13/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wicket Web Beans
Is it possible with wwb to show/hide text boxes based on a selection a
user picks in a radio button?
For example, a residential address would have firstname, lastname, but
a customer address would only have business name.
if the user picks residential, we show the firstname and lastname
fields. If the user picks company,we hide the firstname and lastname
and show the customername field.
How does one do this if we don't actually add the individual fields to
the html page with wwb?