You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Tushar <ta...@yahoo.co.in> on 2006/06/12 19:33:41 UTC

Equivalent of Dyna Action Form in JSF

I have requirement where I want to use something like Struts Dyna action form. 
 I read that managed bean having bean class as Hashmap can give the same functionality.
 But whatever example I saw has the hardcoded map entries into that managed bean  and can only be used for display purpose. 
 How do I store a value inside that from Jsp at runtime and retreive it back on the same page?
 
 Regards
 Tushar
 
 
 
 Send instant messages to your online friends http://in.messenger.yahoo.com 

 Stay connected with your friends even when away from PC.  Link: http://in.mobile.yahoo.com/new/messenger/  

RE: Any problems using external JDK1.5 based libraries?

Posted by Julian Ray <ju...@yahoo.com>.
Hi John,
 
We use JDK 1.5_06 for all our builds and it works fine. As the libs are
compiled with 1.4 there are a few warnings generated against collections
coming from the libs but that is the only issue.

  _____  

From: John Mani [mailto:jmani@comverge.com] 
Sent: Wednesday, June 14, 2006 2:30 PM
To: MyFaces Discussion
Subject: Any problems using external JDK1.5 based libraries?


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

Any problems using external JDK1.5 based libraries?

Posted by John Mani <jm...@comverge.com>.
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