Hi, I understand from the link http://cwiki.apache.org/WICKET/mobile-devices.html that we can have multiple versions of html for a page / component like below:
person.html person_mobile.html Where / How do i implement which version of html should be chosen based on some condition? Moreover, if my mobile version of html doesn't display all the components defined in the page, How do i render the page? Do we have options custom rendering mechanisms like we have rendering kits in JSF? Thanks in advance for the answers. Thanks, Subbu.