Hi,

What's the best way of doing simple reordering of components?

For example:

I have a form which is 

---------
firstname
surname
----------

and I want to change it to the following based on some condition (ie, a
checkbox being selected)

---------
surname,
firstname
---------


Obviously there are many ways of doing this - fragments, list views,
multiple panels.  Just wondering what is the nicest.
-- 
View this message in context: 
http://www.nabble.com/How-to-handle-conditional-ordering-of-components-tp18579919p18579919.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]

Reply via email to