Re: How to use for multiple fields of form

2007-03-02 Thread Java Guru
Hi Every One, I solved the problem. I crated another filed fullName in Persons.javaand added setter and getter methods for it. I used the following statement to populate select -

How to use for multiple fields of form

2007-03-02 Thread Java Guru
Hi every one, I have a Question for you. I am trying to display and attribute of session on a form.It is something like this on normal jsp. --