Yes, thank you Dimitros, this solved my issue! :) Strange, but when I was looking at Select documentation I couldn't find/see it.
> From: dimitris.zen...@gmail.com > Date: Sat, 7 Sep 2013 18:29:47 +0300 > Subject: Re: Excluding ROOT localization > To: users@tapestry.apache.org > > If you are referring to remove blank option from select component then t: > blankOption="*NEVER<http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/data/BlankOption.html#NEVER> > * " would be ok. > > > On Sat, Sep 7, 2013 at 6:19 PM, Nomen Nominus <geribi...@outlook.com> wrote: > > > Hi. I have setup select localization component from Tapestry 5 Web > > applications book, and everything works fine, but in the following scenario: > > > > > > > > > > If I switch to English, works OK, if I switch to Deutsch works fine too, > > however, if I somehow switch to blank field I get following exception: > > Failure writing parameter 'value' of component > > Startseite:layout.layouttopmenu.layoutmenusprache.localeswitcher.select: > > org.apache.tapestry5.ioc.internal.util.TapestryException > > > > > > How to solve this matter, I don't want to have blank field at all? Have > > anyone of you encountered this issue before? Thanks in advance for your > > help. > >