who know the namespace:
xmlns="http://www.springframework.org/schema/p"
which namespaced in spring mvc config xml file.
the :http://www.springframework.org/schema/p is invalid!
<bean name="/xxx.htm" class="xxx.UserController" p:userService-ref="userService" p:formView="userForm" p:successView="userSuccess" />
how can i know the properties under the namespace ?
such as "formView" "successView".


="http://www.springframework.org/schema/p"
Reply With Quote