I'm not sure what a "rem:select" tag does. If it's your own custom tag, I can't help you.
However, the html:select tag will auomatically set the selected option to the value that you specify in the
property attribute. So, all you have to do is set the ActionForm bean's property to the right value, and the correct option will be displayed. For more details, see question 3 of our
FAQ.