drop down default item string is erroneous

2009-02-19 Thread rossputin

Hi guys, hoping you can help.

At some point during the last couple of days, possibly today, I received
some dependency updates, and now all of my DropDownChoice components are
displaying a nonsense string for the default item instead of 'Choose One'. 
I typically point to the 1.4-SNAPSHOT dependency for Wicket.

Perhaps related, the tests are failing for 1.4-SNAPSHOT with the latest
updates as below:

Running org.apache.wicket.resource.BundleStringResourceLoaderTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec

Results :

Failed tests: 
  testDefault(org.apache.wicket.redirect.encodingtest.RequestEncodingTest)
 
testUmlautsInQueryParameter(org.apache.wicket.redirect.encodingtest.RequestEncodingTest)
 
testUmlautsInRequestUri(org.apache.wicket.redirect.encodingtest.RequestEncodingTest)

Regards,

Ross.


-- 
View this message in context: 
http://www.nabble.com/drop-down-default-item-string-is-erroneous-tp22103460p22103460.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: drop down default item string is erroneous

2009-02-19 Thread rossputin

Hi.

Sorry the complete print out is...

Running org.apache.wicket.resource.BundleStringResourceLoaderTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec

Results :

Failed tests: 
  testDefault(org.apache.wicket.redirect.encodingtest.RequestEncodingTest)
 
testUmlautsInQueryParameter(org.apache.wicket.redirect.encodingtest.RequestEncodingTest)
 
testUmlautsInRequestUri(org.apache.wicket.redirect.encodingtest.RequestEncodingTest)

Tests run: 768, Failures: 3, Errors: 0, Skipped: 0

[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] There are test failures.

svn info gives, URL: http://svn.apache.org/repos/asf/wicket/trunk

I just ran svn up, and then mvn clean install.

Regards,

Ross





igor.vaynberg wrote:
 
 i just ran the tests and
 
 Tests run: 768, Failures: 0, Errors: 0, Skipped: 0
 
 also, your log shows that there are 0 errors and failures, so how come
 you have failed tests listed below?
 
 -igor
 
 On Thu, Feb 19, 2009 at 7:53 AM, rossputin rossaj...@yahoo.co.uk wrote:

 Hi guys, hoping you can help.

 At some point during the last couple of days, possibly today, I received
 some dependency updates, and now all of my DropDownChoice components are
 displaying a nonsense string for the default item instead of 'Choose
 One'.
 I typically point to the 1.4-SNAPSHOT dependency for Wicket.

 Perhaps related, the tests are failing for 1.4-SNAPSHOT with the latest
 updates as below:

 Running org.apache.wicket.resource.BundleStringResourceLoaderTest
 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec

 Results :

 Failed tests:
  testDefault(org.apache.wicket.redirect.encodingtest.RequestEncodingTest)

 testUmlautsInQueryParameter(org.apache.wicket.redirect.encodingtest.RequestEncodingTest)

 testUmlautsInRequestUri(org.apache.wicket.redirect.encodingtest.RequestEncodingTest)

 Regards,

 Ross.


 --
 View this message in context:
 http://www.nabble.com/drop-down-default-item-string-is-erroneous-tp22103460p22103460.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 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
 
 
 

-- 
View this message in context: 
http://www.nabble.com/drop-down-default-item-string-is-erroneous-tp22103460p22104407.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: drop down default item string is erroneous

2009-02-19 Thread rossputin

Mac OSX Leopard, with all the latest updates.
Java 1.5.0_16
Maven 2.0.9

Wicket 1.4-SNAPSHOT revision : 745941

Regards,

Ross


igor.vaynberg wrote:
 
 im guessing this is one of those issues that doesnt show up on
 windows. what platform are you working on?
 
 -igor
 
 On Thu, Feb 19, 2009 at 8:38 AM, rossputin rossaj...@yahoo.co.uk wrote:

 Hi.

 Sorry the complete print out is...

 Running org.apache.wicket.resource.BundleStringResourceLoaderTest
 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec

 Results :

 Failed tests:
  testDefault(org.apache.wicket.redirect.encodingtest.RequestEncodingTest)

 testUmlautsInQueryParameter(org.apache.wicket.redirect.encodingtest.RequestEncodingTest)

 testUmlautsInRequestUri(org.apache.wicket.redirect.encodingtest.RequestEncodingTest)

 Tests run: 768, Failures: 3, Errors: 0, Skipped: 0

 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] There are test failures.

 svn info gives, URL: http://svn.apache.org/repos/asf/wicket/trunk

 I just ran svn up, and then mvn clean install.

 Regards,

 Ross





 igor.vaynberg wrote:

 i just ran the tests and

 Tests run: 768, Failures: 0, Errors: 0, Skipped: 0

 also, your log shows that there are 0 errors and failures, so how come
 you have failed tests listed below?

 -igor

 On Thu, Feb 19, 2009 at 7:53 AM, rossputin rossaj...@yahoo.co.uk
 wrote:

 Hi guys, hoping you can help.

 At some point during the last couple of days, possibly today, I
 received
 some dependency updates, and now all of my DropDownChoice components
 are
 displaying a nonsense string for the default item instead of 'Choose
 One'.
 I typically point to the 1.4-SNAPSHOT dependency for Wicket.

 Perhaps related, the tests are failing for 1.4-SNAPSHOT with the latest
 updates as below:

 Running org.apache.wicket.resource.BundleStringResourceLoaderTest
 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018
 sec

 Results :

 Failed tests:
 
 testDefault(org.apache.wicket.redirect.encodingtest.RequestEncodingTest)

 testUmlautsInQueryParameter(org.apache.wicket.redirect.encodingtest.RequestEncodingTest)

 testUmlautsInRequestUri(org.apache.wicket.redirect.encodingtest.RequestEncodingTest)

 Regards,

 Ross.


 --
 View this message in context:
 http://www.nabble.com/drop-down-default-item-string-is-erroneous-tp22103460p22103460.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 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




 --
 View this message in context:
 http://www.nabble.com/drop-down-default-item-string-is-erroneous-tp22103460p22104407.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 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
 
 
 

