Re: [VOTE] WICKET-983: Merging portlet support

2007-09-23 Thread Martin Grigorov
On Thu, 20 Sep 2007, Gwyn Evans wrote: We should have a vote on https://issues.apache.org/jira/browse/WICKET-983 (Merge the portlet support branch into the trunk) to decide whether we want this in core now or later. Choices: [X ] 1) Merge now and accept the (small but non-zero)

Re: svn commit: r591368 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/n avigation/paging/IPageable.java

2007-11-02 Thread Martin Grigorov
Let it be IClusterable. please. On Fri, 2 Nov 2007, [EMAIL PROTECTED] wrote: Author: ivaynberg Date: Fri Nov 2 08:37:31 2007 New Revision: 591368 URL: http://svn.apache.org/viewvc?rev=591368view=rev Log: make ipageable serializable because we keep direct references to it Modified:

Re: [VOTE] Release Wicket 1.3.0 final

2007-12-29 Thread Martin Grigorov
Frank Bille wrote: Hey all, I have build the 1.3.0 final release, and would like everyone to help testing and approving it. This is the big one, the one that will be talked about for years to come. So I would like if we could get as many people to try it out on different platforms/browsers and

Re: Something about Design

2008-01-04 Thread Martin Grigorov
Ahmed Al-Obaidy wrote: Hi Korbinian, If we take the core of Drupal without its CMS modules, it is more a Web applications framework than anything. Look at Form, Theme and Data Access APIs. It is really amazing! Plus, I'm not talking about porting Drupal to Java, I'm talking about learning

Re: wicket 1.4 and other markup languages

2008-03-05 Thread Martin Grigorov
On Tue, 2008-03-04 at 15:20 -0800, Jonathan Locke wrote: almost all of the root form classes and validation are also not specific to html. while it would be possible to cut and paste this, i wonder if we shouldn't extract an abstraction here too. +1 Jonathan Locke wrote: i'm

Re: [vote] Release 1.4 with only generics and stop support for 1.3

2008-03-17 Thread Martin Grigorov
[X] +1, Wicket 1.4 is 1.3 + generics, drop support for 1.3 Martin

Re: VOTE issue 1444, AbstractDecimalConverter has a numberFormats fields that holds NumberFormats, But those are not thread save...

2008-03-23 Thread Martin Grigorov
[] remove the map and the method for 1.3 [X] remove the map and the method for 1.4 Non-binding

Re: apache wicket kittens ready

2008-03-30 Thread Martin Grigorov
On Sat, 2008-03-29 at 08:01 -0700, Jonathan Locke wrote: i spent a few hours last night documenting and cleaning up the kitten auth component i wrote at thoof (thanks to thoof and ian clarke for permission to open source this). i also wrote an example for it. anyway, was thinking this

Re: commit 628015 breaks modalwindows when used in portal (wicket 1.3.2 1.3.3)

2008-04-08 Thread Martin Grigorov
There is a ticket for this: https://issues.apache.org/jira/browse/WICKET-1426 On Tue, 2008-04-08 at 13:47 +0200, Thijs wrote: Hi, The commit on wicket-ajax.js --- Revision: 628015 Author: jcompagner Date: 12:20:39, vrijdag 15 februari 2008 Message: fix for FF that

Re: how to contribute / wicket 1.4 plans

2008-05-04 Thread Martin Grigorov
Spring DM (web.extender) creates a compound ClassLoader from all imported bundles/libraries and set this loader as context class loader. So it should see these classes. I don't see much value of these annotations that Doug proposes (actually this idea was already discussed before). What's better

Component (Page) read/writeObject

2008-05-05 Thread Martin Grigorov
Hi, Browsing the Wicket code I saw that o.a.w.Component has readObject and writeObject methods which in their current implementation actually do some specific serialization if the current instance is a Page. Is there any specific reason to put this code in Component but in Page ? Currently it

Re: How to use Imagebutton

