Re: [DISCUSS 1.5] Rename IHeaderResponse to IResourceResponse (or similar)?

2010-12-18 Thread Juergen Donnerstag
I understand that IHeaderResponse is no longer accurate, but IResourceResponse IMO would simply be wrong: it's not a response to a resource. It contributes to a specific section of a response such as Header or Footer Juergen On Sat, Dec 18, 2010 at 6:56 AM, Jeremy Thomerson

Re: svn commit: r1050433 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/request/handler/render/ main/java/org/apache/wicket/util/tester/ test/java/org/apache/wicket/request/handler/

2010-12-18 Thread Martin Grigorov
Hi Jeremy, On Sat, Dec 18, 2010 at 3:41 AM, Jeremy Thomerson jer...@wickettraining.com wrote: A couple questions about this commit (inline): On Fri, Dec 17, 2010 at 10:01 AM, mgrigo...@apache.org wrote: Author: mgrigorov Date: Fri Dec 17 16:01:41 2010 New Revision: 1050433 URL:

Re: [DISCUSS 1.5] Rename IHeaderResponse to IResourceResponse (or similar)?

2010-12-18 Thread Martijn Dashorst
On Sat, Dec 18, 2010 at 9:27 AM, Juergen Donnerstag juergen.donners...@gmail.com wrote: I understand that IHeaderResponse is no longer accurate, but IResourceResponse IMO would simply be wrong: it's not a response to a resource. It contributes to a specific section of a response such as Header

Re: [DISCUSS 1.5] Rename IHeaderResponse to IResourceResponse (or similar)?

2010-12-18 Thread Jeremy Thomerson
On Sat, Dec 18, 2010 at 2:27 AM, Juergen Donnerstag juergen.donners...@gmail.com wrote: I understand that IHeaderResponse is no longer accurate, but IResourceResponse IMO would simply be wrong: it's not a response to a resource. It contributes to a specific section of a response such as Header

Re: [DISCUSS 1.5] Rename IHeaderResponse to IResourceResponse (or similar)?

2010-12-18 Thread tetsuo
Unless you can think of a spectacularly better name, I think you should just keep IHeaderResponse. Tetsuo On Sat, Dec 18, 2010 at 12:25 PM, Jeremy Thomerson jer...@wickettraining.com wrote: On Sat, Dec 18, 2010 at 2:27 AM, Juergen Donnerstag juergen.donners...@gmail.com wrote: I understand

Test ApacheLicenceHeaderTest fails

2010-12-18 Thread andrea del bene
Hi everybody, with last code from main trunk I've got a failure with test org.apache.wicket.util.license.ApacheLicenceHeaderTest. Can anyone confirm it?

Re: Test ApacheLicenceHeaderTest fails

2010-12-18 Thread Martin Grigorov
Negative. All is fine here. On Sat, Dec 18, 2010 at 5:28 PM, andrea del bene andrea.on@libero.itwrote: Hi everybody, with last code from main trunk I've got a failure with test org.apache.wicket.util.license.ApacheLicenceHeaderTest. Can anyone confirm it?

Re: Tester loses all submit parameters after ajax call

2010-12-18 Thread zkybar...@gmail.com
Pedro, Thanks for reply. Yeah i have workaround for this - i just reset submit parameters from last request to current request. On Sat, Dec 18, 2010 at 6:30 PM, Pedro Santos pedros...@gmail.com wrote: Hi Zilvinas, I'm taking a look at your described issue, for now try to set the parameter as

Re: Tester loses all submit parameters after ajax call

2010-12-18 Thread zkybar...@gmail.com
Pedro, One more thing, i have updated WicketTesterTest, which fails with issue i have described. I'm attaching patch file, maybe it will be of any help for you. On Sat, Dec 18, 2010 at 8:07 PM, zkybar...@gmail.com zkybar...@gmail.comwrote: Pedro, Thanks for reply. Yeah i have workaround for

Re: Test ApacheLicenceHeaderTest fails

2010-12-18 Thread andrea del bene
Sorry, was a problem with my local repository. Now it works. Negative. All is fine here. On Sat, Dec 18, 2010 at 5:28 PM, andrea del beneandrea.on@libero.itwrote: Hi everybody, with last code from main trunk I've got a failure with test