get a reference to the Direct service and call the getLink() method.
then call getUr() on the ILink that's returned (Tapestry 3 but T4
should have similar sematic).

Geoff

On 11/14/05, Jabbar <[EMAIL PROTECTED]> wrote:
> 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]
>
>


--
The Spindle guy.           http://spindle.sf.net
Get help with Spindle:   
http://lists.sourceforge.net/mailman/listinfo/spindle-user
Announcement Feed:    
http://www.jroller.com/rss/glongman?catname=/Announcements
Feature Updates:            http://spindle.sf.net/updates

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to