View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820418#3820418

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820418

I had to do minor tweak on RSSRenderer.renderBlock:



int maxi=list.length>maxItems?maxItems:list.length;

      for (int i = 0; i < maxi; i++)

      {



Otherwise it threw ArrayIndexOutofBoundsException when itemIFs was empty (or smaller 
than maxItems).






-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to