2008-06-16 Thread Martin Grigorov
On Sun, 2008-06-15 at 20:38 -0700, wch2001 wrote: Dear all, I will use the image for button, that means click image to submit side. add( new ImageButton(submitButton){ @Override public void onSubmit() {

Re: A Questions about the guts of Wicket

2008-08-01 Thread Martin Grigorov
On Thu, 2008-07-31 at 20:41 -0700, Adib Saikali wrote: Hello Wicket Developers, Thanks for a great framework. I am studying the source code for Wicket and have some questions about some parts of the code that are not obvious to me. I have spent many hours stepping through the code and have

Re: RequestParamters vs. PageParameters

2008-08-01 Thread Martin Grigorov
On Thu, 2008-07-31 at 20:52 -0700, Adib Saikali wrote: Hi, What is the key distinction between RequestParameters and PageParamters why are two classes needed? Thakns Adib PageParameters is OO representation of the query string. It provides convenient methods like

Re: [VOTE] Consistent naming for Wicket Stuff projects

2008-11-30 Thread Martin Grigorov
El jue, 27-11-2008 a las 15:54 -0600, Jeremy Thomerson escribió: I am beginning the WS reorg as noted in previous emails. You can monitor progress here: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/ As we move projects into the wicketstuff-core, I

RE: Wicketstuff-core pom?

2008-12-04 Thread Martin Grigorov
I had the same problem when I tried to use log4j ver. 1.2.15 Using v. 1.2.14 is ok. El jue, 04-12-2008 a las 10:11 -0600, Jeremy Thomerson escribió: It shouldn't be - the only dependency that the core pom gives every project is wicket (core). Everything else should be optional dependencies.

Re: VOTE: set outputMarkupContainerClassName by default on in development mode

2009-02-03 Thread Martin Grigorov
+1 Currently I use it explicitly in DEV mode El mié, 04-02-2009 a las 00:23 +0100, Matej Knopp escribió: in trunk of course..

Re: Datatable Internationalization

2009-02-19 Thread Martin Grigorov
Hi Loic, The label could be i18n-ized by using NavigatorLabel. The last String parameter to StringResourceModel is the default which will be used if there is nothing in the bundles Use users@ mailing list for such kind of questions. El jue, 19-02-2009 a las 15:23 +0100, Loic Descotte escribió:

Re: [DISCUSS] - Introduce wicket-devutils package to Wicket core, with inspector bug

2009-03-27 Thread Martin Grigorov
+1 Additional candidate for this sub-project: - org.apache.wicket.markup.html.debug.PageView (wicket sub-project) (maybe you wont be able to move it for 1.4) El vie, 27-03-2009 a las 23:17 -0500, Jeremy Thomerson escribió: Please review WICKET-670 [1] and give your input. The idea is

Re: [DISCUSS] - Introduce wicket-devutils package to Wicket core, with inspector bug

2009-04-01 Thread Martin Grigorov
Maybe the idea of https://issues.apache.org/jira/browse/WICKET-2084 could be incorporated too. El mar, 31-03-2009 a las 13:13 -0500, Jeremy Thomerson escribió: That's one of the next things I want to work on later this week. Here's what I'm thinking: - Make it so that any debug

Re: [VOTE] Release Wicket 1.4-rc4

2009-05-06 Thread Martin Grigorov
[X] Yes release 1.4-rc4

Re: RedirectRequestTarget SC_MOVED_PERMANENTLY

2009-06-28 Thread Martin Grigorov
See WebErrorCodeResponseTarget @devs: why the name of this class is *Response*Target while actually it is an implementation of I*Request*Target ? It is a bit confusing/inconsistent. El dom, 28-06-2009 a las 13:40 +0200, Michael Mosmann escribió: Hi, can we extends RedirectRequestTarget

Re: [VOTE] release wicket 1.4-rc7

2009-07-11 Thread Martin Grigorov
[x] Yes release 1.4-rc7 El vie, 10-07-2009 a las 11:25 -0700, Igor Vaynberg escribió: I've created a release for Wicket 1.4-rc7. Until it is officially released, you can download from the following locations: SVN Tag: http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4-rc7/ M2 Repo:

Re: [vote] release wicket 1.4.0

2009-07-24 Thread Martin Grigorov
[X] Yes release 1.4.0 [ ] No, don't release it

Re: IMarkupFragment

2009-09-17 Thread Martin Grigorov
Hi Juergen, I see SVN conflicts in org/apache/wicket/markup/Markup.java committed. They are in the comments though. El jue, 17-09-2009 a las 07:46 +0200, Juergen Donnerstag escribió: I just committed IMarkupFragment to 1.5 trunk. Via Component.getMarkup() is allows you to get the component's

Re: properties files

2009-09-28 Thread Martin Grigorov
There is no way to do that with .properties file. You still may use .yml with Java, there is a Java parsing library. Google it. Or use JSON/XML. El lun, 28-09-2009 a las 18:52 +0200, François-Xavier Lacroix escribió: Hello everybody I m new to wicket and i got to make some hooky data in a

Re: [vote] release 1.4.2 attempt 2

2009-09-30 Thread Martin Grigorov
El mié, 30-09-2009 a las 07:25 +, Sam Stainsby escribió: On Tue, 29 Sep 2009 11:46:27 -0700, Igor Vaynberg wrote: (non-binding) [X] Yes release [ ] No, don't release it and here is why... (non-binding) [X] Yes release [ ] No, don't release it and here is why...

Re: taking the I out of Interface

2009-10-04 Thread Martin Grigorov
+1 for removing 'I'. I personally do like it but since this is what the committers prefer than I'm fine. -1 for renaming Model to anything else. @Erik: it'd be interesting to be at a course of jWeekend where you'll explain to the attendees Wicket consists of components, models, ... and the basic

Re: taking the I out of Interface

2009-10-04 Thread Martin Grigorov
Model to Locator would be hell lot more confusing than renaming IModel to Model. Fully agree. -Matej On Sun, Oct 4, 2009 at 3:19 PM, Martin Grigorov mcgreg...@e-card.bg wrote: +1 for removing 'I'. I personally do like it but since this is what the committers prefer than I'm fine. -1

Re: Wicket-stuff site down?

2009-10-27 Thread Martin Grigorov
:48 +0200, Martin Grigorov escribió: There was only one distributionManagement in wicketstuff-core/pom.xml (and sub-modules) without the needed setting: snapshotRepository idwicketstuff-org-maven/id urlscpexe://wicketstuff.org/home/wicket/tomcat/webapps/maven/repository/url

Re: Wicket-stuff site down?

2009-10-28 Thread Martin Grigorov
/1.4-SNAPSHOT/ johan On Tue, Oct 27, 2009 at 11:59, Martin Grigorov mcgreg...@e-card.bg wrote: One more fixed: wicketstuff-animator/pom.xml According to http://maven.apache.org/pom.html#Distribution_Management these fixes should be enough

Re: Problem building wicket trunk

2009-11-03 Thread Martin Grigorov
No problems here. Trunk is building successful. Your problem is just an INFO. This should not fail the build. And yes, the quickstart has no Mojos. It is not a regular Maven plugin (Mojo). El mar, 03-11-2009 a las 22:47 -0600, Jeremy Thomerson escribió: I'm trying to build trunk to do some test

Re: Patch submitted for Enum-ification of the runtime configuration types

2009-11-11 Thread Martin Grigorov
On Wed, 2009-11-11 at 15:59 +0100, Olivier Croisier wrote: Hi, WICKET-1847 is more than a year old and has had no activity for more than a year, whereas the WICKET-1945 was more revent and seemed interesting to me, so I corrected it. But in my opinion, even if the former is the target

Re: Patch submitted for Enum-ification of the runtime configuration types

2009-11-11 Thread Martin Grigorov
configuration. Such profiles could be detected using the Service Provider API for example, and selected by an init-parameter. What do you think ? Olivier On Wed, Nov 11, 2009 at 4:08 PM, Martin Grigorov mcgreg...@e-card.bg wrote: On Wed, 2009-11-11 at 15:59 +0100, Olivier

Re: Future of Wicket Security (WASP/SWARM)

2010-01-22 Thread Martin Grigorov
On Fri, 2010-01-22 at 10:52 +0100, Martijn Dashorst wrote: Guys, I'd like to discuss the future of the Wicket Security project. Currently the project lives on/in the wicketstuff repository, but uses group id and package names org.apache.wicket. IMO We should either: - adopt Wicket

Re: Igor did it!

2010-03-02 Thread Martin Grigorov
Igor did the tests but big part of the main code was your work, Matej. Big ¡Bravo! for both of you! On Tue, 2010-03-02 at 13:44 +0200, Martin Makundi wrote: Now there is time for RFEs ;) ? Now is time to migrate apps and see what are the benefits and what is still missing related to URL

Re: [vote] release wicket 1.4.7

2010-03-02 Thread Martin Grigorov
Any reason why this vote is only at dev@ mailing list ? If my memory serves me well users@ were involved in testing/voting before. On Sun, 2010-02-28 at 16:13 -0800, Igor Vaynberg wrote: this vote is to release wicket 1.4.7 this maintenance release brings over 30 bug fixes and improvements.

Re: [vote] release wicket 1.4.8

2010-04-28 Thread Martin Grigorov
Please, port your fixes in 1.5 as well. Thanks! On Tue, 2010-04-27 at 15:53 +0200, Johan Compagner wrote: I checked today 2 little things in that i would like to have in the next build one of this is a small regression from: WICKET-1825 The other is a small fix for the patch that i did

Re: [Vote] release wicketstuff-core 1.4.8 and 1.4.9

2010-05-29 Thread Martin Grigorov
On Fri, 2010-05-28 at 20:12 -0400, Michael O'Cleirigh wrote: Hello, I've created a new template for wicketstuff-core releases. After every wicket release we will create a branch from trunk that locks in the wicket version and cut a matching release like wicketstuff-core-1.4.9. At a

Re: Please read before using JIRA

2010-06-02 Thread Martin Grigorov
Hi Jeremy, On Tue, 2010-06-01 at 13:19 -0500, Jeremy Thomerson wrote: If you use our JIRA for tickets, please note the following couple of reminders: - Do not clone an issue that was closed as wont't fix, etc. Just reopen and comment if you have a new use case that should be

Re: Apache Shiro 1.0.0 and getting shiro-security to build for 1.4.9.1 release later this week

2010-06-09 Thread Martin Grigorov
I can confirm - build is OK here. On Tue, 2010-06-08 at 23:43 -0400, Ryan McKinley wrote: Odd -- can you give me some more info on what fails? This build fine for me on two different build systems: [INFO] [INFO]

Re: I' new in Wicket how Can I start?

2010-07-04 Thread Martin Grigorov
Check http://wicket.apache.org/ , section Getting Started and Documentation Books. If you use Maven the just copy/paste this on the command line: mvn archetype:create -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=1.4.9

WebApplication.addIgnoreMountPath(String)

2010-07-19 Thread Martin Grigorov
Hi, A have a Wicket 1.5 question: There is a comment in org.apache.wicket.protocol.http.WebApplication.addIgnoreMountPath(String) : public final void addIgnoreMountPath(String path) { // TODO how is this supposed to work :/ throw new UnsupportedOperationException(); } Idea: currently the root

Re: svn commit: r965786 - /wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxLazyLoadPanel.java

2010-07-20 Thread Martin Grigorov
Hi Martijn, Two commets from me: - the test is broken ;-) (I'll fix it right away) - the change is not very i18n friendly, but at least it is easy to extend 2010/7/20 dasho...@apache.org Author: dashorst Date: Tue Jul 20 10:28:46 2010 New Revision: 965786 URL:

Re: [proposal] Replace TeamCity on wicketstuff.org with Hudson for building wicketstuff projects

2010-07-21 Thread Martin Grigorov
Hi, Recently in my company we moved from TeamCity to Hudson for two major reasons: - Hudson can start several runners (i.e. build several projects at once) while TC agent can build at most one project at a time - Hudson knows Maven, i.e. after building project X it builds all projects that depend

Re: svn commit: r966409 - in /wicket/branches/wicket-1.4.x/wicket/src: main/java/org/apache/wicket/protocol/http/AbstractHttpSessionStore.java test/java/org/apache/wicket/protocol/http/pagestore/Dis

2010-07-21 Thread Martin Grigorov
2010/7/21 jdonners...@apache.org Author: jdonnerstag Date: Wed Jul 21 20:43:25 2010 New Revision: 966409 URL: http://svn.apache.org/viewvc?rev=966409view=rev Log: fixed WICKET-2946 Exceptions raised in overridden sessionDestroyed() event (of WebApplication class) are completely swallowed

Re: WebApplication.addIgnoreMountPath(String)

2010-07-21 Thread Martin Grigorov
I forgot about this ... Actually this is org.apache.wicket.protocol.http.WebApplication.unmount(String) from Wicket 1.4. Don't know why this method is renamed ... Do we still need it ? 2010/7/19 Igor Vaynberg igor.vaynb...@gmail.com you can by subclassing it... -igor On Mon, Jul 19, 2010

Re: Wicket stuff server maintenance

2010-07-21 Thread Martin Grigorov
Someone mentioned in users@ about a problem with relative paths in TC7 too. Maybe the examples wont work too. 2010/7/21 Martijn Dashorst martijn.dasho...@gmail.com OK seems to be a tomcat 7 incompatibility of hudson... Martijn On Wed, Jul 21, 2010 at 10:46 PM, Martijn Dashorst

Re: WebApplication.addIgnoreMountPath(String)

2010-07-22 Thread Martin Grigorov
Ok, then I'll deprecate it in 1.4 and remove it completely in 1.5 2010/7/22 Igor Vaynberg igor.vaynb...@gmail.com i dont see why -igor On Wed, Jul 21, 2010 at 2:15 PM, Martin Grigorov mgrigo...@apache.org wrote: I forgot about this ... Actually

Re: remove oninitialize/onconfigure from 1.4.x?

2010-07-23 Thread Martin Grigorov
I'm also +1 to keep them in 1.4. Addition of new code is not exactly backward incompatible change. The names of the methods are common so the chance of clash is bigger but still there is such chance with any other addition. On Fri, Jul 23, 2010 at 10:50 AM, Martijn Dashorst

Re: remove oninitialize/onconfigure from 1.4.x?

2010-07-23 Thread Martin Grigorov
https://cwiki.apache.org/WICKET/migration-to-wicket-15.html On Fri, Jul 23, 2010 at 2:38 PM, Carl-Eric Menzel cmen...@wicketbuch.dewrote: Definitely +1 from me for keeping these methods in 1.4.x, with the additional scope-narrowing changes from Johan. Good ideas! These new methods will make

Re: remove oninitialize/onconfigure from 1.4.x?

2010-07-24 Thread Martin Grigorov
+1 for vote in users@ I just found a problem while creating new wicket-example for the new request mappers: java.lang.StackOverflowError at org.apache.wicket.MarkupContainer.addedComponent(MarkupContainer.java:978) at org.apache.wicket.MarkupContainer.add(MarkupContainer.java:168) at

Examples for the new request mappers

2010-07-24 Thread Martin Grigorov
Hi, I just added a new wicket-examples application (Wicket 1.5 only) showing two custom request mappers: * custom home page - e.g. requesting http://example.com will load Application#getHomePage() at http://example.com/custom/path * locale first mapper - the session locale is encoded as first

Re: Examples for the new request mappers

2010-07-24 Thread Martin Grigorov
For now the only tutorial is the source code :-/ On Sat, Jul 24, 2010 at 8:47 PM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: Hi M! Is was there a tutorial on this topic? ** Martin 2010/7/24 Martin Grigorov mgrigo...@apache.org: Hi, I just added a new wicket-examples

Re: [jira] Resolved: (WICKET-2966) markupStream field in MarkupException breaks Exception's Serializable contract.

2010-07-26 Thread Martin Grigorov
You can do it by sending an email to dev-unsubscr...@wicket.apache.org On Mon, Jul 26, 2010 at 12:46 PM, Steven Tierney steven.tier...@brightpurple.co.uk wrote: Could you please remove me from this mailing list. Best regards, Steven Steven Tierney Bright Purple Resourcing Ltd Senior

ComponentTag#append()

2010-07-28 Thread Martin Grigorov
Hi, Since recently we have ComponentTag#append(). It will be included in 1.4.10. Do we need #prepend() as well ? I can see users starting asking for this.

SwitchProtocolRequestHandler in 1.5

2010-07-31 Thread Martin Grigorov
Hi, I'm re-introducing https request upgrading (ex. SwitchProtocolRequestTarget) in Wicket 1.5 - SwitchProtocolRequestHandler. In 1.4 the user application has to register HttpsRequestCycleProcessor to be able to use this functionality. In 1.5 there is no IRequestCycleProcessor so we need another

Re: SwitchProtocolRequestHandler in 1.5

2010-07-31 Thread Martin Grigorov
Option 1 is committed with r981030. I'll re-work it if we decide that there is a better solution. On Sat, Jul 31, 2010 at 11:00 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, I'm re-introducing https request upgrading (ex. SwitchProtocolRequestTarget) in Wicket 1.5

Re: SwitchProtocolRequestHandler in 1.5

2010-08-01 Thread Martin Grigorov
a better way may be: myapplication#init() { setRootRequestMapper(new HttpsHandler(getRootRequestHandler(), httpsConfig)); } that way it fits in nicely with the idea of bolt-on request mappers and allows users more control. -igor On Sat, Jul 31, 2010 at 2:00 AM, Martin Grigorov mgrigo

Re: svn commit: r981169 - in /wicket/trunk: wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/ wicket-extensions/src/main/java/org/apache/wicket/extensions/aj

2010-08-01 Thread Martin Grigorov
The regression is fixed. Thanks On Sun, Aug 1, 2010 at 6:24 PM, Juergen Donnerstag juergen.donners...@gmail.com wrote: fixed it and added a test case. Tested it against a quickstart. It should now be ok. Could you please check. Thanks Juergen On Sun, Aug 1, 2010 at 3:37 PM, Martin

Re: svn commit: r981169 - in /wicket/trunk: wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/ wicket-extensions/src/main/java/org/apache/wicket/extensions/aj

2010-08-01 Thread Martin Grigorov
Now another test is failing: http://hudson.zones.apache.org/hudson/job/Apache%20Wicket%201.5.x/org.apache.wicket$wicket/197/testReport/junit/org.apache.wicket.protocol.http/WicketFilterTest/testCheckRedirect_1/ On Sun, Aug 1, 2010 at 6:36 PM, Martin Grigorov mgrigo...@apache.orgwrote

Re: Object oriented AutoCompleteTextField

2010-08-05 Thread Martin Grigorov
There is such project in wicketstuff projects On Thu, Aug 5, 2010 at 3:21 PM, armandoxxx armando@dropchop.com wrote: HI guys .. I know it's an old post .. but did you ever implement this AutoCompleObjectTextField idea you had ? Kind regards Armando -- View this message in

Re: Build Wicket 1.4.10 soon?

2010-08-05 Thread Martin Grigorov
I want to fix https://issues.apache.org/jira/browse/WICKET-2964 for the next 1.4 release. I'll have time this weekend. On Thu, Aug 5, 2010 at 10:11 PM, Jeremy Thomerson jer...@wickettraining.com wrote: Does everyone have everything they want in for 1.4.10? I think we should push a release

Re: Build Wicket 1.4.10 soon?

2010-08-07 Thread Martin Grigorov
No errors here too with both jdk 1.5 and 1.6. On Sat, Aug 7, 2010 at 7:27 AM, Jeremy Thomerson jer...@wickettraining.comwrote: Well, on my laptop I have to regularly switch between 5 and 6, so there's really no telling. :) On Aug 7, 2010 12:24 AM, Igor Vaynberg igor.vaynb...@gmail.com wrote:

Re: [vote] release wicket 1.5-M1

2010-08-07 Thread Martin Grigorov
Please test the release and offer your vote: [x] Yes, release [ ] No, don't release it (and please tell us why) My first binding vote! I played some more with 1.5 (trunk) lately so I want to vote for its M1 release without playing with just released tag :-) This is milestone release so it is

Re: [vote] release wicket 1.4.10

2010-08-09 Thread Martin Grigorov
[x] Yes, release [ ] No, don't release it (and please tell us why) mvn clean install passed tried random examples - all good On Mon, Aug 9, 2010 at 11:00 AM, Johan Compagner jcompag...@gmail.comwrote: +1 On Sat, Aug 7, 2010 at 20:23, Igor Vaynberg igor.vaynb...@gmail.com wrote: This vote

Re: Build Wicket 1.4.10 soon?

2010-08-10 Thread Martin Grigorov
changed that it was able to build for you? On Sat, Aug 7, 2010 at 2:46 AM, Igor Vaynberg igor.vaynb...@gmail.com wrote: weird. compiles here with 6 but not with 5 :| i guess one of you guys will have to do the build. -igor On Sat, Aug 7, 2010 at 12:38 AM, Martin Grigorov mgrigo

Re: [wicketstuff-core] changes in progress to support java5 and java6 modules

2010-08-10 Thread Martin Grigorov
On Tue, Aug 10, 2010 at 4:39 AM, Michael O'Cleirigh michael.ocleir...@rivulet.ca wrote: Hello, Since the switch to the new wicketstuff.org hudson build server some projects haven't been building because they have java6 dependencies. With the 1.4.10 release occurring soon I need trunk to be

Update examples at wicketstuff.org

2010-08-12 Thread Martin Grigorov
Hi, I would like to ask wicketstuff.org maintainers to update the examples deployed at this machine to latest 1.4.10 and 1.5-M1 versions. Recently we had a ticket about broken 1.4 examples but everything was fine in the latest snapshot (running the examples locally). Do you think it is a good

Re: svn commit: r984800 - /wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js

2010-08-12 Thread Martin Grigorov
Is this related to https://issues.apache.org/jira/browse/WICKET-2977 or this is something different ? On Thu, Aug 12, 2010 at 4:23 PM, jcompag...@apache.org wrote: Author: jcompagner Date: Thu Aug 12 14:23:34 2010 New Revision: 984800 URL: http://svn.apache.org/viewvc?rev=984800view=rev

Re: Update examples at wicketstuff.org

2010-08-12 Thread Martin Grigorov
should have the latest now. On Thu, Aug 12, 2010 at 16:55, Martin Grigorov mgrigo...@apache.org wrote: Here is a URL to latest build at Hudson: http://hudson.zones.apache.org/hudson/job/Apache%20Wicket%201.4.x/ws/wicket-1.4.x/wicket-examples/target/wicket-examples.war I think

Re: Locale related test failures in trunk

2010-08-13 Thread Martin Grigorov
I'm to blame for the first one... Both english locale and skipTests should be ok. 2010/8/13 Major Péter majorpe...@sch.bme.hu Hi, I've tried to compile wicket trunk, but 3 test was failing for me: Failed tests:

Re: Remove support for Portlets in Wicket 1.5

2010-08-14 Thread Martin Grigorov
Hi, With r985443 the support for portlets is completely removed. The code is copied to https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-portlets . Check the list of modified files in the commit to see which other files in Wicket are modified. To bring the wicketstuff

Re: svn commit: r985696 - in /wicket/trunk: wicket-examples/src/main/java/org/apache/wicket/examples/hellobrowser/ wicket-request/src/main/java/org/apache/wicket/request/ wicket/src/main/java/org/apac

2010-08-15 Thread Martin Grigorov
I agree for BrowserInfoPage! Will move it to WebSession. Not sure about ClientInfo ... WebSession returns the specialization WebClientInfo On Sun, Aug 15, 2010 at 8:43 PM, Juergen Donnerstag juergen.donners...@gmail.com wrote: ClientInfo and newBrowserInfoPage have been added to Session though

Re: Is WicketFilter.checkCharacterEncoding() safe?

2010-08-16 Thread Martin Grigorov
As solution I can see using HttpServletRequestWrapper instead of dealing directly with the HttpServletRequest passed by the container. This way we can provide custom implementation of HttpServletRequestWrapper that overrides javax.servlet.ServletRequestWrapper.getCharacterEncoding() and if

Re: [Vote] wicketstuff-core structure to support wicket 1.5 related development

2010-08-16 Thread Martin Grigorov
[ x ] - trunk to track 1.5, branch for 1.4.11-SNAPSHOT and subsequent releases. (+:no merge later; -: trunk will be broken for an extended period) [ ] - trunk stays on 1.4.x, create new branch to track 1.5-M1. (+: no switch is needed; -: at some point need to merge the branch back into trunk)

Re: [jira] Commented: (WICKET-2969) Throw an IllegalStateException for already implemented onInitialize methods

2010-08-16 Thread Martin Grigorov
fixed. thanks! On Mon, Aug 16, 2010 at 4:09 PM, Daniel Soneira (JIRA) j...@apache.orgwrote: [ https://issues.apache.org/jira/browse/WICKET-2969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12898941#action_12898941] Daniel Soneira commented on

Re: [vote] release wicket 1.4.11

2010-09-07 Thread Martin Grigorov
+1 release On Tue, Sep 7, 2010 at 9:45 AM, Igor Vaynberg igor.vaynb...@gmail.comwrote: +1 release. -igor On Sat, Sep 4, 2010 at 8:12 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote: This vote is to release wicket 1.4.11 Branch:

Re: svn commit: r993571 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket: ajax/AbstractDefaultAjaxBehavior.java ajax/AjaxRequestTarget.java request/handler/ListenerInterfaceRequestHandler.jav

2010-09-08 Thread Martin Grigorov
Hi Peter, Is there a reason to remove final from - public static final CharSequence throttleScript(CharSequence script, String throttleId, + public static CharSequence throttleScript(CharSequence script, String throttleId, Duration throttleDelay) ? I don't see a reason

Re: Wicket Spring integration issue

2010-09-09 Thread Martin Grigorov
On Thu, Sep 9, 2010 at 2:51 PM, chitrabhanu.das chitrabhanu@gmail.comwrote: Hey guys I am pretty much stuck integrating wicket and spring my program details are applicationContext.xml ?xml version=1.0 encoding=UTF-8? beans default-autowire=autodetect

Re: Are there specific things that have been improved between m1 and m2? (was Re: [vote] release wicket 1.5-m2)

2010-09-10 Thread Martin Grigorov
The main new feature is WICKET-1312 - event-based notification mechanism. Also there are some new request mappers - httpsmapper, packagemapper and resourcemapper. On Fri, Sep 10, 2010 at 10:31 AM, Martijn Dashorst martijn.dasho...@gmail.com wrote: Are there noteworthy changes other than the

Re: svn commit: r996157 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js

2010-09-11 Thread Martin Grigorov
This is getting hard :-) I don't know a way to call event.preventDefault() inside dispatchEvent(). Calling it before calling dispatchEvent() doesn't work. Other solution would be to get reference(s) to all registered listeners and call them manually, but again I don't know a way to do this. On

Re: [vote] release wicket 1.5-m2

2010-09-11 Thread Martin Grigorov
-1 Please rebuild with the fix in WICKET-3040 On Sat, Sep 11, 2010 at 4:12 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: -1 until WICKET-3042 is fixed. -igor On Sat, Sep 11, 2010 at 7:07 AM, nino martinez wael nino.martinez.w...@gmail.com wrote: +1 when this is fixed :

Re: wicketstuff maven repository

2010-09-13 Thread Martin Grigorov
https://oss.sonatype.org/index.html#nexus-search;quick~wicket-shiro On Mon, Sep 13, 2010 at 4:59 PM, Ryan McKinley ryan...@gmail.com wrote: I would like to make sure that wicket-shiro is included in the next wicketstuff release. When I build:

Re: wicketstuff maven repository

2010-09-13 Thread Martin Grigorov
Emma, just send an email to dev-unsubscr...@wicket.apache.org On Mon, Sep 13, 2010 at 5:41 PM, Emma Moss e.m...@hurstuk.com wrote: Can you pls take me of the list, I do not wish to receive these emails Many Thanks Emma -Original Message- From: Ryan McKinley

Re: [vote] release wicket 1.4.12

2010-09-14 Thread Martin Grigorov
+1 mvn clean install passes successfully tried random examples - all ok On Mon, Sep 13, 2010 at 5:45 AM, Igor Vaynberg igor.vaynb...@gmail.comwrote: This vote is to release wicket 1.4.12. This release fixes a critical problem with 1.4.11 namely WICKET-3040. Branch:

Re: [vote] release wicket-1.5-M2.1

2010-09-14 Thread Martin Grigorov
+1 mvn clean install passes random examples - some images resources are with wrong path, tree components log warnings related to migration from 1.4 to 1.5, stockquote example blocks (it seems we need to change the provider) On Mon, Sep 13, 2010 at 5:49 AM, Igor Vaynberg

Re: CompoundPropertyModel constructor

2010-09-15 Thread Martin Grigorov
Looks good to me. I've never seen that this ctor looks this way and I don't remember discussion related to that. On Wed, Sep 15, 2010 at 3:22 PM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: My apologies if this has been discussed before... Right now the constructor of

Re: CompoundPropertyModel constructor

2010-09-15 Thread Martin Grigorov
15, 2010 at 4:02 PM, Martin Grigorov mgrigo...@apache.org wrote: Looks good to me. I've never seen that this ctor looks this way and I don't remember discussion related to that. On Wed, Sep 15, 2010 at 3:22 PM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: My apologies

Re: CompoundPropertyModel constructor

2010-09-15 Thread Martin Grigorov
Looking at the code I see the problem is org.apache.wicket.model.CompoundPropertyModel.setChainedModel(IModel?) On Wed, Sep 15, 2010 at 4:27 PM, Martin Grigorov mgrigo...@apache.orgwrote: Don't hesitate to provide patches ;-) On Wed, Sep 15, 2010 at 4:06 PM, Ernesto Reinaldo Barreiro reier

Re: pom versions on trunk

2010-09-16 Thread Martin Grigorov
Fixed with r997665 Thanks! On Thu, Sep 16, 2010 at 11:23 AM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Hi, If I do a clean check-out of trunk and try mvn eclipse:eclipse it fails. The reason seems to be version 1.5-M2.1 on poms. Shouldn't this be 1.5-SNAPSHOT for trunk?

Inmethod-grid, 1.5, MarkupStream problems

2010-09-18 Thread Martin Grigorov
Hi, I'm trying to upgrade wicketstuff-inmethod-grid to Wicket 1.5: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/jdk-1.5-parent/inmethod-grid-parent Making it compiling was easy. Now there is one problem (on two places) - the code uses some advanced

Re: Inmethod-grid, 1.5, MarkupStream problems

2010-09-18 Thread Martin Grigorov
On Sat, Sep 18, 2010 at 5:18 PM, Martin Grigorov mgrigo...@apache.org wrote: Hi, I'm trying to upgrade wicketstuff-inmethod-grid to Wicket 1.5: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/jdk-1.5-parent/inmethod-grid-parent Making it compiling

Re: svn commit: r997528 - in /wicket/trunk: wicket-request/src/main/java/org/apache/wicket/request/http/ wicket/src/main/java/org/apache/wicket/protocol/http/servlet/

2010-09-19 Thread Martin Grigorov
Hi Peter, On Thu, Sep 16, 2010 at 12:40 AM, p...@apache.org wrote: Author: pete Date: Wed Sep 15 22:39:59 2010 New Revision: 997528 URL: http://svn.apache.org/viewvc?rev=997528view=rev Log: fixed non-working ajax redirects: WICKET-3048 Modified:

Re: svn commit: r997528 - in /wicket/trunk: wicket-request/src/main/java/org/apache/wicket/request/http/ wicket/src/main/java/org/apache/wicket/protocol/http/servlet/

2010-09-20 Thread Martin Grigorov
of stuck there. Note my TODO in ServletWebRequest line 389 :-( If you can figure out a clean way to get this done I will appreciate that :-) Am 19.09.2010 um 16:22 schrieb Martin Grigorov: Hi Peter, On Thu, Sep 16, 2010 at 12:40 AM, p...@apache.org wrote: Author: pete Date

Re: svn commit: r997528 - in /wicket/trunk: wicket-request/src/main/java/org/apache/wicket/request/http/ wicket/src/main/java/org/apache/wicket/protocol/http/servlet/

2010-09-20 Thread Martin Grigorov
to proceed. Igor mentioned that abstract WebRequest does not necessarily have to be ServletWebRequest when running in different containers. @dev: any opinions on that? Am 20.09.2010 um 10:30 schrieb Martin Grigorov: Please review r998677. I implemented the logic we discussed in IRC with you

Re: [CONF] Apache Wicket Migration to Wicket 1.5

2010-09-29 Thread Martin Grigorov
/confluence/display/WICKET/Migration+to+Wicket+1.5 Page *edited* by Martin Grigorov https://cwiki.apache.org/confluence/display/~martin-ghttps://cwiki.apache.org/confluence/display/%7Emartin-g Changes (1) ... | org.apache.wicket.protocol.http.WebApplication.newWebResponse

Re: isPageAuthorized method runs infinitely

2010-09-29 Thread Martin Grigorov
See http://wicketstuff.org/wicket/authorization/ for example. Wicket throws org.apache.wicket.authorization.AuthorizationException and shows AccessDeniedPage by default. On Wed, Sep 29, 2010 at 4:59 PM, hemilshah hemil.s...@consult.nordea.comwrote: So does it mean that Wicket continuously keep

Re: http://wicket.apache.org/start/quickstart.html mvn command for 1.5 m2.1 fails

2010-10-01 Thread Martin Grigorov
Isn't that fixed already ... I committed in svn site/. Maybe I did something wrong with Jekyll. I'll check 2010/10/1 Major Péter majorpe...@sch.bme.hu Hi, Use archetype:generate instead. Regards, Peter 2010-10-01 15:01 keltezéssel, nino martinez wael írta: D:\nino\develop\netdesignmvn

Re: http://wicket.apache.org/start/quickstart.html mvn command for 1.5 m2.1 fails

2010-10-01 Thread Martin Grigorov
looking for 2010-10-01 15:35 keltezéssel, Martin Grigorov írta: Isn't that fixed already ... I committed in svn site/. Maybe I did something wrong with Jekyll. I'll check 2010/10/1 Major Péter majorpe...@sch.bme.hu Hi, Use archetype:generate instead. Regards, Peter 2010-10-01

  1   2   3   4   5   6   7   8   9   10   >