Thanks Nelson....I agree with your suggestion. I realised that my example was simple enough than what is required in my actual scenario.Let me add add to the Student example.
Let's say I don't we...
Type: Posts; User: arunkumar_pg; Keyword(s):
Thanks Nelson....I agree with your suggestion. I realised that my example was simple enough than what is required in my actual scenario.Let me add add to the Student example.
Let's say I don't we...
Hi guys!
I am not sure if we solve below problem in the way I did.. so please correct me on my implementation if this is not the spring way of solving the issue:
I have a Student Detail form...
Thanks man.... that was an example which I composed as my scenario would require a more complex description.. thx for poiting out the mistake ;-)
will check out the same..
A
Hi,
I have a bean "Student" which contains a getter method getClass() which returns an instance of a "Class". In the JSP i need to bind the attributes in returned Class to HTML text fields... How...