Re: Borders and inheritance in wicket 1.5

2011-11-02 Thread Igor Vaynberg
afair add() method is not final, so you can overwrite it on panel A and forward all calls to the border's body container. -igor On Wed, Nov 2, 2011 at 12:22 PM, bjolletz daniel.akerl...@pagero.com wrote: If panel A was the only place where the border was used, that would surely be true. But I

wicket job opportunity, we are hiring

2011-11-02 Thread Igor Vaynberg
the company i work for ( 42lines inc) is growing and we are looking for a few good devs. about our approach: * we are a distributed company with employees based predominantly in the usa, i think there are 22 of us now * everyone telecommutes either from home or a coworking space if you get cabin

[jira] [Updated] (WICKET-4071) AjaxIndicatorAppender removes itself immediately when added via ajax

2011-11-01 Thread Igor Vaynberg (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-4071: -- Fix Version/s: 1.5.3 AjaxIndicatorAppender removes itself immediately when added via

[jira] [Resolved] (WICKET-4071) AjaxIndicatorAppender removes itself immediately when added via ajax

2011-11-01 Thread Igor Vaynberg (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-4071. --- Resolution: Fixed Assignee: Igor Vaynberg AjaxIndicatorAppender removes itself

Re: Borders and inheritance in wicket 1.5

2011-11-01 Thread Igor Vaynberg
extending panel A means that your components go into panel A not into one of its children. you can provide a special addChild() method, or provide addChildren(WebMarkupContainer) callback that you call from A's onInitialize() or let your panel A implement IComponentResolver and try to locate

Re: PageExpired in non bookmarkable page with 1.5.2

2011-11-01 Thread Igor Vaynberg
please attach it to a jira issue. -igor On Tue, Nov 1, 2011 at 9:21 PM, Seko Masaya m_s...@yahoo.co.jp wrote: Hi. I prepared quickstart that reproduces the problem. http://d.hatena.ne.jp/sekom/files/wicket152quickstart.zip?d=y Please do the following operations. 1.click next link 2.Wait

[jira] [Closed] (WICKET-4186) AJAX throws PageExpiredException after a few seconds

2011-10-31 Thread Igor Vaynberg (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg closed WICKET-4186. - Resolution: Incomplete Assignee: Igor Vaynberg closing until a testcase can be provided

[jira] [Commented] (WICKET-4187) Problem resolving markup in DefaultMarkupSourcingStrategy

2011-10-31 Thread Igor Vaynberg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13140365#comment-13140365 ] Igor Vaynberg commented on WICKET-4187: --- you cannot have two components

[jira] [Commented] (WICKET-4187) Problem resolving markup in DefaultMarkupSourcingStrategy

2011-10-31 Thread Igor Vaynberg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13140375#comment-13140375 ] Igor Vaynberg commented on WICKET-4187: --- also a testcase or a quickstart would

Re: AJAX-update head on ajaxButton click

2011-10-31 Thread Igor Vaynberg
create a quickstart, its hard to grasp what you are doing from your description. -igor On Sun, Oct 30, 2011 at 11:21 PM, Alec Swan alecs...@gmail.com wrote: I am still having a problem after doing the following. I created a small panel on the page which contributes JavaScript that I want to

Re: Simple question: RESTful page parameters

2011-10-31 Thread Igor Vaynberg
mount(new MountedMapper(user, new UrlPathPageParametersEncoder())); -igor On Mon, Oct 31, 2011 at 11:34 AM, Sky USC sky...@hotmail.com wrote: Hi This is a simple question with a simple answere I have not yet been able to figure out in wicket 1.5.2. I did get it working in 1.4 but since

Re: request parameters

2011-10-31 Thread Igor Vaynberg
under what key should ${param1}/${param2} be stored? -igor On Mon, Oct 31, 2011 at 3:30 PM, kamiseq kami...@gmail.com wrote: hej, I need to obtain request parameters as Map like I would if I had access to HttpServletRequest but with PageParameters I can't find a way to do it I have mounted

Re: request parameters

2011-10-31 Thread Igor Vaynberg
from PageParameters using get(String) the trouble I have is that PageParameter object is not built under original request's Map. pozdrawiam Paweł Kamiński kami...@gmail.com pkaminski@gmail.com __ On 31 October 2011 23:54, Igor Vaynberg igor.vaynb...@gmail.com

[jira] [Commented] (WICKET-4186) AJAX throws PageExpiredException after a few seconds

2011-10-29 Thread Igor Vaynberg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13139451#comment-13139451 ] Igor Vaynberg commented on WICKET-4186: --- no quickstart? AJAX

[jira] [Commented] (WICKET-4186) AJAX throws PageExpiredException after a few seconds

2011-10-29 Thread Igor Vaynberg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13139479#comment-13139479 ] Igor Vaynberg commented on WICKET-4186: --- thats what a quickstart

Re: LDMs load too early - hold outdated application data.

2011-10-29 Thread Igor Vaynberg
. On 29/10/2011 4:40 AM, Maarten Billemont wrote: On 28 Oct 2011, at 17:52, Igor Vaynberg wrote: and here is a simple counter example. your form has five dropdowns, all of which are populated by various queries and all of which are not effected by the submit. now on every single submit you have

[jira] [Resolved] (WICKET-4184) AppendingStringBuffer.insert infinite loop

2011-10-28 Thread Igor Vaynberg (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-4184. --- Resolution: Fixed Fix Version/s: 1.5.3 AppendingStringBuffer.insert infinite

Re: Determine the latest page in multi tabbed browsing

2011-10-28 Thread Igor Vaynberg
since wicket provides backbutton support why are you fighting it? -igor On Fri, Oct 28, 2011 at 2:22 AM, Dirk Arnoldt dirk.arn...@1und1.de wrote: Hi, I'm facing a problem with multi tabbed browsing. In a wicket application I currently detect browser navigation (back button) by means of

Re: LDMs load too early - hold outdated application data.

2011-10-28 Thread Igor Vaynberg
On Fri, Oct 28, 2011 at 8:10 AM, Bertrand Guay-Paquet ber...@step.polymtl.ca wrote: Hi, this wont be a standard behavior as it would add a lot of overhead. during listener processing you may load five LDMs with database queries and only one of them will be effected by the form submission -

Re: LDMs load too early - hold outdated application data.

2011-10-28 Thread Igor Vaynberg
i think you are blowing this way out of proportion. this only affects components that (A) modify their own model but do not update it and *also* (B) have their model loaded for some reason before they update it. (B) is very rare - thats why this very rarely causes a problem. we have always

Re: How to get a translated string for an arbitrary locale?

2011-10-28 Thread Igor Vaynberg
Localizer#getString(final String key, final Component component, final IModel? model, final Locale locale, final String style, final String defaultValue) -igor On Fri, Oct 28, 2011 at 10:54 AM, Andrew Schetinin ascheti...@gmail.com wrote: Hi, I have a question about Wicket localization I

Re: LDMs load too early - hold outdated application data.

2011-10-28 Thread Igor Vaynberg
wrote: On 28/10/2011 12:49 PM, Igor Vaynberg wrote: i think you are blowing this way out of proportion. I hope so :) this only affects components that (A) modify their own model but do not update it and *also* (B) have their model loaded for some reason before they update

Re: How to get a translated string for an arbitrary locale?

2011-10-28 Thread Igor Vaynberg
MissingResourceException    {        return getString(key, component, model, defaultValue);    } Or am I looking in a wrong place? Regards, Andrew On Fri, Oct 28, 2011 at 8:54 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: Localizer#getString(final String key, final Component component, final

Re: Can an AJAX event navigate to a page using a BookmarkablePageLink

2011-10-28 Thread Igor Vaynberg
setResonsePage(class, params) should still work also if you have a bpl you can do something like target.appendjavascript(window.location='+bpl.geturl()+';); -igor On Fri, Oct 28, 2011 at 2:51 PM, Chris Colman chr...@stepaheadsoftware.com wrote: Are BookmarkablePageLinks only for use with a

[jira] [Updated] (WICKET-4174) Use Session.exists() to check whether there is a Session

2011-10-27 Thread Igor Vaynberg (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-4174: -- Fix Version/s: (was: 1.5.3) Use Session.exists() to check whether there is a Session

[jira] [Resolved] (WICKET-4174) Use Session.exists() to check whether there is a Session

2011-10-27 Thread Igor Vaynberg (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-4174. --- Resolution: Invalid Fix Version/s: 1.5.3 Assignee: Igor Vaynberg we do

[jira] [Created] (WICKET-4181) RequestCycle listeners's ondetach() is ran before pages are detached, should be the other way around

2011-10-27 Thread Igor Vaynberg (Created) (JIRA)
/WICKET-4181 Project: Wicket Issue Type: Bug Reporter: Igor Vaynberg Assignee: Igor Vaynberg request cycle listeners sometimes control resources used by the pages. these resources should still be available in page#detach() but currently

[jira] [Resolved] (WICKET-4181) RequestCycle listeners's ondetach() is ran before pages are detached, should be the other way around

2011-10-27 Thread Igor Vaynberg (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-4181. --- Resolution: Fixed Fix Version/s: 1.5.3 RequestCycle listeners's ondetach

Re: LDMs load too early - hold outdated application data.

2011-10-27 Thread Igor Vaynberg
On Thu, Oct 27, 2011 at 12:29 AM, Maarten Billemont lhun...@lyndir.com wrote: On 26 Oct 2011, at 12:14, Sven Meier wrote: Hi, Or use a separate LDM for each of your list items I'm not sure I understand what you mean here.  Could you illustrate? your LDM seems to return a list of items and

Re: Multi-tabs and back-button support 1.5.2

2011-10-27 Thread Igor Vaynberg
hrm. i dont think the rendercount should prevent me from using the page. if i write my application as a single page then our back button support is completely hosed. i should be able to back button and re-submit the form. -igor On Thu, Oct 27, 2011 at 3:20 AM, Martin Grigorov

Re: Multi-tabs and back-button support 1.5.2

2011-10-27 Thread Igor Vaynberg
no, not necessarily ajax. simple links that instead of navigating to a different page do panel replacement. -igor On Thu, Oct 27, 2011 at 8:51 AM, Martin Grigorov mgrigo...@apache.org wrote: On Thu, Oct 27, 2011 at 5:48 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote: hrm. i dont think

Re: An extensive RIA technology comparison matrix including Wicket

2011-10-26 Thread Igor Vaynberg
missing a green dot in Framework extensions are done in Java - what else are the done in? missing a green dot in Application oriented - wicket is both page and application oriented - depends on how you want to build your app... not sure why in the IDE department we get only two stars...you dont

Re: Review of WICKET-4161

2011-10-25 Thread Igor Vaynberg
, 2011 at 6:57 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote: if you truly broke the api (no methods with old sigs forwarding to new methods with some default values) and the fix is not of blocker priority (security, threading, etc) then this should not even be a question... -igor On Tue

Re: DataView or GridView with two columns by item

2011-10-25 Thread Igor Vaynberg
to populate items. Thanks for helping! Tito 2011/10/24 Igor Vaynberg igor.vaynb...@gmail.com On Mon, Oct 24, 2011 at 9:31 AM, Tito njyt...@gmail.com wrote: I'm sorry, you are right! I said columns but I meant Rows! What is the java component for wicket

Re: DataView or GridView with two columns by item

2011-10-25 Thread Igor Vaynberg
wicket:id=timeTo[hora hasta]/span]/td tdspan wicket:id=task[tarea]/span/td  tdspan wicket:id=accounts[cuentas]/span/td /tr  tr wicket:id=details td colspan=5  input wicket:id=serviceStatus / /td /tr  /wicket:container 2011/10/25 Igor Vaynberg igor.vaynb...@gmail.com populateitem(item

[jira] [Updated] (WICKET-4113) Whole response is cached in memory

2011-10-24 Thread Igor Vaynberg (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-4113: -- Priority: Major (was: Critical) Whole response is cached in memory

[jira] [Commented] (WICKET-4153) The tbody section of a DataTable is empty when no records are returned by the provider.

2011-10-24 Thread Igor Vaynberg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13134212#comment-13134212 ] Igor Vaynberg commented on WICKET-4153: --- this is not a good idea. do the center

[jira] [Commented] (WICKET-4153) The tbody section of a DataTable is empty when no records are returned by the provider.

2011-10-24 Thread Igor Vaynberg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13134251#comment-13134251 ] Igor Vaynberg commented on WICKET-4153: --- instead of showing an empty table why

Re: Roadmap for Wicket 6

2011-10-24 Thread Igor Vaynberg
On Mon, Oct 24, 2011 at 11:23 AM, Attila Király kiralyattila...@gmail.com wrote: A few more ideas for Wicket 6: - Use findbugs annotations in the api (like @Nonnull for arguments/return values, an example library doing this is google guava). It is good for two reasons: works like a

Re: PageMap locking...

2011-10-24 Thread Igor Vaynberg
you shouldnt have requests that take a long time to process. there are lots of problems with this like users starving your threadpool, etc. instead you should load the data in another thread and either use a push notification or let the client poll to find out if the data is available.

Re: DataView or GridView with two columns by item

2011-10-24 Thread Igor Vaynberg
dataview/listview/datatable should all work just fine, post your code. -igor On Mon, Oct 24, 2011 at 5:06 AM, Tito njyt...@gmail.com wrote: Hi, I'm trying to make a table with two columns by item. I mean, my item have to generate two columns. The first have attributes of the object, the

Re: Dynamic BorderBehavior and AjaxFormSubmitBehavior

2011-10-24 Thread Igor Vaynberg
the behavior needs to be refactored to take advantage of IAjaxRegionMarkupIdProvider so it can work properly with ajax repaints, perhaps you can create a patch and attach it to a jira ticket. -igor On Mon, Oct 24, 2011 at 5:59 AM, Илья Нарыжный phan...@ydn.ru wrote: Hello, Is it possible to

Re: DataView or GridView with two columns by item

2011-10-24 Thread Igor Vaynberg
tdspanaccounts 2/span/td  /tr tr class=Odd td colspan=5  input wicket:id=serviceStatus / /td /tr  /table Thanks! 2011/10/24 Igor Vaynberg igor.vaynb...@gmail.com dataview/listview/datatable should all work just fine, post your code. -igor On Mon, Oct 24, 2011 at 5:06 AM, Tito njyt

Re: DataView or GridView with two columns by item

2011-10-24 Thread Igor Vaynberg
classes? you can make trs webmarkupcontainers that add the correct class -igor Thank you! 2011/10/24 Igor Vaynberg igor.vaynb...@gmail.com ahhh. so you want two *rows* not two *columns* per item, attach the repeater to a wicket:container tag like so: wicket:container wicket:id

Re: Wicket and ExtJS

2011-10-24 Thread Igor Vaynberg
there have been plenty of discussions on wicket and extjs http://markmail.org/search/wicket+extjs my two cents is that this kind of integration is not a good idea. wicket is about manipulating existing markup in an object oriented way, while extjs is about generating the markup from code. there

Re: [vote] release wicket 1.5.2 take 3

2011-10-23 Thread Igor Vaynberg
the vote has passed with five binding +1 votes and two nonbinding +1 votes. -igor On Thu, Oct 20, 2011 at 9:34 AM, Igor Vaynberg igor.vaynb...@gmail.com wrote: This vote is to release wicket 1.5.2 (take 3) Branch http://svn.apache.org/repos/asf/wicket/branches/wicket-1.5.2 Artifacts http

Re: Forwarding in 1.5 not working like in 1.4

2011-10-22 Thread Igor Vaynberg
this is a general problem with forwarding. instead of forwarding why dont you just 302? -igor On Fri, Oct 21, 2011 at 11:33 PM, Chris Colman chr...@stepaheadsoftware.com wrote: I've just noticed that some of the .js resources seem to be loading from different addresses. I'm using 1.5.2 with

[jira] [Resolved] (WICKET-4144) FilterForm directly adds input to form -- invalid XHTML strict

2011-10-21 Thread Igor Vaynberg (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-4144. --- Resolution: Fixed Fix Version/s: 1.5.3 Assignee: Igor Vaynberg

[jira] [Resolved] (WICKET-4159) Javascript error when loading datepicker

2011-10-21 Thread Igor Vaynberg (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-4159. --- Resolution: Fixed Fix Version/s: 1.4.20 Assignee: Igor Vaynberg fixed

Re: [vote] release wicket 1.5.2 take 3

2011-10-21 Thread Igor Vaynberg
+1 -igor On Thu, Oct 20, 2011 at 9:34 AM, Igor Vaynberg igor.vaynb...@gmail.com wrote: This vote is to release wicket 1.5.2 (take 3) Branch http://svn.apache.org/repos/asf/wicket/branches/wicket-1.5.2 Artifacts http://people.apache.org/~ivaynberg/wicket-1.5.2/dist/ Maven repo https

Re: svn commit: r1187184 - in /wicket/trunk/wicket-core/src/main/java/org/apache/wicket: Component.java RequestListenerInterface.java behavior/Behavior.java markup/html/image/Image.java

2011-10-21 Thread Igor Vaynberg
was there any particular reason you forwarded this -igor On Fri, Oct 21, 2011 at 12:55 AM, Martin Grigorov mgrigo...@apache.org wrote: On Fri, Oct 21, 2011 at 8:33 AM,  ivaynb...@apache.org wrote: Author: ivaynberg Date: Fri Oct 21 05:33:34 2011 New Revision: 1187184 URL:

Re: svn commit: r1187184 - in /wicket/trunk/wicket-core/src/main/java/org/apache/wicket: Component.java RequestListenerInterface.java behavior/Behavior.java markup/html/image/Image.java

2011-10-21 Thread Igor Vaynberg
, Igor Vaynberg ivaynb...@apache.org wrote: was there any particular reason you forwarded this -igor On Fri, Oct 21, 2011 at 12:55 AM, Martin Grigorov mgrigo...@apache.org wrote: On Fri, Oct 21, 2011 at 8:33 AM,  ivaynb...@apache.org wrote: Author: ivaynberg Date: Fri Oct 21 05:33:34

Re: Problems with AjaxCheckBox in Wicket 1.5.1

2011-10-21 Thread Igor Vaynberg
create a quickstart and attach it to a jira issue... -igor On Fri, Oct 21, 2011 at 6:38 AM, jamesatk james.atkins@esrgtech.com wrote: Greetings, Our project updated to Wicket 1.5.1 from Wicket 1.4.5 and AjaxCheckBox is no longer firing the onUpdate() method. Below is a code snippet of

[jira] [Created] (WICKET-4147) Add Application and Session lifecycle listeners

2011-10-20 Thread Igor Vaynberg (Created) (JIRA)
Reporter: Igor Vaynberg Assignee: Igor Vaynberg Priority: Minor -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators

[jira] [Resolved] (WICKET-4147) Add Application and Session lifecycle listeners

2011-10-20 Thread Igor Vaynberg (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-4147. --- Resolution: Fixed Fix Version/s: 1.5.3 added IApplicationListener

[jira] [Resolved] (WICKET-4148) Add listener to intercept behavior instantiation just like we do component instantiation

2011-10-20 Thread Igor Vaynberg (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-4148. --- Resolution: Fixed Fix Version/s: 1.5.3 Add listener to intercept behavior

[jira] [Created] (WICKET-4149) Modify wicket-ioc modules to take advantage of the new IBehaviorInstantiationListener

2011-10-20 Thread Igor Vaynberg (Created) (JIRA)
Project: Wicket Issue Type: New Feature Reporter: Igor Vaynberg Assignee: Igor Vaynberg Priority: Minor -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https

[jira] [Commented] (WICKET-4148) Add listener to intercept behavior instantiation just like we do component instantiation

2011-10-20 Thread Igor Vaynberg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131428#comment-13131428 ] Igor Vaynberg commented on WICKET-4148: --- added IBehaviorInstantiationListener

[jira] [Updated] (WICKET-4148) Add listener to intercept behavior instantiation just like we do component instantiation

2011-10-20 Thread Igor Vaynberg (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-4148: -- Fix Version/s: (was: 1.5.3) 1.5.2 Add listener to intercept

[jira] [Updated] (WICKET-4152) NPE in CachingResourceStreamLocator due to the search in parent's markup in Autolink code

2011-10-20 Thread Igor Vaynberg (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-4152: -- Fix Version/s: (was: 1.5.3) 1.5.2 NPE

[jira] [Resolved] (WICKET-4155) FilterStateModel class is duplicated in DataTable FilterForm

2011-10-20 Thread Igor Vaynberg (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-4155. --- Resolution: Fixed Fix Version/s: 1.5.3 Assignee: Igor Vaynberg

[jira] [Updated] (WICKET-4153) The tbody section of a DataTable is empty when no records are returned by the provider.

2011-10-20 Thread Igor Vaynberg (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-4153: -- Priority: Trivial (was: Minor) The tbody section of a DataTable is empty when

[jira] [Assigned] (WICKET-4146) Image not showing if parent component is disabled

2011-10-20 Thread Igor Vaynberg (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-4146: - Assignee: Igor Vaynberg Image not showing if parent component is disabled

[jira] [Commented] (WICKET-4146) Image not showing if parent component is disabled

2011-10-20 Thread Igor Vaynberg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13132343#comment-13132343 ] Igor Vaynberg commented on WICKET-4146: --- gah, this commit was tagged with WICKET

[jira] [Resolved] (WICKET-4146) Image not showing if parent component is disabled

2011-10-20 Thread Igor Vaynberg (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-4146. --- Resolution: Fixed Fix Version/s: 1.5.3 Image not showing if parent component

Re: [vote] release wicket 1.5.2 take 2

2011-10-20 Thread Igor Vaynberg
this vote is closed, rebuilding... -igor On Thu, Oct 20, 2011 at 5:47 AM, Martin Grigorov mgrigo...@apache.org wrote: –1 I broke it yesterday with WICKET-4141. Fixed with https://issues.apache.org/jira/browse/WICKET-4152 On Wed, Oct 19, 2011 at 9:54 PM, Igor Vaynberg igor.vaynb

[vote] release wicket 1.5.2 take 3

2011-10-20 Thread Igor Vaynberg
This vote is to release wicket 1.5.2 (take 3) Branch http://svn.apache.org/repos/asf/wicket/branches/wicket-1.5.2 Artifacts http://people.apache.org/~ivaynberg/wicket-1.5.2/dist/ Maven repo https://repository.apache.org/content/repositories/orgapachewicket-084/ Changelog

Re: Drilling Application.getHomePage()

2011-10-20 Thread Igor Vaynberg
On Thu, Oct 20, 2011 at 8:56 PM, Arjun Dhar dhar...@yahoo.com wrote: Hi, All my pages are generated dynamically in a particular project (including Home). Application.getHomePage() returns Class? extends Page The trouble is that all my pages use the same WebPage class, based on the name in

[jira] [Updated] (WICKET-4126) Automatic Image Linking broken for images in base packages

2011-10-19 Thread Igor Vaynberg (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-4126: -- Summary: Automatic Image Linking broken for images in base packages (was: Automatic Image

[jira] [Resolved] (WICKET-4126) Automatic Image Linking broken

2011-10-19 Thread Igor Vaynberg (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-4126. --- Resolution: Fixed Fix Version/s: 1.5.2 Assignee: Igor Vaynberg the img link

[jira] [Updated] (WICKET-4141) Automatic Linking in base page broken

2011-10-19 Thread Igor Vaynberg (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-4141: -- Summary: Automatic Linking in base page broken (was: Automatic Linking in base page broken

[jira] [Created] (WICKET-4145) Improve AutoLinkResolver

2011-10-19 Thread Igor Vaynberg (Created) (JIRA)
Improve AutoLinkResolver Key: WICKET-4145 URL: https://issues.apache.org/jira/browse/WICKET-4145 Project: Wicket Issue Type: Improvement Reporter: Igor Vaynberg Priority: Minor

[jira] [Commented] (WICKET-4143) Invalid URLs generated when auto linking to resources in base packages

2011-10-19 Thread Igor Vaynberg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130838#comment-13130838 ] Igor Vaynberg commented on WICKET-4143: --- most of the sensitive config files reside

[jira] [Commented] (WICKET-4143) Invalid URLs generated when auto linking to resources in base packages

2011-10-19 Thread Igor Vaynberg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130841#comment-13130841 ] Igor Vaynberg commented on WICKET-4143: --- seems to me this is a much better fix

[jira] [Commented] (WICKET-4138) BookmarkablePageLinks not working on a forwarded page

2011-10-19 Thread Igor Vaynberg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130937#comment-13130937 ] Igor Vaynberg commented on WICKET-4138: --- its not used yet, it was just an idea he

[jira] [Reopened] (WICKET-4107) StatelessForm resubmitting via GET

2011-10-19 Thread Igor Vaynberg (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reopened WICKET-4107: --- Assignee: Igor Vaynberg (was: Martin Grigorov) StatelessForm resubmitting via GET

[jira] [Resolved] (WICKET-4107) StatelessForm resubmitting via GET

2011-10-19 Thread Igor Vaynberg (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-4107. --- Resolution: Fixed Fix Version/s: 1.5.3 martin - there is no redirect after post

[vote] release wicket 1.5.2 take 2

2011-10-19 Thread Igor Vaynberg
This vote is to release wicket 1.5.2 (take 2) Branch http://svn.apache.org/repos/asf/wicket/branches/wicket-1.5.2 Artifacts http://people.apache.org/~ivaynberg/wicket-1.5.2/dist/ Maven repo https://repository.apache.org/content/repositories/orgapachewicket-079/ Changelog

Re: page expire / ajax error

2011-10-19 Thread Igor Vaynberg
maybe the two tomcats are sharing a work dir so the two wicket apps might be sharing disk store files... -igor On Tue, Oct 18, 2011 at 7:35 AM, Jonathan Locke jonathan.lo...@gmail.com wrote: I have two wicket applications running on the same box (my laptop, for example) with one on port 8880

Re: MarkupId behavior when replacing component (wicket 1.4)

2011-10-19 Thread Igor Vaynberg
no need, fixed in trunk (1.5.2) -igor 2011/10/19 Yves-Marie LAINÉ ymla...@gmail.com: Ok.  I'll try to check what happens in 1.5.1 in this case, and then create a ticket. Thanks ! 2011/10/19 Martin Grigorov mgrigo...@apache.org Hi, 2011/10/19 Yves-Marie LAINÉ ymla...@gmail.com: Hi

Re: ClassCastException: wicket.in.action.CheesrSession cannot be cast to wicket.in.action.CheesrSession

2011-10-19 Thread Igor Vaynberg
On Wed, Oct 19, 2011 at 12:55 PM, Filipe Sousa nat...@gmail.com wrote: Hi, I know that 1.3 is not the latest version, but I think that's the version used in the book. Since I am learning wicket I don't want to deal with compatibility issues. I tried the latest version (1.5.1) and the result

Re: Wrong path for resources on redirected login page

2011-10-19 Thread Igor Vaynberg
first try with 1.5.2 candidate (see the vote thread on @dev for where to get the artifacts). if it still doesnt work post a jira bug and attach a quickstart. -igor On Wed, Oct 19, 2011 at 1:55 PM, bjolletz daniel.akerl...@pagero.com wrote: Addition to my post above: I noticed that the

[jira] [Commented] (WICKET-4133) Re-Open - Memory leak in Localizer

2011-10-18 Thread Igor Vaynberg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13129540#comment-13129540 ] Igor Vaynberg commented on WICKET-4133: --- the attached quickstart is built

[jira] [Updated] (WICKET-4121) WizardStep$FormValidatorWrapper.isActiveStep(WizardStep.java) causes NullPointerException

2011-10-18 Thread Igor Vaynberg (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-4121: -- Fix Version/s: (was: 1.5.3) 1.5.2 WizardStep

[jira] [Updated] (WICKET-4135) retrying of exception handling

2011-10-18 Thread Igor Vaynberg (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-4135: -- Fix Version/s: (was: 1.5.3) 1.5.2 retrying of exception handling

[jira] [Resolved] (WICKET-4134) Localizer.getCacheKey() generating redundant keys for same values causing memory leak.

2011-10-18 Thread Igor Vaynberg (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-4134. --- Resolution: Fixed Fix Version/s: 1.5.2 Assignee: Igor Vaynberg

[jira] [Resolved] (WICKET-4133) Re-Open - Memory leak in Localizer

2011-10-18 Thread Igor Vaynberg (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-4133. --- Resolution: Incomplete WICKET-4134 should be fixed. if its not please reopen with a correct

[jira] [Resolved] (WICKET-4132) remove -moz-opacity from modal.css

2011-10-18 Thread Igor Vaynberg (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-4132. --- Resolution: Fixed Fix Version/s: 1.5.2 Assignee: Igor Vaynberg remove

[jira] [Commented] (WICKET-4140) CryptoMapper does not encode links in AjaxTabbedPanel

2011-10-18 Thread Igor Vaynberg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13129832#comment-13129832 ] Igor Vaynberg commented on WICKET-4140: --- i wouldnt necessarily consider

Re: wicket - form debug

2011-10-18 Thread Igor Vaynberg
myFormBorder.add(ftf); this line adds the textfield outside the form, so your form stays empty thus validation passes. -igor On Tue, Oct 18, 2011 at 5:00 AM, nazeem md.naz...@gmail.com wrote: I have simple case, which worked for me in another project but failed in the current one. Both use

Re: wicket - form debug

2011-10-18 Thread Igor Vaynberg
myFormBorder.getBodyContainer().add(ftf) should do it. -igor On Tue, Oct 18, 2011 at 8:40 AM, nazeem md.naz...@gmail.com wrote: Thanks Igor. I was mislead by seeing the generated html. In the rendered html the textfield is inside, but from the code, I am adding the MyTextField to the border

Re: Strange issue in RequestCycle

2011-10-17 Thread Igor Vaynberg
On Sun, Oct 16, 2011 at 8:56 PM, Kent Tong sm-k...@cpttm.org.mo wrote: Hi Igor, Thanks for the reply! the usecase is simple, one requesthandler handing work off to another one. an easy example is a request handler that handles a callback (such as a link being clicked) scheduling the handler

Re: Redirect to External Application

2011-10-17 Thread Igor Vaynberg
your url is missing the query string -igor On Mon, Oct 17, 2011 at 12:22 PM, martin.dilger martin.dil...@googlemail.com wrote: Hi, we have the following use case - we need to redirect to an external application, that handles authorization for us (cookie creation etc.). For this, we need to

[jira] [Resolved] (WICKET-4135) retrying of exception handling

2011-10-16 Thread Igor Vaynberg (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-4135. --- Resolution: Fixed Fix Version/s: 1.5.3 Assignee: Igor Vaynberg

[jira] [Resolved] (WICKET-4137) Wicket:encluse in form leads to require of hidden fields

2011-10-16 Thread Igor Vaynberg (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-4137. --- Resolution: Invalid Assignee: Igor Vaynberg this is a well known limitation

Re: [vote] release wicket 1.4.19

2011-10-16 Thread Igor Vaynberg
+1 -igor On Wed, Oct 12, 2011 at 9:10 AM, Igor Vaynberg igor.vaynb...@gmail.com wrote: This vote is to release wicket 1.4.19 Branch http://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.19 Artifacts http://people.apache.org/~ivaynberg/wicket-1.4.19/dist/ Maven repo https

Re: [vote] release wicket 1.4.19

2011-10-16 Thread Igor Vaynberg
vote has passed with 3 +1 binding votes -igor On Wed, Oct 12, 2011 at 9:10 AM, Igor Vaynberg igor.vaynb...@gmail.com wrote: This vote is to release wicket 1.4.19 Branch http://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.19 Artifacts http://people.apache.org/~ivaynberg/wicket

Re: Strange issue in RequestCycle

2011-10-16 Thread Igor Vaynberg
On Sun, Oct 16, 2011 at 1:51 AM, Kent Tong k...@cpttm.org.mo wrote: Hi, In 1.5, the request cycle (indirectly) contains a stack of request handlers. According to the Java docs, it seems the purpose is to allow a request handler to execute another request handler in its respond() method by

Re: HTML within the feedback panel message

2011-10-15 Thread Igor Vaynberg
panel.setescapemodelstrings(false) -igor On Sat, Oct 15, 2011 at 12:51 PM, Arjun Dhar dhar...@yahoo.com wrote: I want the String to be unescaped so I can add CSS to certain *parts* of the feedback message. Like Highlight an area in the error message etc. - Software documentation is like

[jira] [Commented] (WICKET-2906) Missing ) on AbstractDefaultAjaxBehaviour#getCallbackScript

2011-10-14 Thread Igor Vaynberg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13127603#comment-13127603 ] Igor Vaynberg commented on WICKET-2906: --- this will be tackled when we improve ajax

<    4   5   6   7   8   9   10   11   12   13   >