Re: [Wicket-user] Make wicket.markup.html.navigation.paging.PagingNavigationLink non-final.

2005-10-29 Thread Janne Hietamäki

Johan Compagner wrote:

but that looks to me like a AttributeModifier

On 10/28/05, *Janne Hietamäki* [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]  wrote:


Juergen Donnerstag wrote:
 Why? What is your use case?

 Juergen

I need to have an OnClickScript on my paging links to do some
ajaxian stuff.

--

Yes, but I need to have the URL of the link on my onclick-script, is 
there a way to get that when using AttributeModifier?


--
Janne Hietamäki
Cemron Ltd
http://www.cemron.com/


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Make wicket.markup.html.navigation.paging.PagingNavigationLink non-final.

2005-10-29 Thread Juergen Donnerstag
I remove final from class. It is in cvs head now.

Juergen

On 10/29/05, Janne Hietamäki [EMAIL PROTECTED] wrote:
 Johan Compagner wrote:
  but that looks to me like a AttributeModifier
 
  On 10/28/05, *Janne Hietamäki* [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED]  wrote:
 
  Juergen Donnerstag wrote:
   Why? What is your use case?
  
   Juergen
  
  I need to have an OnClickScript on my paging links to do some
  ajaxian stuff.
 
  --
 
 Yes, but I need to have the URL of the link on my onclick-script, is
 there a way to get that when using AttributeModifier?

 --
 Janne Hietamäki
 Cemron Ltd
 http://www.cemron.com/


 ---
 This SF.Net email is sponsored by the JBoss Inc.
 Get Certified Today * Register for a JBoss Training Course
 Free Certification Exam for All Training Attendees Through End of 2005
 Visit http://www.jboss.com/services/certification for more information
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user



---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Make wicket.markup.html.navigation.paging.PagingNavigationLink non-final.

2005-10-29 Thread Johan Compagner
just ask getURL() or the link and you have the url that a link will generate On 10/29/05, Janne Hietamäki 
[EMAIL PROTECTED] wrote:Johan Compagner wrote: but that looks to me like a AttributeModifier
 On 10/28/05, *Janne Hietamäki* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  wrote:
 Juergen Donnerstag wrote:  Why? What is your use case?   Juergen  I need to have an OnClickScript on my paging links to do some
 ajaxian stuff. --Yes, but I need to have the URL of the link on my onclick-script, isthere a way to get that when using AttributeModifier?--Janne HietamäkiCemron Ltd
http://www.cemron.com/---This SF.Net email is sponsored by the JBoss Inc.Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005Visit http://www.jboss.com/services/certification for more information___
Wicket-user mailing listWicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user



Re: [Wicket-user] Make wicket.markup.html.navigation.paging.PagingNavigationLink non-final.

2005-10-29 Thread Janne Hietamäki

Johan Compagner wrote:
just ask getURL() or the link and you have the url that a link will 
generate


