[jira] Resolved: (WICKET-1341) Make markup id available at any point in component's lifecycle rather than only during and after first render

2008-02-12 Thread Igor Vaynberg (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Vaynberg resolved WICKET-1341.
---

Resolution: Fixed

> Make markup id available at any point in component's lifecycle rather than 
> only during and after first render
> -
>
> Key: WICKET-1341
> URL: https://issues.apache.org/jira/browse/WICKET-1341
> Project: Wicket
>  Issue Type: Improvement
>Affects Versions: 1.3.1
>Reporter: Igor Vaynberg
>Assignee: Igor Vaynberg
> Fix For: 1.3.2
>
>
> currently component.getmarkupid() depends on page which causes users to have 
> to call it only during render (when the hierarchy is complete and  the page 
> is available to all components). this causes a lot of inconvenience, it would 
> be a big improvement if getmarkupid() could generate a unique id at any point 
> in page's/component's lifecycle.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (WICKET-1341) Make markup id available at any point in component's lifecycle rather than only during and after first render

2008-02-12 Thread Igor Vaynberg (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Vaynberg updated WICKET-1341:
--

Summary: Make markup id available at any point in component's lifecycle 
rather than only during and after first render  (was: Improve markup id 
generation so it is available at component creation time instead of render time)

> Make markup id available at any point in component's lifecycle rather than 
> only during and after first render
> -
>
> Key: WICKET-1341
> URL: https://issues.apache.org/jira/browse/WICKET-1341
> Project: Wicket
>  Issue Type: Improvement
>Affects Versions: 1.3.1
>Reporter: Igor Vaynberg
>Assignee: Igor Vaynberg
> Fix For: 1.3.2
>
>
> currently component.getmarkupid() depends on page which causes users to have 
> to call it only during render (when the hierarchy is complete and  the page 
> is available to all components). this causes a lot of inconvenience, it would 
> be a big improvement if getmarkupid() could generate a unique id at any point 
> in page's/component's lifecycle.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (WICKET-1341) Improve markup id generation so it is available at component creation time instead of render time

2008-02-12 Thread Igor Vaynberg (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Vaynberg updated WICKET-1341:
--

Summary: Improve markup id generation so it is available at component 
creation time instead of render time  (was: Improve markup id generation so it 
is available at component creation time instead of during render time)

> Improve markup id generation so it is available at component creation time 
> instead of render time
> -
>
> Key: WICKET-1341
> URL: https://issues.apache.org/jira/browse/WICKET-1341
> Project: Wicket
>  Issue Type: Improvement
>Affects Versions: 1.3.1
>Reporter: Igor Vaynberg
>Assignee: Igor Vaynberg
> Fix For: 1.3.2
>
>
> currently component.getmarkupid() depends on page which causes users to have 
> to call it only during render (when the hierarchy is complete and  the page 
> is available to all components). this causes a lot of inconvenience, it would 
> be a big improvement if getmarkupid() could generate a unique id at any point 
> in page's/component's lifecycle.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



svn commit: r627225 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js

2008-02-12 Thread knopp
Author: knopp
Date: Tue Feb 12 18:42:07 2008
New Revision: 627225

URL: http://svn.apache.org/viewvc?rev=627225&view=rev
Log:
prevent default event behavior on mouse down during dragging

Modified:

wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js?rev=627225&r1=627224&r2=627225&view=diff
==
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js 
(original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js 
Tue Feb 12 18:42:07 2008
@@ -1652,6 +1652,10 @@
if (typeof(e.ignore) == "undefined") {

Wicket.stopEvent(e);
+   
+   if (e.preventDefault) {
+   e.preventDefault();
+   }
 
element.wicketOnDragBegin(element); 





[jira] Created: (WICKET-1341) Improve markup id generation so it is available at component creation time instead of during render time

2008-02-12 Thread Igor Vaynberg (JIRA)
Improve markup id generation so it is available at component creation time 
instead of during render time


 Key: WICKET-1341
 URL: https://issues.apache.org/jira/browse/WICKET-1341
 Project: Wicket
  Issue Type: Improvement
Affects Versions: 1.3.1
Reporter: Igor Vaynberg
Assignee: Igor Vaynberg
 Fix For: 1.3.2


currently component.getmarkupid() depends on page which causes users to have to 
call it only during render (when the hierarchy is complete and  the page is 
available to all components). this causes a lot of inconvenience, it would be a 
big improvement if getmarkupid() could generate a unique id at any point in 
page's/component's lifecycle.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (WICKET-989) DatePicker: NaN if numerical input cannot be parsed

2008-02-12 Thread Brandon Fuller (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568367#action_12568367
 ] 

Brandon Fuller commented on WICKET-989:
---

Verified fixed in 1.3.1.

> DatePicker: NaN if numerical input cannot be parsed
> ---
>
> Key: WICKET-989
> URL: https://issues.apache.org/jira/browse/WICKET-989
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-datetime
>Affects Versions: 1.3.0-beta3
> Environment: firefox 2.0.0.6
>Reporter: Ivana Cace
>Assignee: Gerolf Seitz
>Priority: Minor
> Fix For: 1.3.1
>
> Attachments: WICKET-989.patch
>
>
> We have a DatePicker added to a DateTextField. If the input in the textfield 
> is numerical but not a correct Date, for example 123, the DatePicker shows a 
> calendar with only NaN.
> When the input is either correct of completely wrong ("xxx") the DatePicker 
> works fine.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[CONF] Apache Wicket: Wicket Community meetups - Amsterdam (page edited)

2008-02-12 Thread confluence










Page Edited :
WICKET :
Wicket Community meetups - Amsterdam



 
Wicket Community meetups - Amsterdam
has been edited by Gerolf Seitz
(Feb 12, 2008).
 

 
 (View changes)
 

Content:
Amsterdam Community meeting 2008

We are preparing for the second Dutch Open community meeting for Wicket. The meeting will be held around ApacheCon EU'08 in Amsterdam. The call for presentations is now open. Register now if you want to attend the meetup.


Attending

Please add/remove yourself from the attendance roster below if you want to attend the Amsterdam Community meetup '08.



Name   
FridayApril 4th
MondayApril 7th
TuesdayApril 8th


 Martijn Dashorst
 X 
 X 
 X 


 Johan Compagner 
 
 
 


 Arjé Cahn   
 X 
 X 
 X 


 Martijn Lindhout
 
 
 


 Emiel van der Herberg   
 X 
 X 
 


 Gerolf Seitz
 
 
 X 


 
 
 
 




Call for presentations

Add your presentation proposal here, or vote for a presentation:



Title
Who
Description
Vote


 Wicket 2.0 
 Martijn Dashorst 
 What is going into Wicket 2.0, release party? 
 1 



Location

To be determined. Most likely candidate:

	Amsterdam, Felix Meritis (Google Map of the venue)




Costs

To be determined.


Sponsoring

Please contact Arjé Cahn of Hippo.











Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences








[CONF] Apache Wicket: Wicket Community meetups - Amsterdam (page edited)

2008-02-12 Thread confluence










Page Edited :
WICKET :
Wicket Community meetups - Amsterdam



 
Wicket Community meetups - Amsterdam
has been edited by Emiel van der Herberg
(Feb 12, 2008).
 

 
 (View changes)
 

Content:
Amsterdam Community meeting 2008

We are preparing for the second Dutch Open community meeting for Wicket. The meeting will be held around ApacheCon EU'08 in Amsterdam. The call for presentations is now open. Register now if you want to attend the meetup.


Attending

Please add/remove yourself from the attendance roster below if you want to attend the Amsterdam Community meetup '08.



Name   
FridayApril 4th
MondayApril 7th
TuesdayApril 8th


 Martijn Dashorst
 X 
 X 
 X 


 Johan Compagner 
 
 
 


 Arjé Cahn   
 X 
 X 
 X 


 Martijn Lindhout
 
 
 


 Emiel van der Herberg   
 X 
 X 
 


 
 
 
 




Call for presentations

Add your presentation proposal here, or vote for a presentation:



Title
Who
Description
Vote


 Wicket 2.0 
 Martijn Dashorst 
 What is going into Wicket 2.0, release party? 
 1 



Location

To be determined. Most likely candidate:

	Amsterdam, Felix Meritis (Google Map of the venue)




Costs

To be determined.


Sponsoring

Please contact Arjé Cahn of Hippo.











Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences








[CONF] Apache Wicket: Wicket Community meetups - Amsterdam (page edited)

2008-02-12 Thread confluence










Page Edited :
WICKET :
Wicket Community meetups - Amsterdam



 
Wicket Community meetups - Amsterdam
has been edited by Martijn Dashorst
(Feb 12, 2008).
 

 
 (View changes)
 

Content:
Amsterdam Community meeting 2008

We are preparing for the second Dutch Open community meeting for Wicket. The meeting will be held around ApacheCon EU'08 in Amsterdam. The call for presentations is now open. Register now if you want to attend the meetup.


Attending

Please add/remove yourself from the attendance roster below if you want to attend the Amsterdam Community meetup '08.



Name   
FridayApril 4th
MondayApril 7th
TuesdayApril 8th


 Martijn Dashorst
 X 
 X 
 X 


 Johan Compagner 
 
 
 


 Arjé Cahn   
 X 
 X 
 X 


 Martijn Lindhout
 
 
 


 Emiel van der Herberg   
 
 
 


 
 
 
 




Call for presentations

Add your presentation proposal here, or vote for a presentation:



Title
Who
Description
Vote


 Wicket 2.0 
 Martijn Dashorst 
 What is going into Wicket 2.0, release party? 
 1 



Location

To be determined. Most likely candidate:

	Amsterdam, Felix Meritis (Google Map of the venue)




Costs

To be determined.


Sponsoring

Please contact Arjé Cahn of Hippo.











Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences








[CONF] Apache Wicket: Wicket Community meetups - Amsterdam (page edited)

2008-02-12 Thread confluence










Page Edited :
WICKET :
Wicket Community meetups - Amsterdam



 
Wicket Community meetups - Amsterdam
has been edited by Martijn Dashorst
(Feb 12, 2008).
 

 
 (View changes)
 

Content:
Amsterdam Community meeting 2008

We are preparing for the second Dutch Open community meeting for Wicket. The meeting will be held around ApacheCon EU'08 in Amsterdam. The call for presentations is now open. Register now if you want to attend the meetup.


Attending

Please add/remove yourself from the attendance roster below if you want to attend the Amsterdam Community meetup '08.



Name   
Friday 4th
Monday 7th
Tuesday 8th


 Martijn Dashorst
 X 
 X 
 X 


 Johan Compagner 
 
 
 


 Arjé Cahn   
 X 
 X 
 X 


 Martijn Lindhout
 
 
 


 Emiel van der Herberg   
 
 
 


 
 
 
 




Call for presentations

Add your presentation proposal here, or vote for a presentation:



Title
Who
Description
Vote


 Wicket 2.0 
 Martijn Dashorst 
 What is going into Wicket 2.0, release party? 
 1 



Location

To be determined. Most likely candidate:

	Amsterdam, Felix Meritis (Google Map of the venue)




Costs

To be determined.


Sponsoring

Please contact Arjé Cahn of Hippo.











Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences








[CONF] Apache Wicket: Community meetups (page edited)

2008-02-12 Thread confluence










Page Edited :
WICKET :
Community meetups



 
Community meetups
has been edited by Martijn Dashorst
(Feb 12, 2008).
 

 
 (View changes)
 

Content:
Bookmarkable link

If you're thinking about organizing a local meetup, don't hesitate to add your initiative to this list!
Pictures of past Wicket meetings can be found here: http://flickr.com/photos/tags/wicketmeeting/

There are already efforts to organize meetups in the following countries:


  United Kingdom
  Belgium
  The Netherlands
  Denmark
  Sweden
  Brazil
  Argentina
  United States
  Austria
  Canada


United Kingdom

Location: London
Regular meetups: The first Wednesday of every month
To register, go here: http://jweekend.co.uk/dev/LWUGReg

Belgium

Location: Antwerp
Next meetup: JavaPolis'07 (dec 12th-14th)

Martijn Dashorst will give a Wicket presentation at the conference. We are interested in a Birds of a Feather (BoF) meeting, and interest can be registered here.
When you want to attend, you need to be registered at the conference too. The presentation and BoF will be in English.


 Name 
 Interested 
 Will come! 
 BoF? 


 Martijn Dashorst 
 x 
 x 
 x 


 Per Ejeklint 
 x 
 x 
 yeah! 


 Xavier Hanin 
 x 
 x 
 x 


 Francis De Brabandere 
 x 
 ? 
 x 



The Netherlands

The Netherlands meeting has its own page due to the interest for the meeting: Wicket Community meetups - Amsterdam.

Location: Amsterdam
Last meetup: Friday November 30
Next meetup: Apache Con EU'08

Denmark

Location: Copenhagen
Next meetup: TBD. 

Speakers/ areas of interest? Write what you want to hear about here.. Then people can add themselves as speakers


 content 
 speaker? 


 Wicket-Spring-JPA-Hibernate (only if theres interest in it)
 Nino 


 Testing Wicket experiences 
 Nino


 Creating behaviors (only if theres interest in it)
 Nino


 Selling wicket (to your company) 
 Discussion 





 Name 
 Interested 
 Will come 
 Language 
 Comments 
 Cant Come Dates 


 Frank Bille 
 x 
 ? 
 Danish,English 
 
 


 Nino Martinez 
 x 
 ? 
 Danish,English 
 
 29.nov - 06 dec 


 Jan Mikkelsen 
 x 
 ? 
 Danish,English 
 
 


 Flemming Boller 
 x 
 ? 
 Danish,English 
 
 


 Guðmundur Bjarni 
 x 
 ? 
 Danish,English,Icelandic 
 
 


 Henrik Eiriksson 
 x  
 ?  
 Danish,English,Icelandic 
 



Sweden

Location: Stockholm
Next meetup: 28th January

Web page: http://wicket.jalbum.net

Please also join the google group (at the web page) to receive invitations to the meetups.

Brazil

Location: Rio de Janeiro
Next meetup: to be scheduled

Register here or send an e-mail to Alexandre Bairos (alexandre.bairos at gmail.com) and let us know you are interested.


 Name 
 Interested 
 Will come 
 Language 
 Comments 


 Alexandre Bairos 
 x 
 x 
 Portuguese,English,P 


 Bruno Borges 
 x 
 x 
 Portuguese,English,P 



Argentina

Location: Buenos Aires
Next meetup: to be scheduled

Register here or send an e-mail to  (fernando.wermus at gmail.com) and let us know you are interested.


 Name 
 Interested 
 Will come 
 Language 
 Comments 


 Fernando Wermus 
 x 
 x 
 Portuguese,English,Spanish,P 




United States

Wicket Users Group - Twin Cities
Location: Minneapolis, MN
Next meetup: to be scheduled (see group website)

http://groups.google.com/group/wicket-user-group-twincities

Location: Seattle
Next meetup: to be scheduled

Send an e-mail to Eelco Hillenius (eelco.hillenius at gmail.com) if you'd like to see this happen



 Name 
 Interested 
 Comments 


 Eelco Hillenius 
 x 
 


 Jonathan Locke 
 x 
 


 Eric Crampton 
 x 
 


 Jose Collas 
 x 
 



Location: San Francisco
Next meetup: to be scheduled

Send an email to Orion Letizi ([EMAIL PROTECTED]) and let us know if you are interested


 Name 
 Interested 
 Will come 
 Dec. 6 
 Dec. 14 
 Comments 


 Orion Letizi 
 x 
 x 
 x 
 x 
 


 Nick Johnson 
 x 
 x 
 x 
 x 
 


 Al Maw 
 x 
 
 
 
 Can only make it if between 28th Nov and 12th Dec 


 Julian Sinai  
 x  
 
 
 
 


 Sehyo Chang 
 x 
 
 
 
 


 David Pollak 
 x 
 x 
 
 
 


 Enrique Rodriguez 
 x 
 x 
 
 
 


 David Sean Taylor 
 
 
 
 
 


 Sean Sullivan 
 x 
 x 
 
 
 December 2 through December 6 



Austria

Location: Linz or Hagenberg
Next meetup: to be scheduled

Send an e-mail to Gerolf Seitz (gerolf.seitz at gmail.com) if you're interested in a "get together" and/or register below


 Name 
 Interested 
 Will come 
 Comments 


 Gerolf Seitz 
 x 
 x 



Canada

Location: Ottawa
Next meetup: to be scheduled

Send an e-mail to Jay Lawrence (jay.a2 at infonium.ca) and let us know you are interested


 Name 
 Interested 
 Will come 
 Comments 


 Jay Lawrence 
 x 
 x 
 













Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences








[CONF] Apache Wicket: Community meetups (page edited)

2008-02-12 Thread confluence










Page Edited :
WICKET :
Community meetups



 
Community meetups
has been edited by Martijn Dashorst
(Feb 12, 2008).
 

 
 (View changes)
 

Content:
Bookmarkable link

If you're thinking about organizing a local meetup, don't hesitate to add your initiative to this list!
Pictures of past Wicket meetings can be found here: http://flickr.com/photos/tags/wicketmeeting/

There are already efforts to organize meetups in the following countries:


  United Kingdom
  Belgium
  The Netherlands
  Denmark
  Sweden
  Brazil
  Argentina
  United States
  Austria
  Canada


United Kingdom

Location: London
Regular meetups: The first Wednesday of every month
To register, go here: http://jweekend.co.uk/dev/LWUGReg

Belgium

Last meetup: JavaPolis'07 (dec 12th-14th)

Martijn Dashorst will give a Wicket presentation at the conference. We are interested in a Birds of a Feather (BoF) meeting, and interest can be registered here.
When you want to attend, you need to be registered at the conference too. The presentation and BoF will be in English.


 Name 
 Interested 
 Will come! 
 BoF? 


 Martijn Dashorst 
 x 
 x 
 x 


 Per Ejeklint 
 x 
 x 
 yeah! 


 Xavier Hanin 
 x 
 x 
 x 


 Francis De Brabandere 
 x 
 ? 
 x 



The Netherlands

The Netherlands meeting has its own page due to the interest for the meeting: Wicket Community meetups - Amsterdam.

Location: Amsterdam
Last meetup: Friday November 30
Next meetup: Apache Con EU'08

Denmark

Location: Copenhagen
Next meetup: TBD. 

Speakers/ areas of interest? Write what you want to hear about here.. Then people can add themselves as speakers


 content 
 speaker? 


 Wicket-Spring-JPA-Hibernate (only if theres interest in it)
 Nino 


 Testing Wicket experiences 
 Nino


 Creating behaviors (only if theres interest in it)
 Nino


 Selling wicket (to your company) 
 Discussion 





 Name 
 Interested 
 Will come 
 Language 
 Comments 
 Cant Come Dates 


 Frank Bille 
 x 
 ? 
 Danish,English 
 
 


 Nino Martinez 
 x 
 ? 
 Danish,English 
 
 29.nov - 06 dec 


 Jan Mikkelsen 
 x 
 ? 
 Danish,English 
 
 


 Flemming Boller 
 x 
 ? 
 Danish,English 
 
 


 Guðmundur Bjarni 
 x 
 ? 
 Danish,English,Icelandic 
 
 


 Henrik Eiriksson 
 x  
 ?  
 Danish,English,Icelandic 
 



Sweden

Location: Stockholm
Next meetup: 28th January

Web page: http://wicket.jalbum.net

Please also join the google group (at the web page) to receive invitations to the meetups.

Brazil

Location: Rio de Janeiro
Next meetup: to be scheduled

Register here or send an e-mail to Alexandre Bairos (alexandre.bairos at gmail.com) and let us know you are interested.


 Name 
 Interested 
 Will come 
 Language 
 Comments 


 Alexandre Bairos 
 x 
 x 
 Portuguese,English,P 


 Bruno Borges 
 x 
 x 
 Portuguese,English,P 



Argentina

Location: Buenos Aires
Next meetup: to be scheduled

Register here or send an e-mail to  (fernando.wermus at gmail.com) and let us know you are interested.


 Name 
 Interested 
 Will come 
 Language 
 Comments 


 Fernando Wermus 
 x 
 x 
 Portuguese,English,Spanish,P 




United States

Wicket Users Group - Twin Cities
Location: Minneapolis, MN
Next meetup: to be scheduled (see group website)

http://groups.google.com/group/wicket-user-group-twincities

Location: Seattle
Next meetup: to be scheduled

Send an e-mail to Eelco Hillenius (eelco.hillenius at gmail.com) if you'd like to see this happen



 Name 
 Interested 
 Comments 


 Eelco Hillenius 
 x 
 


 Jonathan Locke 
 x 
 


 Eric Crampton 
 x 
 


 Jose Collas 
 x 
 



Location: San Francisco
Next meetup: to be scheduled

Send an email to Orion Letizi ([EMAIL PROTECTED]) and let us know if you are interested


 Name 
 Interested 
 Will come 
 Dec. 6 
 Dec. 14 
 Comments 


 Orion Letizi 
 x 
 x 
 x 
 x 
 


 Nick Johnson 
 x 
 x 
 x 
 x 
 


 Al Maw 
 x 
 
 
 
 Can only make it if between 28th Nov and 12th Dec 


 Julian Sinai  
 x  
 
 
 
 


 Sehyo Chang 
 x 
 
 
 
 


 David Pollak 
 x 
 x 
 
 
 


 Enrique Rodriguez 
 x 
 x 
 
 
 


 David Sean Taylor 
 
 
 
 
 


 Sean Sullivan 
 x 
 x 
 
 
 December 2 through December 6 



Austria

Location: Linz or Hagenberg
Next meetup: to be scheduled

Send an e-mail to Gerolf Seitz (gerolf.seitz at gmail.com) if you're interested in a "get together" and/or register below


 Name 
 Interested 
 Will come 
 Comments 


 Gerolf Seitz 
 x 
 x 



Canada

Location: Ottawa
Next meetup: to be scheduled

Send an e-mail to Jay Lawrence (jay.a2 at infonium.ca) and let us know you are interested


 Name 
 Interested 
 Will come 
 Comments 


 Jay Lawrence 
 x 
 x 
 













Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences








[CONF] Apache Wicket: Community meetups (page edited)

2008-02-12 Thread confluence










Page Edited :
WICKET :
Community meetups



 
Community meetups
has been edited by Martijn Dashorst
(Feb 12, 2008).
 

 
 (View changes)
 

Content:
Bookmarkable link

If you're thinking about organizing a local meetup, don't hesitate to add your initiative to this list!
Pictures of past Wicket meetings can be found here: http://flickr.com/photos/tags/wicketmeeting/

There are already efforts to organize meetups in the following countries:


  United Kingdom
  Belgium
  The Netherlands
  Denmark
  Sweden
  Brazil
  Argentina
  United States
  Austria
  Canada


United Kingdom

Location: London
Regular meetups: The first Wednesday of every month
To register, go here: http://jweekend.co.uk/dev/LWUGReg

Belgium

Location: Antwerp
Next meetup: JavaPolis'07 (dec 12th-14th)

Martijn Dashorst will give a Wicket presentation at the conference. We are interested in a Birds of a Feather (BoF) meeting, and interest can be registered here.
When you want to attend, you need to be registered at the conference too. The presentation and BoF will be in English.


 Name 
 Interested 
 Will come! 
 BoF? 


 Martijn Dashorst 
 x 
 x 
 x 


 Per Ejeklint 
 x 
 x 
 yeah! 


 Xavier Hanin 
 x 
 x 
 x 


 Francis De Brabandere 
 x 
 ? 
 x 



The Netherlands

The Netherlands meeting has its own page due to the interest for the meeting: Wicket Community meetups - Amsterdam.

Location: Amsterdam
Last meetup: Friday November 30
Next meetup: Apache Con EU'08

Denmark

Location: Copenhagen
Next meetup: TBD. 

Speakers/ areas of interest? Write what you want to hear about here.. Then people can add themselves as speakers


 content 
 speaker? 


 Wicket-Spring-JPA-Hibernate (only if theres interest in it)
 Nino 


 Testing Wicket experiences 
 Nino


 Creating behaviors (only if theres interest in it)
 Nino


 Selling wicket (to your company) 
 Discussion 





 Name 
 Interested 
 Will come 
 Language 
 Comments 
 Cant Come Dates 


 Frank Bille 
 x 
 ? 
 Danish,English 
 
 


 Nino Martinez 
 x 
 ? 
 Danish,English 
 
 29.nov - 06 dec 


 Jan Mikkelsen 
 x 
 ? 
 Danish,English 
 
 


 Flemming Boller 
 x 
 ? 
 Danish,English 
 
 


 Guðmundur Bjarni 
 x 
 ? 
 Danish,English,Icelandic 
 
 


 Henrik Eiriksson 
 x  
 ?  
 Danish,English,Icelandic 
 



Sweden

Location: Stockholm
Next meetup: 28th January

Web page: http://wicket.jalbum.net

Please also join the google group (at the web page) to receive invitations to the meetups.

Brazil

Location: Rio de Janeiro
Next meetup: to be scheduled

Register here or send an e-mail to Alexandre Bairos (alexandre.bairos at gmail.com) and let us know you are interested.


 Name 
 Interested 
 Will come 
 Language 
 Comments 


 Alexandre Bairos 
 x 
 x 
 Portuguese,English,P 


 Bruno Borges 
 x 
 x 
 Portuguese,English,P 



Argentina

Location: Buenos Aires
Next meetup: to be scheduled

Register here or send an e-mail to  (fernando.wermus at gmail.com) and let us know you are interested.


 Name 
 Interested 
 Will come 
 Language 
 Comments 


 Fernando Wermus 
 x 
 x 
 Portuguese,English,Spanish,P 




United States

Wicket Users Group - Twin Cities
Location: Minneapolis, MN
Next meetup: to be scheduled (see group website)

http://groups.google.com/group/wicket-user-group-twincities

Location: Seattle
Next meetup: to be scheduled

Send an e-mail to Eelco Hillenius (eelco.hillenius at gmail.com) if you'd like to see this happen



 Name 
 Interested 
 Comments 


 Eelco Hillenius 
 x 
 


 Jonathan Locke 
 x 
 


 Eric Crampton 
 x 
 


 Jose Collas 
 x 
 



Location: San Francisco
Next meetup: to be scheduled

Send an email to Orion Letizi ([EMAIL PROTECTED]) and let us know if you are interested


 Name 
 Interested 
 Will come 
 Dec. 6 
 Dec. 14 
 Comments 


 Orion Letizi 
 x 
 x 
 x 
 x 
 


 Nick Johnson 
 x 
 x 
 x 
 x 
 


 Al Maw 
 x 
 
 
 
 Can only make it if between 28th Nov and 12th Dec 


 Julian Sinai  
 x  
 
 
 
 


 Sehyo Chang 
 x 
 
 
 
 


 David Pollak 
 x 
 x 
 
 
 


 Enrique Rodriguez 
 x 
 x 
 
 
 


 David Sean Taylor 
 
 
 
 
 


 Sean Sullivan 
 x 
 x 
 
 
 December 2 through December 6 



Austria

Location: Linz or Hagenberg
Next meetup: to be scheduled

Send an e-mail to Gerolf Seitz (gerolf.seitz at gmail.com) if you're interested in a "get together" and/or register below


 Name 
 Interested 
 Will come 
 Comments 


 Gerolf Seitz 
 x 
 x 



Canada

Location: Ottawa
Next meetup: to be scheduled

Send an e-mail to Jay Lawrence (jay.a2 at infonium.ca) and let us know you are interested


 Name 
 Interested 
 Will come 
 Comments 


 Jay Lawrence 
 x 
 x 
 













Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences








[CONF] Apache Wicket: Wicket Community meetups - Amsterdam (page edited)

2008-02-12 Thread confluence










Page Edited :
WICKET :
Wicket Community meetups - Amsterdam



 
Wicket Community meetups - Amsterdam
has been edited by Martijn Dashorst
(Feb 12, 2008).
 

 
 (View changes)
 

Content:
Next meetup together with ApacheCon?
ApacheCon EU is in Amsterdam again in 2008, from April 7 to 11. It would be good if we could organize a Wicket meetup in the same week. Gives me (Eelco) an extra reason to fly over, and it might be the little extra to convince people to attend ApacheCon.
I (johan) would say then 8 april (tuesday) from 15:00 -> XXX, thats just before the real apache con starts (training days are 7 and 8)
or 11 april and then from 16:00+ (15:00 starts the last session) until XXX. 
Maybe we could make a deal with apache con for a room at movenpick? I think i prefer 8 of april.

Amsterdam Community meeting 2008

We are preparing for the second Dutch Open community meeting for Wicket. Most likely the meeting will be held around ApacheCon EU'08 in Amsterdam.

Date

To be determined. Most likely candidates:

	Around ApacheCon EU 2008 in Amsterdam, from April 7 to 11



Location

To be determined. Most likely candidate:

	Amsterdam, Felix Meritis (Google Map of the venue)




Call for presentations

Add your presentation proposal here, or vote for a presentation:



Title
Who
Description
Vote


 Wicket 2.0 
 Martijn Dashorst 
 What is going into Wicket 2.0, release party? 
 1 




Costs

To be determined.


Sponsoring

Please contact Arjé Cahn of Hippo.


Attending

Please add/remove yourself from the attendance roster below if you want to attend the Amsterdam Community meetup '08.



Name   
Friday 4th
Monday 7th
Tuesday 8th


 Martijn Dashorst
 X 
 X 
 X 


 Johan Compagner 
 
 
 


 Arjé Cahn   
 X 
 X 
 X 


 Martijn Lindhout
 
 
 


 Emiel van der Herberg   
 
 
 


 
 
 
 














Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences








[jira] Updated: (WICKET-1311) Improper HTML escaping for most wicket components and extensions

2008-02-12 Thread Carsten (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carsten updated WICKET-1311:


Description: 
All text based components use a central function to escape html markup probably 
contained in the text.
This is good style but the used method Strings.escapeMarkup() does not fullfill 
its contract.
It does NOT escape all input but instead GUESSES and so it does not escape the 
String "&#" because it assumes
an entity.
That means it is not possible to display data which looks like a numeric entity.
This utility method should not guess about it's input but escape blindly.
If an entity should be "tunnelled through", there should be some kind of 
attributation.

Using the current code it's not possible to have a text value of e.g. '' 
getting properly stored and displayed
as exactly these 5 chars.

(Try it at  http://wicketstuff.org/wicket13/compref/?wicket:interface=:0 )



  was:
The method Strings.escapeMarkup() does not fullfill its contract.
It does NOT escape all input but instead GUESSES and so it does not escape the 
String "&#" because it assumes
an entity.
This message should not guess about it's input but escape blindly.
If an entity hould be "tunnelled through", there should be some kind of 
attributation.

Using the current code it's not possible to have a text value of e.g. '' 
getting properly displayed
as exactly these 5 chars.

(Try it at  http://wicketstuff.org/wicket13/compref/?wicket:interface=:0)



Summary: Improper HTML escaping for most wicket components and 
extensions  (was: Improperly HTML escaping)

> Improper HTML escaping for most wicket components and extensions
> 
>
> Key: WICKET-1311
> URL: https://issues.apache.org/jira/browse/WICKET-1311
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 1.3.0-final
> Environment: Web Browser ... :-)
>Reporter: Carsten
>
> All text based components use a central function to escape html markup 
> probably contained in the text.
> This is good style but the used method Strings.escapeMarkup() does not 
> fullfill its contract.
> It does NOT escape all input but instead GUESSES and so it does not escape 
> the String "&#" because it assumes
> an entity.
> That means it is not possible to display data which looks like a numeric 
> entity.
> This utility method should not guess about it's input but escape blindly.
> If an entity should be "tunnelled through", there should be some kind of 
> attributation.
> Using the current code it's not possible to have a text value of e.g. '' 
> getting properly stored and displayed
> as exactly these 5 chars.
> (Try it at  http://wicketstuff.org/wicket13/compref/?wicket:interface=:0 )

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (WICKET-1340) Bogus LocalizedImageResource#isStateless()

2008-02-12 Thread Johan Compagner (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Johan Compagner closed WICKET-1340.
---

   Resolution: Fixed
Fix Version/s: 1.3.2

ok that made it more clear what you tried to test.
it should be fixed now in head.

> Bogus LocalizedImageResource#isStateless()
> --
>
> Key: WICKET-1340
> URL: https://issues.apache.org/jira/browse/WICKET-1340
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 1.3.0-final, 1.3.1
>Reporter: Marat Radchenko
>Assignee: Johan Compagner
> Fix For: 1.3.2
>
> Attachments: Image2Test.java, ImageTest.java
>
>
> Image without resource/resource reference should be stateless.
> Bug is located in LocalizedImageResource#isStateless(), which should read 
> "return resourceReference == null;"
> Test case is attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



svn commit: r620825 - in /wicket/trunk/jdk-1.4/wicket/src: main/java/org/apache/wicket/markup/html/image/Image.java test/java/org/apache/wicket/stateless/ImageStatelessTest.java

2008-02-12 Thread jcompagner
Author: jcompagner
Date: Tue Feb 12 07:15:59 2008
New Revision: 620825

URL: http://svn.apache.org/viewvc?rev=620825&view=rev
Log:
fix for WICKET-1340, getStatelessHint a bit more relaxed

Added:

wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/stateless/ImageStatelessTest.java
Modified:

wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/image/Image.java

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/image/Image.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/image/Image.java?rev=620825&r1=620824&r2=620825&view=diff
==
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/image/Image.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/image/Image.java
 Tue Feb 12 07:15:59 2008
@@ -32,9 +32,9 @@
  * An Image component displays a localizable image resource.
  * 
  * For details of how Images load, generate and manage images, see [EMAIL 
PROTECTED] LocalizedImageResource}.
- *
+ * 
  * @see NonCachingImage
- *
+ * 
  * @author Jonathan Locke
  */
 public class Image extends WebComponent implements IResourceListener
@@ -48,7 +48,7 @@
 * This constructor can be used if you have a img tag that has a src 
that points to a
 * PackageResource (which will be created and bind to the shared 
resources) Or if you have a
 * value attribute in your tag for which the image factory can make an 
image.
-*
+* 
 * @see org.apache.wicket.Component#Component(String)
 */
public Image(final String id)
@@ -59,13 +59,13 @@
/**
 * Constructs an image from an image resourcereference. That resource 
reference will bind its
 * resource to the current SharedResources.
-*
+* 
 * If you are using non sticky session clustering and the resource 
reference is pointing to a
 * Resource that isn't guaranteed to be on every server, for example a 
dynamic image or
 * resources that aren't added with a IInitializer at application 
startup. Then if only that
 * resource is requested from another server, without the rendering of 
the page, the image won't
 * be there and will result in a broken link.
-*
+* 
 * @param id
 *See Component
 * @param resourceReference
@@ -79,13 +79,13 @@
/**
 * Constructs an image from an image resourcereference. That resource 
reference will bind its
 * resource to the current SharedResources.
-*
+* 
 * If you are using non sticky session clustering and the resource 
reference is pointing to a
 * Resource that isn't guaranteed to be on every server, for example a 
dynamic image or
 * resources that aren't added with a IInitializer at application 
startup. Then if only that
 * resource is requested from another server, without the rendering of 
the page, the image won't
 * be there and will result in a broken link.
-*
+* 
 * @param id
 *See Component
 * @param resourceReference
@@ -102,14 +102,14 @@
 
/**
 * Constructs an image directly from an image resource.
-*
+* 
 * This one doesn't have the 'non sticky session clustering' problem 
that the ResourceReference
 * constructor has. But this will result in a non 'stable' url and the 
url will have request
 * parameters.
-*
+* 
 * @param id
 *See Component
-*
+* 
 * @param imageResource
 *The image resource
 */
@@ -241,7 +241,8 @@
 */
protected boolean getStatelessHint()
{
-   return getImageResource() == null && 
localizedImageResource.isStateless();
+   return (getImageResource() == null || getImageResource() == 
localizedImageResource.getResource()) &&
+   localizedImageResource.isStateless();
}
 
/**

Added: 
wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/stateless/ImageStatelessTest.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/stateless/ImageStatelessTest.java?rev=620825&view=auto
==
--- 
wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/stateless/ImageStatelessTest.java
 (added)
+++ 
wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/stateless/ImageStatelessTest.java
 Tue Feb 12 07:15:59 2008
@@ -0,0 +1,58 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for a

[jira] Updated: (WICKET-1340) Bogus LocalizedImageResource#isStateless()

2008-02-12 Thread Marat Radchenko (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marat Radchenko updated WICKET-1340:


Attachment: (was: Image2Test.java)

> Bogus LocalizedImageResource#isStateless()
> --
>
> Key: WICKET-1340
> URL: https://issues.apache.org/jira/browse/WICKET-1340
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 1.3.0-final, 1.3.1
>Reporter: Marat Radchenko
>Assignee: Johan Compagner
> Attachments: Image2Test.java, ImageTest.java
>
>
> Image without resource/resource reference should be stateless.
> Bug is located in LocalizedImageResource#isStateless(), which should read 
> "return resourceReference == null;"
> Test case is attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (WICKET-1340) Bogus LocalizedImageResource#isStateless()

2008-02-12 Thread Marat Radchenko (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marat Radchenko updated WICKET-1340:


Attachment: Image2Test.java

Sorry, mistyped your name

> Bogus LocalizedImageResource#isStateless()
> --
>
> Key: WICKET-1340
> URL: https://issues.apache.org/jira/browse/WICKET-1340
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 1.3.0-final, 1.3.1
>Reporter: Marat Radchenko
>Assignee: Johan Compagner
> Attachments: Image2Test.java, ImageTest.java
>
>
> Image without resource/resource reference should be stateless.
> Bug is located in LocalizedImageResource#isStateless(), which should read 
> "return resourceReference == null;"
> Test case is attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (WICKET-1340) Bogus LocalizedImageResource#isStateless()

2008-02-12 Thread Marat Radchenko (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marat Radchenko updated WICKET-1340:


Attachment: Image2Test.java

> Bogus LocalizedImageResource#isStateless()
> --
>
> Key: WICKET-1340
> URL: https://issues.apache.org/jira/browse/WICKET-1340
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 1.3.0-final, 1.3.1
>Reporter: Marat Radchenko
>Assignee: Johan Compagner
> Attachments: Image2Test.java, ImageTest.java
>
>
> Image without resource/resource reference should be stateless.
> Bug is located in LocalizedImageResource#isStateless(), which should read 
> "return resourceReference == null;"
> Test case is attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Reopened: (WICKET-1340) Bogus LocalizedImageResource#isStateless()

2008-02-12 Thread Marat Radchenko (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marat Radchenko reopened WICKET-1340:
-


Sadly I have to reopen this issue. Please find attached testcase 
(Image2Test.java). It tries to prove what you say (and fails...).

I cannot find any way to create a stateless Image. Could you show me an example?

> Bogus LocalizedImageResource#isStateless()
> --
>
> Key: WICKET-1340
> URL: https://issues.apache.org/jira/browse/WICKET-1340
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 1.3.0-final, 1.3.1
>Reporter: Marat Radchenko
>Assignee: Johan Compagner
> Attachments: Image2Test.java, ImageTest.java
>
>
> Image without resource/resource reference should be stateless.
> Bug is located in LocalizedImageResource#isStateless(), which should read 
> "return resourceReference == null;"
> Test case is attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (WICKET-1340) Bogus LocalizedImageResource#isStateless()

2008-02-12 Thread Johan Compagner (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Johan Compagner closed WICKET-1340.
---

Resolution: Invalid
  Assignee: Johan Compagner

this is not true.

an Image is statefull if it doesn't have a ResourceReference
If it does have a resource reference then it is a shared resources with a 
shared resource reference url and then it is stateless.

Look at the method: protected void onComponentTag(final ComponentTag tag) of 
Image if the image doesn't have a RR then 
it will generate a callback to itself and that mean statefull

> Bogus LocalizedImageResource#isStateless()
> --
>
> Key: WICKET-1340
> URL: https://issues.apache.org/jira/browse/WICKET-1340
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 1.3.0-final, 1.3.1
>Reporter: Marat Radchenko
>Assignee: Johan Compagner
> Attachments: ImageTest.java
>
>
> Image without resource/resource reference should be stateless.
> Bug is located in LocalizedImageResource#isStateless(), which should read 
> "return resourceReference == null;"
> Test case is attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.