Re: Help us release 1.4 sooner by helping out with the migration guide

2009-08-07 Thread Major Péter
Hmm... On the Wiki page did you forgot the LinkTree modification, or 
isn't that so relevant, to put it on wiki?


Also it is strange that there are two wiki pages for migrating guide:
http://cwiki.apache.org/WICKET/migrate-14.html
and
http://cwiki.apache.org/confluence/display/WICKET/Migrating+to+Wicket+1.4

The second one is a little more detailed, than the first one, but 
Martijn has linked the first one just before. Don't you need to 
synchronize this two page?


Regards,
Peter

2009-07-14 03:47 keltezéssel, Igor Vaynberg írta:

thanks major, i added a couple of notes to the wiki. i totally forgot
about 2350, i will get it into 1.4.0 for sure.

-igor

2009/7/11 Major Pétermajorpe...@sch.bme.hu:

Hi,

I have recently upgraded my project and I did find these changes:
- the first parameter of
org.apache.wicket.markup.html.tree.LinkTree#onNodeLinkClicked has been
changed from TreeNode to Object, so if you had override this method, you
need to change the parametertype.
- localization messages for validations works only in
form.component.validatorType=message format, the
component.validatorType=message format isn't working anymore (but this could
be change for final release - for further infos see:
https://issues.apache.org/jira/browse/WICKET-2350 )

Besides this, I found in WebApplication#getConfigurationType a FIXME
comment, so in theory the init-param's name for filter/servlet (or
context-param) should be changed from configuration to
wicket.configuration in final 1.4 release. (See:
https://issues.apache.org/jira/browse/WICKET-1317 )

//Also many old component has been genericized, a list of these components
would be helpful, (for example TextField, RequiredTF, and so on, if you
follow these changes in your code, it would be easier to read next time)

p.s: I would wrote this on wiki, but I know how bad my english is. :)

Best Regards,
Peter Major

2009-07-10 21:22 keltezéssel, Igor Vaynberg írta:

We would like to release Wicket 1.4 very soon, but in order to do so
we would like to provide our users with a good migration guide.

We have started one here:
http://cwiki.apache.org/confluence/display/WICKET/Migrate-1.4 but it
probably lacks the smaller tweaks necessary to migrate.

If you have recently migrated a project, or remember any changes you
had to perform, or have any helpful tips or hints please add them to
the migration guide. Do not worry about formatting, for now we are
looking for content.

If you do not want to bother putting them on the wiki simply add them
to this thread.

Thanks!

-igor


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



Re: Help us release 1.4 sooner by helping out with the migration guide

2009-08-07 Thread Erik van Oosten
If I remember correctly: the first link should be use. The second can be 
edited and will be copied to the first after each change. If the pages 
are not equal, something went wrong with the copy process.


Re. LinkTree: every change should be on this page. Please add it.

Regards,
   Erik.

Major Péter wrote:
Hmm... On the Wiki page did you forgot the LinkTree modification, or 
isn't that so relevant, to put it on wiki?


Also it is strange that there are two wiki pages for migrating guide:
http://cwiki.apache.org/WICKET/migrate-14.html
and
http://cwiki.apache.org/confluence/display/WICKET/Migrating+to+Wicket+1.4

The second one is a little more detailed, than the first one, but 
Martijn has linked the first one just before. Don't you need to 
synchronize this two page?


Regards,
Peter

2009-07-14 03:47 keltezéssel, Igor Vaynberg írta:

thanks major, i added a couple of notes to the wiki. i totally forgot
about 2350, i will get it into 1.4.0 for sure.

-igor

2009/7/11 Major Pétermajorpe...@sch.bme.hu:

Hi,

I have recently upgraded my project and I did find these changes:
- the first parameter of
org.apache.wicket.markup.html.tree.LinkTree#onNodeLinkClicked has been
changed from TreeNode to Object, so if you had override this method, 
you

