Hi Are there any issues with using or referencing libraries that use JDK1.5 features (like generics, enums), from within a backing bean ? Or even can I have a Backing bean that uses JDK1.5 features? In particular, I have the following cases: 1) My backing bean needs to use a library that returns 'typed' arrays (using generics) and enums. My build environment is based on JDK1.5, so I'm assuming this is not a problem. Right? 2) Can a ListDataModel take a 'typed' ArrayList as argument? I had bad experiences with Sun Creator not supporting JDK1.5 external libraries, hence my questions now! thanx -john
<<winmail.dat>>

