Hi,

IÂve developed my Struts application with Tomcat 4.1.30 (Windows). Everything works fine, i tested my stuff withe different browsers, different Eclipseversions etc.

There is a fomularBean whitch holds some prefetched data in key-value maps, some as a vector, some as RowSetDynaBeans, some as hashmaps. This data feeds my selects like the following example:

<html:option name='actionForm' property='whatever' value=''>please select ...
<html:optionsCollection name='fomularBean' property='states'/>
</html:option>


Now, i deployed my app in Tomcat 4.1.30 (Linux) and all my selects are useless ! All values are rendered in the first option like:
please select ...GermanyFranceUSAItaly etc.


I have absolutely no idea what the problem is. Tomcat seems to hav some problems with those <html:> tags, but they are installed properly an no exception or problem is logged.

Has anybody ever faced this behaviour or has some hints where to continue my search ?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to