How would you approach the following: 
PageA is used to insert an article. At first, the user chooses what kind of 
article to insert (DropDownChoice). 
When the User made his choice, a coresponding form should be loaded/visible 
underneath the 
DropDownChoice. That's all to be solved without JavaScript.
My current idea is currently to add an Panel (AddArticlePanel) which holds all 
fields for any kind of article
and make them visible depending on what the user has chosen (using 
onSelectionChanged).
But that seems like a brute approach so I wanted to get your opinions on this.

Further information will be happily provided.

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

Reply via email to