Search:

Type: Posts; User: vijayGGG; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    1,175

    Configure your web.xml ...

    Configure your web.xml


    <context-param>
    <param-name>log4jConfigLocation</param-name>
    <param-value>/WEB-INF/properties/log4j.xml</param-value>
    </context-param>
    <listener>
    <listener-class>...
  2. Spring 2.0 will support pagination using...

    Spring 2.0 will support pagination using PagedListHolder. or you can use displaytag to display the data with the pagination.
    regards,
  3. Replies
    3
    Views
    1,389

    Can you tell us what error you are getting when...

    Can you tell us what error you are getting when you are not implement toString method CodigoExpedienteImpl, ExpedienteImpl

    Regards
Results 1 to 3 of 3