need to change the parametertype.
- localization messages for validations works only in
form.component.validatorType=message format, the
component.validatorType=message format isn't working anymore (but 
this could

be change for final release - for further infos see:
https://issues.apache.org/jira/browse/WICKET-2350 )

Besides this, I found in WebApplication#getConfigurationType a FIXME
comment, so in theory the init-param's name for filter/servlet (or
context-param) should be changed from configuration to
wicket.configuration in final 1.4 release. (See:
https://issues.apache.org/jira/browse/WICKET-1317 )

//Also many old component has been genericized, a list of these 
components

would be helpful, (for example TextField, RequiredTF, and so on, if you
follow these changes in your code, it would be easier to read next 
time)


p.s: I would wrote this on wiki, but I know how bad my english is. :)

Best Regards,
Peter Major

2009-07-10 21:22 keltezéssel, Igor Vaynberg írta:

We would like to release Wicket 1.4 very soon, but in order to do so
we would like to provide our users with a good migration guide.

We have started one here:
http://cwiki.apache.org/confluence/display/WICKET/Migrate-1.4 but it
probably lacks the smaller tweaks necessary to migrate.

If you have recently migrated a project, or remember any changes you
had to perform, or have any helpful tips or hints please add them to
the migration guide. Do not worry about formatting, for now we are
looking for content.

If you do not want to bother putting them on the wiki simply add them
to this thread.

Thanks!

-igor


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




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



Re: Help us release 1.4 sooner by helping out with the migration guide

2009-07-24 Thread Jörn Zaefferer
2350 cost us a lot of time, getting that fixed would be very very
helpful. We have a lot of cases where similar fields are used in
different forms...

Jörn

On Tue, Jul 14, 2009 at 3:47 AM, Igor Vaynbergigor.vaynb...@gmail.com wrote:
 thanks major, i added a couple of notes to the wiki. i totally forgot
 about 2350, i will get it into 1.4.0 for sure.

 -igor

 2009/7/11 Major Péter majorpe...@sch.bme.hu:
 Hi,

 I have recently upgraded my project and I did find these changes:
 - the first parameter of
 org.apache.wicket.markup.html.tree.LinkTree#onNodeLinkClicked has been
 changed from TreeNode to Object, so if you had override this method, you
 need to change the parametertype.
 - localization messages for validations works only in
 form.component.validatorType=message format, the
 component.validatorType=message format isn't working anymore (but this could
 be change for final release - for further infos see:
 https://issues.apache.org/jira/browse/WICKET-2350 )

 Besides this, I found in WebApplication#getConfigurationType a FIXME
 comment, so in theory the init-param's name for filter/servlet (or
 context-param) should be changed from configuration to
 wicket.configuration in final 1.4 release. (See:
 https://issues.apache.org/jira/browse/WICKET-1317 )

 //Also many old component has been genericized, a list of these components
 would be helpful, (for example TextField, RequiredTF, and so on, if you
 follow these changes in your code, it would be easier to read next time)

 p.s: I would wrote this on wiki, but I know how bad my english is. :)

 Best Regards,
 Peter Major

 2009-07-10 21:22 keltezéssel, Igor Vaynberg írta:

 We would like to release Wicket 1.4 very soon, but in order to do so
 we would like to provide our users with a good migration guide.

 We have started one here:
 http://cwiki.apache.org/confluence/display/WICKET/Migrate-1.4 but it
 probably lacks the smaller tweaks necessary to migrate.

 If you have recently migrated a project, or remember any changes you
 had to perform, or have any helpful tips or hints please add them to
 the migration guide. Do not worry about formatting, for now we are
 looking for content.

 If you do not want to bother putting them on the wiki simply add them
 to this thread.

 Thanks!

 -igor

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



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



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



Re: Help us release 1.4 sooner by helping out with the migration guide

2009-07-24 Thread Jeremy Thomerson
It's in 1.4.0: https://issues.apache.org/jira/browse/WICKET-2350