-- 
View this message in context: 
http://www.nabble.com/drop-down-default-item-string-is-erroneous-tp22103460p22105594.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: wicketstuff build question

2009-01-20 Thread rossputin

Thanks for your help guys,

all sorted,

Ross


Martin Funk-3 wrote:
 
 Wicket core corrected a typo in IHeaderResponse which changed the method
 signature.
 So gmap implementing that interface broke.
 I just corrected that, so in the svn repo it should be fine now.
 
 don't know how fast the build systems catch up on that.
 
 mf
 
 2009/1/19 rossputin rossaj...@yahoo.co.uk
 

 Hi guys.

 Hoping you can shed some light on this.  I accidentally posted this to
 the
 wicketstuff group under nabble, and understand it is best put here in
 Wicket
 - User.

 Recent updates to the wicketstuff-core maven project I use, and
 wicket-1.4-SNAPSHOT are causing a conflict.  If I build wicketstuff-core
 against the wicket-1.4-SNAPSHOT from
 http://svn.apache.org/repos/asf/wicket/trunk there is a problem with the
 method signature for renderOnEventJavascript for interface
 org.apache.wicket.markup.html.IHeaderResponse exposed in my gmap2
 integration.

 If I use the wicket-1.4-SNAPSHOT as distributed at
 http://wicketstuff.org/maven/repository the Google Map Integration code
 works fine, but my ContextImages are broken in the following two ways:

 1) The relative path is now wrong... I now need to prepend '../' to my
 code.. ContextImage editImage = new ContextImage(editImage, new Model
 (skin/images/edit.jpg));

 2) For some reason when looking at the path to the image in the
 browser it is losing the image name part of the path, so I get ..
 http://localhost:8080/myapp/skin/images/, instead of
 http://localhost:8080/myapp/skin/images/edit.jpg

 How is the wicket-1.4-SNAPSHOT distributed by wicketstuff.org different ?

 Any help would be greatly appreciated,

 thanks in advance,

 regards,

 Ross





 --
 View this message in context:
 http://www.nabble.com/wicketstuff-build-question-tp21547550p21547550.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


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


 
 

-- 
View this message in context: 
http://www.nabble.com/wicketstuff-build-question-tp21547550p21559726.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



wicketstuff build question

2009-01-19 Thread rossputin

Hi guys.

Hoping you can shed some light on this.  I accidentally posted this to the
wicketstuff group under nabble, and understand it is best put here in Wicket
- User.

Recent updates to the wicketstuff-core maven project I use, and
wicket-1.4-SNAPSHOT are causing a conflict.  If I build wicketstuff-core
against the wicket-1.4-SNAPSHOT from
http://svn.apache.org/repos/asf/wicket/trunk there is a problem with the
method signature for renderOnEventJavascript for interface
org.apache.wicket.markup.html.IHeaderResponse exposed in my gmap2
integration.

If I use the wicket-1.4-SNAPSHOT as distributed at
http://wicketstuff.org/maven/repository the Google Map Integration code
works fine, but my ContextImages are broken in the following two ways:
 
1) The relative path is now wrong... I now need to prepend '../' to my 
code.. ContextImage editImage = new ContextImage(editImage, new Model 
(skin/images/edit.jpg)); 

2) For some reason when looking at the path to the image in the 
browser it is losing the image name part of the path, so I get .. 
http://localhost:8080/myapp/skin/images/, instead of
http://localhost:8080/myapp/skin/images/edit.jpg

How is the wicket-1.4-SNAPSHOT distributed by wicketstuff.org different ?

Any help would be greatly appreciated,

thanks in advance,

regards,

Ross

 



-- 
View this message in context: 
http://www.nabble.com/wicketstuff-build-question-tp21547550p21547550.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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