Re: Q: deprecated for createActionLink method in ComponentResources ?

2009-03-04 Thread Kristian Marinkovic
hi,

_resource.createEventLink() is the replacement

g,
kris



dwi ardi irawan penyihirke...@gmail.com 
04.03.2009 08:43
Bitte antworten an
Tapestry users users@tapestry.apache.org


An
Tapestry users users@tapestry.apache.org
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 TapestryIt 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 !



Re: Q: deprecated for createActionLink method in ComponentResources ?

2009-03-04 Thread dwi ardi irawan
Thnx U

On Wed, Mar 4, 2009 at 3:26 PM, Kristian Marinkovic 
kristian.marinko...@porsche.co.at wrote:

 hi,

 _resource.createEventLink() is the replacement

 g,
 kris



 dwi ardi irawan penyihirke...@gmail.com
 04.03.2009 08:43
 Bitte antworten an
 Tapestry users users@tapestry.apache.org


 An
 Tapestry users users@tapestry.apache.org
 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 TapestryIt 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 !




-- 
http://dwiardiirawan.blogspot.com
cos everyone could be extraordinary...lighten up !


Re: Q: deprecated for createActionLink method in ComponentResources ?

2009-03-04 Thread Howard Lewis Ship
So the JavaDoc saying use createEventLink() instead wasn't clear
enough for you?

On Tue, Mar 3, 2009 at 11:43 PM, dwi ardi irawan
penyihirke...@gmail.com wrote:
 Hi...
 could anyone help me bout this deprecated method
 is there any replacement for this method ??
 I tried it for my JFreeChart on TapestryIt 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 !




-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Q: deprecated for createActionLink method in ComponentResources ?

2009-03-03 Thread dwi ardi irawan
Hi...
could anyone help me bout this deprecated method
is there any replacement for this method ??
I tried it for my JFreeChart on TapestryIt Works
but i feel so uncomfortable using this deprecated method


thnx u

-- 
http://dwiardiirawan.com
cos everyone could be extraordinary...lighten up !


Q: deprecated for createActionLink method in ComponentResources ?

2009-03-03 Thread dwi ardi irawan
Hi...
could anyone help me bout this deprecated method
is there any replacement for this method ??
I tried it for my JFreeChart on TapestryIt 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 !