Hi, When i tried to get bean from request as i done in my Option1 it was getting values. but when i tried like my Option2 i am getting a string object rather than a class object.
with the second option i am just getting a String object with the enitre package structure. according to my requirements i have to use option2 kind of thing to know dynamically which bean is in request and process it.
Any one has any ideas what is going wrong here.
thanks in advance
Chad Louis
Greenhorn
Joined: Sep 29, 2005
Posts: 1
posted
0
It should be:
beanName = "#{" + beanName + "}";
you want your resulting value of beanName to be:
#{testBean}
not
"#{testBean}"
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.