cancel
Showing results for 
Search instead for 
Did you mean: 

Modifying a:richlist behavior

cymon
Champ in-the-making
Champ in-the-making
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.
1 REPLY 1

cymon
Champ in-the-making
Champ in-the-making
Figured it out. Problem was that I shouldn't have extended the class… something that I am used to doing when using Documentum.