Hello all,
I have created a custom component using the @Any tag
<span jwcid="@Foreach" source="ognl:getMapAreas(profileRow.startDate,
profileRow.endDate, 150,100)" value="ognl:mapArea">
<area jwcid="@Any" shape="rect" coords="ognl:getCoords(mapArea)"
href="ognl:getURL(mapArea.startDate, mapArea.endDate, 800,700)"/>
</span>
I want the href attribute to contain the url to call
public void doDailyTotalProfile(Date startDate, Date endDate, int
width, int height)
in my page class.
Does anybody have any pointers to how I can do this?
--
Thanks
Jabbar Azam
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]