Questions tagged [usebean]

46 questions
-1
votes
1 answer

How JSP Expression sets bean property of type Object

I have a jsp file and a bean file. I learnt how primitive data types are converted using 'valueOf' method and the bean property is set , however i am still confused how class type values are set. The code below will make the query more…
Ravi Jain
  • 1,452
  • 2
  • 17
  • 41
1 2 3
4