Hi all I have a normal HTML select component on my page and I would like to make its value appear on my page bean. How can I do that?
I know there is PropertySelection and @Select, but PropertySelection is overkill for a component whose values will rarely be edited and @Select forces me to iterate through a list of options. In this particular case, my select works better if I just leave it as plain HTML. How can I make the value I chose on my select appear on my bean without using any Tapestry components? -- Cumprimentos, Rui Pacheco