Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving coding's tweets.
Already using Twitter from your phone? Click here.
Spring Web MVC:
web.xml: <url-pattern>/p/*</…>
index.jsp: <form action="/p/test"…>
Controller: @RequestMapping(value="/p/test",…)
wrong;why?2:16 PM Nov 23rdfrom Tweetie