Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The following page has been changed by Cyrille37: http://wiki.apache.org/tapestry/ChangeLocale ------------------------------------------------------------------------------ + = LocaleSelectionFlags component = + Here is a component that offer to the visitor to change the site Locale by clicking on a flag. Usage : @@ -8, +10 @@ The parameter flagsfolder tell the component where are flags images. - LocaleSelectionFlags.jwc + == LocaleSelectionFlags.jwc == <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE component-specification PUBLIC @@ -29, +31 @@ </component-specification> - LocaleSelectionFlags.html + == LocaleSelectionFlags.html == <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> @@ -63, +65 @@ </body> </html> - LocaleSelectionFlags.java + == LocaleSelectionFlags.java == package web.components.util; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
