hi, _resource.createEventLink(....) is the replacement
g, kris dwi ardi irawan <[email protected]> 04.03.2009 08:43 Bitte antworten an "Tapestry users" <[email protected]> An Tapestry users <[email protected]> Kopie Thema Q: deprecated for createActionLink method in ComponentResources ? Hi... could anyone help me bout this deprecated method is there any replacement for this method ?? I tried it for my JFreeChart on Tapestry....It Works but i feel so uncomfortable using this deprecated method. please help me.... ..... @Inject private ComponentResources _resources; @Inject private TypeCoercer _coercer; public Link getChart3(){ // deprecated method for createActionLink return _resources.createActionLink("chart", false, new Object[]{"200","200","aa","39","bb","12","cc","12","dd","4"}); } ..... thnx u -- http://dwiardiirawan.com "cos everyone could be extraordinary...lighten up !"