--
Jeremy Thomerson
http://www.wickettraining.com




On Fri, Jul 24, 2009 at 7:01 AM, Jörn
Zaeffererjoern.zaeffe...@googlemail.com wrote:
 2350 cost us a lot of time, getting that fixed would be very very
 helpful. We have a lot of cases where similar fields are used in
 different forms...

 Jörn

 On Tue, Jul 14, 2009 at 3:47 AM, Igor Vaynbergigor.vaynb...@gmail.com wrote:
 thanks major, i added a couple of notes to the wiki. i totally forgot
 about 2350, i will get it into 1.4.0 for sure.

 -igor

 2009/7/11 Major Péter majorpe...@sch.bme.hu:
 Hi,

 I have recently upgraded my project and I did find these changes:
 - the first parameter of
 org.apache.wicket.markup.html.tree.LinkTree#onNodeLinkClicked has been
 changed from TreeNode to Object, so if you had override this method, you
 need to change the parametertype.
 - localization messages for validations works only in
 form.component.validatorType=message format, the
 component.validatorType=message format isn't working anymore (but this could
 be change for final release - for further infos see:
 https://issues.apache.org/jira/browse/WICKET-2350 )

 Besides this, I found in WebApplication#getConfigurationType a FIXME
 comment, so in theory the init-param's name for filter/servlet (or
 context-param) should be changed from configuration to
 wicket.configuration in final 1.4 release. (See:
 https://issues.apache.org/jira/browse/WICKET-1317 )

 //Also many old component has been genericized, a list of these components
 would be helpful, (for example TextField, RequiredTF, and so on, if you
 follow these changes in your code, it would be easier to read next time)

 p.s: I would wrote this on wiki, but I know how bad my english is. :)

 Best Regards,
 Peter Major

 2009-07-10 21:22 keltezéssel, Igor Vaynberg írta:

 We would like to release Wicket 1.4 very soon, but in order to do so
 we would like to provide our users with a good migration guide.

 We have started one here:
 http://cwiki.apache.org/confluence/display/WICKET/Migrate-1.4 but it
 probably lacks the smaller tweaks necessary to migrate.

 If you have recently migrated a project, or remember any changes you
 had to perform, or have any helpful tips or hints please add them to
 the migration guide. Do not worry about formatting, for now we are
 looking for content.

 If you do not want to bother putting them on the wiki simply add them
 to this thread.

 Thanks!

 -igor

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



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



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



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



Re: Help us release 1.4 sooner by helping out with the migration guide

2009-07-13 Thread Cristiano Kliemann
I have just migrated 33 very small projects I use in a basic Wicket
course and everything went fine.

Everything I had to change was already covered by the current migration guide.

-- Cristiano

2009/7/10 Igor Vaynberg igor.vaynb...@gmail.com:
 We would like to release Wicket 1.4 very soon, but in order to do so
 we would like to provide our users with a good migration guide.

 We have started one here:
 http://cwiki.apache.org/confluence/display/WICKET/Migrate-1.4 but it
 probably lacks the smaller tweaks necessary to migrate.

 If you have recently migrated a project, or remember any changes you
 had to perform, or have any helpful tips or hints please add them to
 the migration guide. Do not worry about formatting, for now we are
 looking for content.

 If you do not want to bother putting them on the wiki simply add them
 to this thread.

 Thanks!

 -igor

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



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



Re: Help us release 1.4 sooner by helping out with the migration guide

2009-07-13 Thread Igor Vaynberg
thanks major, i added a couple of notes to the wiki. i totally forgot
about 2350, i will get it into 1.4.0 for sure.

-igor