On 10/29/05, *Janne Hietamäki*  [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


 --

Yes, but I need to have the URL of the link on my onclick-script, is
there a way to get that when using AttributeModifier?

--



Yeah, that would do it.

Thanks.

--
Janne Hietamäki
Cemron Ltd
http://www.cemron.com/



---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Make wicket.markup.html.navigation.paging.PagingNavigationLink non-final.

2005-10-28 Thread Janne Hietamäki

Hi,

Class wicket.markup.html.navigation.paging.PagingNavigationLink is 
final, but 
wicket.markup.html.navigation.paging.PagingNavigationIncrementLink is 
not. Could these both be  non-final?


Thanks.

--
Janne Hietamäki
Cemron Ltd
http://www.cemron.com/


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Make wicket.markup.html.navigation.paging.PagingNavigationLink non-final.

2005-10-28 Thread Juergen Donnerstag
Why? What is your use case?

Juergen

On 10/28/05, Janne Hietamäki [EMAIL PROTECTED] wrote:
 Hi,

 Class wicket.markup.html.navigation.paging.PagingNavigationLink is
 final, but
 wicket.markup.html.navigation.paging.PagingNavigationIncrementLink is
 not. Could these both be  non-final?

 Thanks.

 --
 Janne Hietamäki
 Cemron Ltd
 http://www.cemron.com/


 ---
 This SF.Net email is sponsored by the JBoss Inc.
 Get Certified Today * Register for a JBoss Training Course
 Free Certification Exam for All Training Attendees Through End of 2005
 Visit http://www.jboss.com/services/certification for more information
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user



---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Make wicket.markup.html.navigation.paging.PagingNavigationLink non-final.

2005-10-28 Thread Janne Hietamäki

Juergen Donnerstag wrote:

Why? What is your use case?

Juergen
  

I need to have an OnClickScript on my paging links to do some ajaxian stuff.

--
Janne Hietamäki
Cemron Ltd
http://www.cemron.com/


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Make wicket.markup.html.navigation.paging.PagingNavigationLink non-final.

2005-10-28 Thread Johan Compagner
but that looks to me like a AttributeModifier On 10/28/05, Janne Hietamäki [EMAIL PROTECTED]
 wrote:Juergen Donnerstag wrote: Why? What is your use case? Juergen
I need to have an OnClickScript on my paging links to do some ajaxian stuff.--Janne HietamäkiCemron Ltdhttp://www.cemron.com/---
This SF.Net email is sponsored by the JBoss Inc.Get Certified Today * Register for a JBoss Training CourseFree Certification Exam for All Training Attendees Through End of 2005Visit 
http://www.jboss.com/services/certification for more information___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Make wicket.markup.html.navigation.paging.PagingNavigationLink non-final.

2005-10-28 Thread Eelco Hillenius
I this case, are there any good reasons /not/ to remove final? As far
as I can see, it doesn't really leak many implementation details if we
make some methods final.

Funny thing that the authors tag has Jonathan and me... I can't recall
writing this, and I don't think Jonathan did :) Will the real author
please step up?

Eelco


On 10/28/05, Johan Compagner [EMAIL PROTECTED] wrote:
 but that looks to me like a AttributeModifier

 On 10/28/05, Janne Hietamäki [EMAIL PROTECTED]  wrote:
  Juergen Donnerstag wrote:
   Why? What is your use case?
  
   Juergen
  
  I need to have an OnClickScript on my paging links to do some ajaxian
 stuff.
 
  --
  Janne Hietamäki
  Cemron Ltd
  http://www.cemron.com/
 
 
  ---
  This SF.Net email is sponsored by the JBoss Inc.
  Get Certified Today * Register for a JBoss Training Course
  Free Certification Exam for All Training Attendees Through End of 2005
  Visit http://www.jboss.com/services/certification for
 more information
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user
 




---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Make wicket.markup.html.navigation.paging.PagingNavigationLink non-final.

2005-10-28 Thread Johan Compagner
i only moved it to that package.
(in the paging change)
On 10/28/05, Eelco Hillenius [EMAIL PROTECTED] wrote:
I this case, are there any good reasons /not/ to remove final? As faras I can see, it doesn't really leak many implementation details if wemake some methods final.Funny thing that the authors tag has Jonathan and me... I can't recall
writing this, and I don't think Jonathan did :) Will the real authorplease step up?EelcoOn 10/28/05, Johan Compagner [EMAIL PROTECTED] wrote:
 but that looks to me like a AttributeModifier On 10/28/05, Janne Hietamäki [EMAIL PROTECTED]  wrote:  Juergen Donnerstag wrote:
   Why? What is your use case? JuergenI need to have an OnClickScript on my paging links to do some ajaxian stuff. 
  --  Janne Hietamäki  Cemron Ltd  http://www.cemron.com/---
  This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today * Register for a JBoss Training Course  Free Certification Exam for All Training Attendees Through End of 2005
  Visit http://www.jboss.com/services/certification for more information  ___  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net  https://lists.sourceforge.net/lists/listinfo/wicket-user
 ---This SF.Net email is sponsored by the JBoss Inc.Get Certified Today * Register for a JBoss Training CourseFree Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user