SV: [Tobago] Binding selected item from tx:selectOneChoice

2009-06-09 Thread Jarle Halvorsen
Thank you Volker. I now have something that works!! Here's what I did: I made a generic converter that is backed up by a storage bean wired in from Spring under session scope. The storage bean is no more than a HashMap that has the String as key and the Object as value. I can now put the

SV: [Tobago] Binding selected item from tx:selectOneChoice

2009-06-08 Thread Jarle Halvorsen
Thank you for the replies folks. I'm not that experienced with neither JSF nor Tobago, but I find it a bit strange that I have to tie in a converter in this case. Could you explain why I need one? The selectOneChoice is able to initially set the correct selected object based on