[java ee programming] Session tracking question.

2009-11-08 Thread Thanh Nguyen
Hi all, I have a question regarding the "session tracking" topic. Below is what I did: 1) I write 2 servlet: ServletOne and ServletTwo. In ServletOne I set an attribute like this: session.setAttribute("myAttribute", "myAttribute's value"); In ServletTwo I try to get this attribute by request.ge

[java ee programming] Spring MVC - Spring:bind tag and formView questions.

2009-11-03 Thread Thanh Nguyen
Hello,   I am working with the lab 4918 Spring MVC. I have 2 questions with spring:bind tag and formView property in the exercise springMVCSimpleController.   1) My first question is:  Is spring:bind tag used to display and to populate (i.e. to GET and to SET) only the content of a command objec