2009/7/11 Major Péter majorpe...@sch.bme.hu:
 Hi,

 I have recently upgraded my project and I did find these changes:
 - the first parameter of
 org.apache.wicket.markup.html.tree.LinkTree#onNodeLinkClicked has been
 changed from TreeNode to Object, so if you had override this method, you
 need to change the parametertype.
 - localization messages for validations works only in
 form.component.validatorType=message format, the
 component.validatorType=message format isn't working anymore (but this could
 be change for final release - for further infos see:
 https://issues.apache.org/jira/browse/WICKET-2350 )

 Besides this, I found in WebApplication#getConfigurationType a FIXME
 comment, so in theory the init-param's name for filter/servlet (or
 context-param) should be changed from configuration to
 wicket.configuration in final 1.4 release. (See:
 https://issues.apache.org/jira/browse/WICKET-1317 )

 //Also many old component has been genericized, a list of these components
 would be helpful, (for example TextField, RequiredTF, and so on, if you
 follow these changes in your code, it would be easier to read next time)

 p.s: I would wrote this on wiki, but I know how bad my english is. :)

 Best Regards,
 Peter Major

 2009-07-10 21:22 keltezéssel, Igor Vaynberg írta:

 We would like to release Wicket 1.4 very soon, but in order to do so
 we would like to provide our users with a good migration guide.

 We have started one here:
 http://cwiki.apache.org/confluence/display/WICKET/Migrate-1.4 but it
 probably lacks the smaller tweaks necessary to migrate.

 If you have recently migrated a project, or remember any changes you
 had to perform, or have any helpful tips or hints please add them to
 the migration guide. Do not worry about formatting, for now we are
 looking for content.

 If you do not want to bother putting them on the wiki simply add them
 to this thread.

 Thanks!

 -igor

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



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



Re: Help us release 1.4 sooner by helping out with the migration guide

2009-07-11 Thread Major Péter

Hi,

I have recently upgraded my project and I did find these changes:
- the first parameter of 
org.apache.wicket.markup.html.tree.LinkTree#onNodeLinkClicked has been 
changed from TreeNode to Object, so if you had override this method, you 
need to change the parametertype.
- localization messages for validations works only in 
form.component.validatorType=message format, the 
component.validatorType=message format isn't working anymore (but this 
could be change for final release - for further infos see: 
https://issues.apache.org/jira/browse/WICKET-2350 )


Besides this, I found in WebApplication#getConfigurationType a FIXME 
comment, so in theory the init-param's name for filter/servlet (or 
context-param) should be changed from configuration to 
wicket.configuration in final 1.4 release. (See: 
https://issues.apache.org/jira/browse/WICKET-1317 )


//Also many old component has been genericized, a list of these 
components would be helpful, (for example TextField, RequiredTF, and so 
on, if you follow these changes in your code, it would be easier to read 
next time)


p.s: I would wrote this on wiki, but I know how bad my english is. :)

Best Regards,
Peter Major

2009-07-10 21:22 keltezéssel, Igor Vaynberg írta:

We would like to release Wicket 1.4 very soon, but in order to do so
we would like to provide our users with a good migration guide.

We have started one here:
http://cwiki.apache.org/confluence/display/WICKET/Migrate-1.4 but it
probably lacks the smaller tweaks necessary to migrate.

If you have recently migrated a project, or remember any changes you
had to perform, or have any helpful tips or hints please add them to
the migration guide. Do not worry about formatting, for now we are
looking for content.

If you do not want to bother putting them on the wiki simply add them
to this thread.

Thanks!

-igor


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



Help us release 1.4 sooner by helping out with the migration guide

2009-07-10 Thread Igor Vaynberg
We would like to release Wicket 1.4 very soon, but in order to do so
we would like to provide our users with a good migration guide.

We have started one here:
http://cwiki.apache.org/confluence/display/WICKET/Migrate-1.4 but it
probably lacks the smaller tweaks necessary to migrate.

If you have recently migrated a project, or remember any changes you
had to perform, or have any helpful tips or hints please add them to
the migration guide. Do not worry about formatting, for now we are
looking for content.

If you do not want to bother putting them on the wiki simply add them
to this thread.

Thanks!

-igor

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