Hi I am trying to have a:richlist render the a:datapager at the top instead of at the bottom as it normally does. I believe that the encodeChildren method in RichListRenderer.java is responsible for rendering the richlist contents i.e. columns and datapager. Knowing this, I made a class that extends RichListRenderer.java with some modifications and put the compiled class within my <alfresco-web-client.jar>\WEB-INF\classes, but this did not seem to work.
So my question is if I my approach is wrong? How can I modify the behavior of this or any other component?
I am using jboss-4.0.5.GA if that helps. Thank you in advance.