Results 1 to 3 of 3

Thread: how to display a Domain's Date type member in JSP

  1. #1
    Join Date
    Oct 2008
    Posts
    286

    Default how to display a Domain's Date type member in JSP

    I've heard that Spring provides the default converter from Date to String in order to display the data in web page(JSP).. something getAsText and setAsText method of PropertyEditorSupport class...

    but don't know how to implement...

    please guide me on... via samples, URLs, ideas...

    thanks a lot.
    Eros

    Environment:
    JSP 2.0
    Dojo 1.4.1
    Ext JS 3.1 (testing)
    Spring MVC 2.5.6.SEC01 (planning to Spring 3 using STS)
    STS
    SWF 2.0.9.RELEASE
    Tiles 2.0.5
    iBatis: ibatis-sqlmap-2.3.4.726

  2. #2
    Join Date
    Oct 2008
    Posts
    286

    Default

    i think, Spring has a default converter in order to display data such as boolean, list (combobox), date, bigdecimal, int....

    please give me some ideas on how to implement...
    what class do i need to check or to inherit to create customConverter...

    thanks a lot in advanced.
    Eros

    Environment:
    JSP 2.0
    Dojo 1.4.1
    Ext JS 3.1 (testing)
    Spring MVC 2.5.6.SEC01 (planning to Spring 3 using STS)
    STS
    SWF 2.0.9.RELEASE
    Tiles 2.0.5
    iBatis: ibatis-sqlmap-2.3.4.726

  3. #3
    Join Date
    Oct 2008
    Posts
    286

    Default

    not PropertyEditorSupport class... rather PropertyEditorRegistrar class

    anyone in the community may give me hints on how to implement
    in Spring MVC 2.5.6.SEC01 and Spring Webflow 2.0.8.RELEASE

    thanks

    Quote Originally Posted by eros View Post
    I've heard that Spring provides the default converter from Date to String in order to display the data in web page(JSP).. something getAsText and setAsText method of PropertyEditorSupport class...

    but don't know how to implement...

    please guide me on... via samples, URLs, ideas...

    thanks a lot.
    Eros

    Environment:
    JSP 2.0
    Dojo 1.4.1
    Ext JS 3.1 (testing)
    Spring MVC 2.5.6.SEC01 (planning to Spring 3 using STS)
    STS
    SWF 2.0.9.RELEASE
    Tiles 2.0.5
    iBatis: ibatis-sqlmap-2.3.4.726

Posting Permissions

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