<div>I am trying to use the following code in my jsp template:</div>
<div> </div>
<div><cms:contentload collector="allInFolder" param="${opencms.folder}news_${number}.html|50" preload="true"></div>
<div> </div>
<div>However, it does not seem to be able to resolve ${number} param.</div>
<div>On checking the CmsMacroResolver.java class, there is no macro specified for ${number}... but it seems to be a fairly common macro.</div>
<div> </div>
<div>Would anyone have any idea about what I may be doing incorrectly in specifying this macro?</div>
<div> </div>
<div>Thanks.</div>
<div>Sakshi</div>