On 4/5/07, Korbinian Bachl <[EMAIL PROTECTED]> wrote:
> And for the html you cant have multi htmls for 1 java file as this would
> make no sense (html and java cover each other!)

Please get your facts straight. Wicket supports different styles,
localizations and variations for one given Java page/panel.

MyPage.java can have many different HTML files:

MyPage.html
MyPage_en.html
MyPage_de.html
MyPage_wap.html
MyPage_purple.html
MyPage_wap_en.html

etc.

The order of style, variation and language could be different.

The only thing you need to do in this case is to keep the component
hierarchy in sync between the different markup files.

Martijn

-- 
Learn Wicket at ApacheCon Europe: http://apachecon.com
Join the wicket community at irc.freenode.net: ##wicket
Wicket 1.2.5 will keep your server alive. Download Wicket now!
http://wicketframework.org

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to