Results 1 to 3 of 3

Thread: about http://www.springframework.org/schema/p

  1. #1

    Default about http://www.springframework.org/schema/p

    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".

  2. #2

    Default

    If you run Eclipse/Spring Tool Suite, just type "p:" then CTRL+SPACE. The IDE will list you the properties it can access in target object.

  3. #3
    Join Date
    Oct 2004
    Location
    San Diego, CA USA
    Posts
    58

    Default

    works the same in IntelliJ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •