[libuv] Are nested executions of uv_run supported?

2016-04-07 Thread Matej Knopp
Hi everyone, I'm wondering if calling uv_run from another libuv callback (on same loop) is supposed to run, similar to how CFRunLoop supports nested execution. Initially I thought it would work, but then I looked at uv__async_event implementation, which leaves >async_handles in inconsistent

Re: Support for IDestroyableWebApplicationFactory is gone in 1.5

2011-01-06 Thread Matej Knopp
I don't think I've removed it, I just didn't carry it through :) There are probably more bells and whistles missing. -Matej On Thu, Jan 6, 2011 at 10:31 AM, Igor Vaynberg igor.vaynb...@gmail.com wrote: +1 to reenable -igor On Thu, Jan 6, 2011 at 5:34 AM, Martin Grigorov

[jira] Commented: (WICKET-3146) Make form inside ModalWindow work without form outside ModalWindow

2010-11-16 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12932521#action_12932521 ] Matej Knopp commented on WICKET-3146: - This will break if you put any form components

Re: 1.5 RequestMapper and Form submit

2010-10-14 Thread Matej Knopp
Why don't you store the locale in session every time it is in URL? Or if you need more control store it in the page instance. Kind regards, Matej Knopp InMethod On Thu, Oct 14, 2010 at 4:37 PM, marco.behler m...@coderwerk.com wrote: First of all, congratulations to the new request handling

Re: wicket 1.5 M1 detach called twice

2010-08-24 Thread Matej Knopp
It might be called multiple times, it's still better than not calling it at all. Alternatively we could perhaps add a flag on page to prevent forwarding detach to components more then once per requests. -Matej On Tue, Aug 24, 2010 at 10:33 AM, Michal Kurtak michal.kur...@gmail.com wrote: Hi,

Re: [1.5] new wicket URL-related questions

2010-08-24 Thread Matej Knopp
2010/8/24 Major Péter majorpe...@sch.bme.hu: Hi, see inline Usually it is a component that returns false in isStateless or generates a stateful listener interface URL. okay, but how did the 1.4 have nice url in browser bar and Ajax working without this tweak? I mean this new ?number style

Re: [1.5] new wicket URL-related questions

2010-08-24 Thread Matej Knopp
and name2 will be named parameters but they are encoded in the path. -Matej Am 24.08.2010 um 02:13 schrieb Matej Knopp: Hi, see the replies below 2010/8/23 Major Péter majorpe...@sch.bme.hu: Hi! As I'm testing wicket 1.5-SNAPSHOT, I'm seeing some strange behaviors: With 1.4 I've used to have

Re: [1.5] new wicket URL-related questions

2010-08-24 Thread Matej Knopp
2010/8/24 Major Péter majorpe...@sch.bme.hu: okay, but how did the 1.4 have nice url in browser bar and Ajax working without this tweak? I mean this new ?number style urls are a bit ugly IMHO, and I have many ajaxified pages, so I don't know how to deal with this right now.. If you use

Re: [1.5] new wicket URL-related questions

2010-08-24 Thread Matej Knopp
2010/8/24 Major Péter majorpe...@sch.bme.hu: I don't think there is simple way to do that (unless you tweak the mapper). Why would you want to do that though? All bookmarkable URLs are generated without the page Id, The redirect is temporary (so google indexes the original URL). URL is still

Re: [1.5] new wicket URL-related questions

2010-08-24 Thread Matej Knopp
Sorry, my bad. -Matej On Tue, Aug 24, 2010 at 5:08 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote: 2010/8/24 Major Péter majorpe...@sch.bme.hu: well, I've tried this with this quickstart: http://aldaris.sch.bme.hu/quick.tar.gz , but this really didn't worked. Also on my bigger project I was

Re: [1.5] new wicket URL-related questions

2010-08-23 Thread Matej Knopp
Hi, see the replies below 2010/8/23 Major Péter majorpe...@sch.bme.hu: Hi! As I'm testing wicket 1.5-SNAPSHOT, I'm seeing some strange behaviors: With 1.4 I've used to have url's like: showuser/id/1234 now when I open simply the page without params, I will see the following URL:

Re: Wicket 1.5-M1 migration experiences

2010-08-12 Thread Matej Knopp
We don't have convenience urlfor methods on request cycle any more, however there is a convenience urlFor(Class, PageParameters) on Component, so look there to see how it's done. Instead of setRequestTarget you can do this RequestCycle#scheduleRequestHandlerAfterCurrent(handler) -Matej

Re: Welcome Martin Grigorov as a core team member

2010-07-20 Thread Matej Knopp
Welcome Martin! -Matej On Tue, Jul 20, 2010 at 5:21 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote: not working on wicket has made you lazy johan! :) -igor On Tue, Jul 20, 2010 at 7:46 AM, Johan Compagner jcompag...@gmail.com wrote: welcome! hope you happily merge even more stuff ;)

Re: [Wicketstuff / Inmethod-Grid] A handful of patches

2010-06-07 Thread Matej Knopp
Hi, I'm too busy to review the patches now, also they didn't get through as the mailing list doesn't allow attachments. Perhaps when JIRA works on wicket stuff again you can create issues in grid project and attache the patches there. -Matej On Mon, Jun 7, 2010 at 5:48 PM, Charles Deal

Re: Don't increment the Session.pageIdCounter for stateless pages?

2010-03-13 Thread Matej Knopp
I'm not sure about all this. If the session has not been bound the page id will always be 0. If the session has been bound, I don't think we shouldn't increment page Id. Stateless page can became stateful any time, not incrementing the id can have sideeffects. -Matej On Sat, Mar 13, 2010 at

Re: inmethod DataGrid problem in IE8

2010-03-12 Thread Matej Knopp
If you run grid examples is the problem present? -Matej On Fri, Mar 12, 2010 at 9:54 PM, Russell Morrisey russell.morri...@missionse.com wrote: I am having trouble with the layout of my inmethod DataGrid in wicket.  It appears that the header columns and the data columns are not lining up

Re: InMethod grid AbstractColumn#getHeaderCssClass() problem.

2010-02-01 Thread Matej Knopp
But the css class is in the output. Can't it be a styling problem? I.e. the css being by more specific rule? Can you try something like th.centerAlign * { text-align: center !important; } Or even more specific clas th.centerAlign div.imxt-a { text-align:center !important; } If that doesn't

Re: Should Duration be deprecated?

2010-01-26 Thread Matej Knopp
There is a difference between MILLISECONDS.toSeconds(duration) and duration.toSeconds() As for all data being stored as primitives, sometimes being able to access it on higher level can be kinda nice... -Matej On Tue, Jan 26, 2010 at 9:00 PM, James Carman jcar...@carmanconsulting.com wrote:

[jira] Commented: (WICKET-2111) Ability to generate markup ids in alternate fashion

2010-01-18 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12801938#action_12801938 ] Matej Knopp commented on WICKET-2111: - Just keep in mind one thing. We need

Re: DiskPageStore file increasing to max size by only refreshing a HomePage

2010-01-07 Thread Matej Knopp
Just because it's the same page class it doesn't mean it's the same page instance. How does the URL that you invoke look like? -Matej On Thu, Jan 7, 2010 at 12:32 PM, manuelbarzi manuelba...@gmail.com wrote: Hi, - the scenario is this: jmeter stress-testing (10 simultaneous users with no

Re: DiskPageStore file increasing to max size by only refreshing a HomePage

2010-01-07 Thread Matej Knopp
You have the exact same problem with every stateful application. If you want to avoid a DoS attack (which isn't really always possible) you need a good firewall. -Matej On Thu, Jan 7, 2010 at 2:29 PM, manuelbarzi manuelba...@gmail.com wrote: if this is the behaviour by default, then, how do you

Re: DiskPageStore file increasing to max size by only refreshing a HomePage

2010-01-07 Thread Matej Knopp
it be applied a similar mechanism for the home page? On Thu, Jan 7, 2010 at 2:31 PM, Matej Knopp matej.kn...@gmail.com wrote: You have the exact same problem with every stateful application. If you want to avoid a DoS attack (which isn't really always possible) you need a good firewall. -Matej

Re: DiskPageStore file increasing to max size by only refreshing a HomePage

2010-01-07 Thread Matej Knopp
SetVersioned(false) does not help with new page instances being created. -Matej On Thu, Jan 7, 2010 at 9:46 PM, Wilhelmsen Tor Iver toriv...@arrive.no wrote: about unversioned, i have just done a quick test on wicket-examples helloworld, adding serialVersionUID (not informed in the examples)

Re: datagrid error

2010-01-06 Thread Matej Knopp
Caused by: java.util.MissingResourceException: Unable to find property: 'id1' for component: grid1:header:header:id1 You are missing property id1 for column header in your property file. -Matej On Wed, Jan 6, 2010 at 6:35 PM, Igor Racic igor.ra...@gmail.com wrote: Hi, I am trying to adapt

Re: PageWindowManager (DiskPageStore) causing PageExpiredException when working in different browser tabs

2009-12-18 Thread Matej Knopp
Hi, problem in your case is that that the diskpagestore overflows. That normal, it's cyclic, but it shouldn't happen too often. The default size is 10 megabytes (can be increased), that means it should be able to accommodate quite a few (well, hundreds) of pages. So even with multiple tabs the

Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Matej Knopp
I really don't think our core should depend on 1.6. Those few methods can easyly be put to util classes. Typesafe models can be moved to separate sub project. I know it makes the build more complicated again, but 1.6 isn't that common, especially not in production. -Matej On Tue, Dec 15, 2009 at

Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-15 Thread Matej Knopp
know... since I'm on a (32bit) Mac and all my co-workers were able to compile against 1.6 leaving me behind... Now that even developers on Macs have Java 6, I seriously think that 1.5 is a dead platform. Martijn On Tue, Dec 15, 2009 at 12:38 PM, Matej Knopp matej.kn...@gmail.com wrote: I really

Re: Modal Window Problems On Internet Explorer.

2009-12-15 Thread Matej Knopp
Have you cleared your browser cache? -Matej On Wed, Dec 16, 2009 at 12:02 AM, victorTrapiello vic...@trapiello.net wrote: Please check the second example in that wicket page (the panel) check it with IE8, that exactly what is happend to me, and before with IE 7 it didn´t I just

Re: Limiting PageStore size

2009-12-11 Thread Matej Knopp
On Thu, Dec 10, 2009 at 6:11 PM, Matej Knopp matej.kn...@gmail.com wrote: Are you sure you have been testing it correctly? The pagestore is cyclic. That means once it reaches it's limit it's the oldest pages get overwritten. -Matej On Thu, Dec 10, 2009 at 11:56 PM, Neil Curzon neil.cur

Re: class cast exception when using setAutomaticMultiWindowSupport(true)

2009-12-11 Thread Matej Knopp
Why are you using trunk? Trunk is currently in highly unstable experimental state. -Matej On Fri, Dec 11, 2009 at 11:02 PM, Douglas Ferguson doug...@douglasferguson.us wrote: Anybody have any advice on how to do this quick start? Here's how I create the issue. 1) Open a new window (so that

Re: Limiting PageStore size

2009-12-10 Thread Matej Knopp
Are you sure you have been testing it correctly? The pagestore is cyclic. That means once it reaches it's limit it's the oldest pages get overwritten. -Matej On Thu, Dec 10, 2009 at 11:56 PM, Neil Curzon neil.cur...@gmail.com wrote: Hi all, We're in the process of going live with our wicket

Re: inmethod grid sorting on FireFox

2009-12-07 Thread Matej Knopp
I just tried the sorting with grid examples in Firefox 3.5.5 and it works just fine. -Matej On Mon, Dec 7, 2009 at 10:20 PM, Charles Deal chuckdea...@gmail.com wrote: I'm using Wicket 1.4.1 with inmethod grid 1.4.1. We have successfully used the inmethod grid in a few different scenarios but

Re: Wicket 1.5 experiences

2009-12-01 Thread Matej Knopp
Hi, Wicket 1.5 is currently highly experimental. I definitely wouldn't recommend using it for anything even half serious. -Matej 2009/12/1 Major Péter majorpe...@sch.bme.hu: Hi, I'm trying to make my project 1.5-compatible, but I had run into two issues: First I was stumbled when saw

[jira] Created: (WICKET-2570) Form submitting component is not checked for being enabled during submit

2009-11-10 Thread Matej Knopp (JIRA)
Type: Bug Components: wicket Affects Versions: 1.4.3 Reporter: Matej Knopp Assignee: Matej Knopp Fix For: 1.4.4 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

Re: Wicket in JBoss cluster

2009-10-22 Thread Matej Knopp
Well, if JBoss doesn't deserialize session immediately after replication (which i have no idea if it does) the back button will not work. However if you are using sticky sessions (which you definitely should) then this will only be issue when user click back button after a node went down. -Matej

Re: Wicket in JBoss cluster

2009-10-22 Thread Matej Knopp
Yes. But wicket tries to store the page being sent across cluster during replication when the session is deserialized on target node. -Matej On Thu, Oct 22, 2009 at 11:46 PM, Randy S. randypo...@gmail.com wrote: Isn't this caused by the storage of past pages in files on disk rather than in

Re: Wicket in JBoss cluster

2009-10-22 Thread Matej Knopp
? On Thu, Oct 22, 2009 at 4:49 PM, Matej Knopp matej.kn...@gmail.com wrote: Yes. But wicket tries to store the page being sent across cluster during replication when the session is deserialized on target node. -Matej On Thu, Oct 22, 2009 at 11:46 PM, Randy S. randypo...@gmail.com wrote: Isn't

Re: inmethod IDataSource

2009-10-19 Thread Matej Knopp
Does it also happen when you call result.setTotalCount(books.size()) before calling getCount()? From IDataSource: /** * Sets the total items count. Alternatively, if the total item count can't be determined, * either {...@link #MORE_ITEMS} or

Re: inmethod IDataSource

2009-10-19 Thread Matej Knopp
on the queryparam variable. Matej Knopp wrote: Does it also happen when you call result.setTotalCount(books.size()) before calling getCount()? From IDataSource:                /**                 * Sets the total items count. Alternatively, if the total item count can't be determined

Re: Versioned resources to encourage browser caching

2009-10-15 Thread Matej Knopp
We have already a setting that will append last modified time to resource URL. -Matej On Thu, Oct 15, 2009 at 6:19 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: Would it be possible to generate resource paths with a version string in them so that browsers will cache resources, but

Re: True?

2009-10-14 Thread Matej Knopp
Don't know anything about it. Anyone else? -Matej On Wed, Oct 14, 2009 at 7:47 PM, Martin Funk mafulaf...@googlemail.com wrote: http://twitter.com/mraible/status/4860957884

Re: True?

2009-10-14 Thread Matej Knopp
On Wed, Oct 14, 2009 at 9:16 PM, dtoffe dto...@yahoo.com.ar wrote:    Perhaps this is the original report of performance problems: http://techblog.molindo.at/2008/08/wicket-interface-speed-up.html That's hardly a scalability issue. -Matej

Re: inmethod datagrid and wicket 1.4 and generics

2009-10-13 Thread Matej Knopp
way. Approx half of inmehtod grid is generic now. Stefan -Ursprüngliche Nachricht- Von: Matej Knopp [mailto:matej.kn...@gmail.com] Gesendet: Montag, 12. Oktober 2009 17:26 An: users@wicket.apache.org Cc: e...@shinsetsu.nl Betreff: Re: inmethod datagrid and wicket 1.4 and generics

Re: One inmethod datagrid question

2009-10-13 Thread Matej Knopp
Why do you call getGrid().setDefaultModelObject() again? You should keep the same data source just let it output different data. -Matej 2009/10/13 François Jeunesse francois.jeune...@a-syst.com: Hi, First, thanks Matej for you job! Here is my question: I use the editable datagrid

Re: inmethod datagrid and wicket 1.4 and generics

2009-10-12 Thread Matej Knopp
I think there is a datagrid project in wicket stuff jira. If you do any work (against current trunk - not 1.3) patch is always welcome. You can create a jira issue for it and attach it there. -Matej On Mon, Oct 12, 2009 at 5:24 PM, Stefan Lindner lind...@visionet.de wrote: Thenk you all for

Re: Two inmethod datagrid questions

2009-10-12 Thread Matej Knopp
On Mon, Oct 12, 2009 at 10:24 PM, Stefan Lindner lind...@visionet.de wrote: I play around with the DefaultDataGrid component and I have two questions: 1. Is it possible to register for a column resized event? This would give us the ability to remember the user's favorite column widths.

Re: London Wicket Event, Saturday November 21st

2009-10-07 Thread Matej Knopp
Hey! My first london wicket event. Certainly looking forward to that. -Matej On Tue, Oct 6, 2009 at 3:10 PM, jWeekend jweekend_for...@cabouge.com wrote: Our next London Wicket Event will be held on Saturday, November 21st. This is going to be quite some event again, with Matej Knopp (SVK

Re: Feedback messages, input and label

2009-10-07 Thread Matej Knopp
try putting inputPwd = Password in your property file. -Matej On Wed, Oct 7, 2009 at 5:33 PM, Tomás Rossi tro...@mecon.gov.ar wrote: Hi, lets say you have this in you html form: -- ... label for=pwdPassword/label input type=password id=pwd wicket:id=inputPwd/ ... --

Re: taking the I out of Interface

2009-10-06 Thread Matej Knopp
in for renaming model, etc.  Anyway, here's what we came up with: FOR (2 binding / approximately 9 non-binding):    Matej Knopp    Igor Vaynberg AGAINST (3 binding / approximately 9 non-binding):    Martijn Dashorst    Jeremy Thomerson    Eelco Hillenius NO VOTE:    Johan Compagner

Re: [wicket 1.5] url handling refactor preview

2009-10-06 Thread Matej Knopp
Well, I wouldn't mind changing the name to getPrecedenceScore(), but that's just naming issue. Two request mappers can handle same URL, i.e. one is for /mount/point and one is for /mount/point/more/specific. How would you decide which one gets to handle the request? -Matej On Tue, Oct 6, 2009 at

Re: iPhone webapp support?

2009-10-06 Thread Matej Knopp
On Tue, Oct 6, 2009 at 5:32 PM, Johan Compagner jcompag...@gmail.com wrote: no i did build something special in wicket so that it will never work on those iphones. Stop buying those fully controlled by apple phones.. Think for your self ! Freedom Freedom! Are people still making fun of your

Re: vps hosting for wicket app

2009-10-06 Thread Matej Knopp
On Wed, Oct 7, 2009 at 6:13 AM, Jan Kriesten kries...@mail.footprint.de wrote: Hi, I'm always surprised, how expensive hosting is on the other side of the ocean. ;-) Just two examples from Germany, where server performance make Slicehost look like a lame duck: http://hetzner.de/en/ (my

Re: [wicket 1.5] url handling refactor preview

2009-10-04 Thread Matej Knopp
On Sun, Oct 4, 2009 at 3:03 PM, Erik van Oosten e.vanoos...@grons.nl wrote: Hi, * I am delighted that the root request mapper is also pluggable and that request mappers can easily decorate other request mappers. * In the new setup, am I correct in assuming that you can override the root

Re: taking the I out of Interface

2009-10-04 Thread Matej Knopp
Should we rename IModel to Model we would also have to rename Model to something. ObjectModel sounds like a really good name to me because it says what it does. Holds single object. Locator sounds really weird. I think renaming Model to Locator would be hell lot more confusing than renaming

Re: taking the I out of Interface

2009-10-04 Thread Matej Knopp
. Why not drop the Model class altogether? Its static helper methods could be located in a new non-instantiable class Models (note the trailing 's') because there's nothing more exciting the Model class currently provides. My 2 cents Sven Matej Knopp wrote: Should we rename IModel

Re: taking the I out of Interface

2009-10-03 Thread Matej Knopp
If it ain't broken, don't try to fix it. The thing here is that not all of us agree that it ain't broken. -Matej

Re: taking the I out of Interface

2009-10-03 Thread Matej Knopp
Oh come one. There are like 5 interfaces in Wicket prefixed with I that projects normally use. Couple of search and replace will certainly not bankrupt anyone. -Matej On Sat, Oct 3, 2009 at 10:51 AM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: I am also curious how much more

Re: [wicket 1.5] removing page version manager

2009-10-02 Thread Matej Knopp
ipageversionmanager in 1.4 is fundamentally broken because it can only do undo and has no redo. Plus it's pain to implement for all possible changes so noone is really bothered to do it. the concept never worked that's why we have snapshots in diskpagestore. for 1.5 we should have two page

Re: [wicket 1.5] removing page version manager

2009-10-02 Thread Matej Knopp
Main problem with Change is that it only can do undo. It can not do redo which is what we need when user clicks the Forward browser button. Plus wicket pages can change significantly between versions. Representing these differences as chain of Changes is extremely challenging if not impossible.

Re: [wicket 1.5] removing page version manager

2009-10-02 Thread Matej Knopp
On Fri, Oct 2, 2009 at 11:29 PM, Carl-Eric Menzel cm.wic...@users.bitforce.com wrote: On Fri, 2 Oct 2009 23:15:56 +0200 Matej Knopp matej.kn...@gmail.com wrote: Main problem with Change is that it only can do undo. It can not do redo which is what we need when user clicks the Forward browser

Re: taking the I out of Interface

2009-10-02 Thread Matej Knopp
+1 for the I to go away. Feels too foreign. And against conventions. -Matej On Sat, Oct 3, 2009 at 12:28 AM, Igor Vaynberg igor.vaynb...@gmail.com wrote: is it perhaps time to take the I out of our interface names? wicket has been the only project i have ever worked on/used that follows this

Re: taking the I out of Interface

2009-10-02 Thread Matej Knopp
1.5 is going to be neither source nor binary compatible. And I wouldn't say that consistency and conventions is not a reason. -Matej On Sat, Oct 3, 2009 at 1:14 AM, tetsuo ronald.tet...@gmail.com wrote: -1 It breaks compatibility for absolutely no reason. On Fri, Oct 2, 2009 at 7:45 PM,

Re: taking the I out of Interface

2009-10-02 Thread Matej Knopp
/no_word_docs On Fri, Oct 2, 2009 at 7:37 PM, Matej Knopp matej.kn...@gmail.com wrote: On Sat, Oct 3, 2009 at 1:29 AM, Altuğ B. Altıntaş alt...@gmail.com wrote: what about upgrading projects from 1.4 to 1.5  ? It breaks compatibility There will be other breaks. This is not a minor update. Breaks

Re: taking the I out of Interface

2009-10-02 Thread Matej Knopp
, 2009 at 3:58 AM, Ryan Gravener r...@ryangravener.com wrote: It's just my preference.  IModel / Model vs. Model / ObjectModel or Model / ModelImpl Ryan Gravener http://bit.ly/no_word_docs On Fri, Oct 2, 2009 at 9:25 PM, Matej Knopp matej.kn...@gmail.com wrote: Easier? How's that? I find

Re: taking the I out of Interface

2009-10-02 Thread Matej Knopp
I think that IFoo and Foo is every bit as bad as Foo and FooImpl. Both show rather poor choice of naming. Same goes for IModel and Model. -Matej On Sat, Oct 3, 2009 at 5:02 AM, Eelco Hillenius eelco.hillen...@gmail.com wrote: -1 Breaks compatibility for nothing other than a superficial

Re: inMethod DataGrid initial selection

2009-10-02 Thread Matej Knopp
Make sure that the equals method on your model(s) is properly implemented. Also check equals on your entities. -Matej On Fri, Oct 2, 2009 at 1:37 PM, Swanthe Lindgren swanthe.lindg...@megasol.se wrote: Yes, I got that part right, thank you. But somehow the item is not hi-lighted in my grid.

Re: Preventing Copy Pasting URL's In Same Browser Session

2009-09-29 Thread Matej Knopp
On Tue, Sep 29, 2009 at 6:48 PM, Pedro Santos pedros...@gmail.com wrote: We have this requirement in which we cannot allow the customer to copy paste the url that's appearing in the address bar into the same browser. Crazy thing. How about to include an request counter to your url

Re: Preventing Copy Pasting URL's In Same Browser Session

2009-09-29 Thread Matej Knopp
...@gmail.com wrote: could'nt he just have a page map with a size of 0? Of course reloads would'nt work and probably a bunch of other stuff too.. Seems like at strange thing to limit on though. 2009/9/29 Matej Knopp matej.kn...@gmail.com On Tue, Sep 29, 2009 at 6:48 PM, Pedro Santos pedros

Re: Preventing Copy Pasting URL's In Same Browser Session

2009-09-29 Thread Matej Knopp
What happens if the user (perhaps accidentally) refreshes page? -Matej On Tue, Sep 29, 2009 at 11:43 PM, Andreas Petersson andr...@petersson.at wrote: I am not aware that Wicket has direct support for this kind of (mis-)behavior. You can, however employ some kind of cheating here. if you set

Re: checkHierarchyChange

2009-09-25 Thread Matej Knopp
the entire state change thing is bit out dated. Why do you need to change visibility during render? I think the problem here is possible inconsistency. If you hide component before it has been rendered it will not render. But if you hide it after nothing will change. -Matej On Thu, Sep 24, 2009

Re: inmethod DataGrid javascript error (with fix?)

2009-09-25 Thread Matej Knopp
Thanks. Should be fixed in SVN. -Matej On Fri, Sep 25, 2009 at 2:05 AM, Russell Morrisey rmorri...@csc.com wrote: I'm getting a javascript error using the inmethod DataGrid; it looks to me like a bug with the DataGrid's script code. I am hoping that the DataGrid script can be patched =)

[jira] Commented: (WICKET-2432) Sending Ajax datas from Form with MultiPart(true) causing 302 - Moved Temporarily

2009-09-23 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12758724#action_12758724 ] Matej Knopp commented on WICKET-2432: - Seems to work for me but I only tested

Re: InMethod data grid data source query question

2009-09-17 Thread Matej Knopp
I'm afraid that is not possible. The grid gives you notification immediately when selection status changes and for that it needs to load the items. -Matej On Thu, Sep 17, 2009 at 1:24 AM, Bryce Bell bryce.z.b...@gmail.com wrote: How do you keep a data grid from querying it's data source when

Re: InMethod data grid data source query question

2009-09-17 Thread Matej Knopp
to click the header if the checkbox was not there. The problem is that the data source takes a long time to be queried, so the user continues to click on the check box with no indication as to what is happening. Matej Knopp wrote: I'm afraid that is not possible. The grid gives you notification

Re: HttpSessionStore instead of the default SecondLevelCacheSessionStore

2009-09-15 Thread Matej Knopp
There really is no good reason to use http session store instead of secondlevelcachesessionstore unless you are experiencing performance problems. HttpSessionStore uses more memory and keeps much shorter history so your users will be experiencing page expiration much more often. -Matej On Tue,

Re: HttpSessionStore instead of the default SecondLevelCacheSessionStore

2009-09-15 Thread Matej Knopp
point the DiskStore to Then you will really not see any difference johan On Tue, Sep 15, 2009 at 11:07, Matej Knopp matej.kn...@gmail.com wrote: There really is no good reason to use http session store instead of secondlevelcachesessionstore unless you are experiencing performance problems

Re: inMethod DataGrid row values

2009-09-11 Thread Matej Knopp
onCellClicked gets the row model object as argument. Call model.getObject() to get the actual object. -Matej On Fri, Sep 11, 2009 at 9:32 AM, Oliver-Sven Fritscho...@3blogos.com wrote: Hi group! I want to open a ModalPanel with detailed information when the user clicks on a row in my

[jira] Resolved: (WICKET-2457) Flash/ExternalInterface does not work in IE if movie is fetched via Wicket/Ajax

2009-09-09 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-2457. - Resolution: Fixed Fix Version/s: 1.4.2 Flash/ExternalInterface does not work in IE

[jira] Deleted: (WICKET-2460) CLONE -Flash/ExternalInterface does not work in IE if movie is fetched via Wicket/Ajax

2009-09-09 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp deleted WICKET-2460: CLONE -Flash/ExternalInterface does not work in IE if movie is fetched via Wicket/Ajax

[jira] Closed: (WICKET-2457) Flash/ExternalInterface does not work in IE if movie is fetched via Wicket/Ajax

2009-09-09 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp closed WICKET-2457. --- Flash/ExternalInterface does not work in IE if movie is fetched via Wicket/Ajax

[jira] Created: (WICKET-2460) CLONE -Flash/ExternalInterface does not work in IE if movie is fetched via Wicket/Ajax

2009-09-09 Thread Matej Knopp (JIRA)
Project: Wicket Issue Type: Bug Components: wicket Affects Versions: 1.4.1 Environment: IE6/7 FlashCS4/AS3 Reporter: Matej Knopp Assignee: Matej Knopp Priority: Critical Fix For: 1.4.2 If Flash movie CS4/AS3 is added

Re: Flash/ExternalInterface does not work in IE if movie is fetched via Wicket/Ajax

2009-09-08 Thread Matej Knopp
Well, it's not exactly wrong. Looks like an IE quirk to me. But I suppose we can just move the element anyway. -Matej On Tue, Sep 8, 2009 at 11:10 PM, Matej Knoppmatej.kn...@gmail.com wrote: Hi, can you create jira issue with problem description? The code indeed looks wrong I can fix it once

Re: Flash/ExternalInterface does not work in IE if movie is fetched via Wicket/Ajax

2009-09-08 Thread Matej Knopp
Hi, can you create jira issue with problem description? The code indeed looks wrong I can fix it once the issue is created. -Matej On Tue, Sep 8, 2009 at 9:59 PM, Heikki Uotinenheikki.uoti...@syncrontech.com wrote: There is a bug in wicket-ajax.js:268 (1.4.1) that breaks

Re: Passing parameters from markup to panels

2009-09-07 Thread Matej Knopp
Slight problem here is that onComponentTag is called during render. You can't modify component hierarchy at that point. Only way around this is to find component's markup index in onBeforeRender and then get the tag from markup stream. But this will fail in many cases (borders, transparent

[jira] Commented: (WICKET-2437) Ajax requests are called serially using only one channel (Channel busy - postponing...)

2009-08-27 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12748293#action_12748293 ] Matej Knopp commented on WICKET-2437: - It does not matter if the requests on client

[jira] Commented: (WICKET-2437) Ajax requests are called serially using only one channel (Channel busy - postponing...)

2009-08-27 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12748408#action_12748408 ] Matej Knopp commented on WICKET-2437: - There is no way to process parallel requests

Re: [announce] wicket 1.4.x branched

2009-08-20 Thread Matej Knopp
Hi, actually the changes in 1.5 might be quite drastic as far as wicket internals are concerned. I've already rewritten the request cycle, url processing and page management. I'm not sure how much of it will actually get to trunk though. You can take a look at the code here if you are interested:

Re: [announce] wicket 1.4.x branched

2009-08-20 Thread Matej Knopp
I'll try to find some time to write an overview of the experimental branch. But the code is an order of magnitude simpler than current Wicket codes and about the same amount less tangled. It also does lot less though :) (some of that is intentional). I have basically rewritten the most messy

Re: More minimalistic interfaces in 1.5

2009-08-20 Thread Matej Knopp
what's the point of wasCreatedBookmarkable on resources? On page it determines whether after redirect the URL will be hybrid even if page is not mounted. What would it do for resource? -Matej On Fri, Aug 21, 2009 at 12:03 AM, Martijn Dashorstmartijn.dasho...@gmail.com wrote: I'd like to create

Re: [announce] wicket 1.4.x branched

2009-08-20 Thread Matej Knopp
If your component does not use model you can use Void. -Matej On Fri, Aug 21, 2009 at 12:54 AM, Douglas Fergusondoug...@douglasferguson.us wrote: No.. I just finally set our pom to 1.4 and dealing with the 4,000 warnings! I'm wondering what other folks are doing for thinks like Link(s) or

Re: [announce] wicket 1.4.x branched

2009-08-20 Thread Matej Knopp
5:57 PM, Matej Knopp matej.kn...@gmail.com wrote: If your component does not use model you can use Void. -Matej On Fri, Aug 21, 2009 at 12:54 AM, Douglas Fergusondoug...@douglasferguson.us wrote: No.. I just finally set our pom to 1.4 and dealing with the 4,000 warnings! I'm wondering what

Re: how to debug Wicket Application

2009-08-19 Thread Matej Knopp
You can start by setting a breakpoint and running the application in debug mode. -Matej On Wed, Aug 19, 2009 at 7:39 PM, Oleg Ruchovetsoruchov...@gmail.com wrote: Hi , I am new in wicket. I try to modify wicket in action examples and got such exception:       WicketMessage: Error attaching

Re: Wicket filestore exploded?

2009-08-14 Thread Matej Knopp
Maybe you had 38000 sessions created and didn't clean them up properly? (killed server, etc). -Matej On Fri, Aug 14, 2009 at 11:09 PM, Martin Makundimartin.maku...@koodaripalvelut.com wrote: Hi! Recently the filestore has become huge (I deleted it only two days ago), is this normal?

Re: Prevent Wicket from creating a new user session while user clicks back button

2009-08-12 Thread Matej Knopp
New session will only be created if the page user lands after clicking back button is bookmarkable. It is not possible to change this behavior. If the page is not bookmarkable user will be redirected to expired page. -Matej On Wed, Aug 12, 2009 at 7:17 PM, Andre Bonallibona...@hispeed.ch wrote:

Re: Firefox, be afraid be very afraid!!!

2009-08-05 Thread Matej Knopp
Application.getResourceSettings().setAddLastModifiedTimeToResourceReferenceUrl(true); -Matej On Wed, Aug 5, 2009 at 9:35 AM, Anton Veretennikovanton.veretenni...@gmail.com wrote: how, how? On Wed, Aug 5, 2009 at 3:24 PM, Johan Compagnerjcompag...@gmail.com wrote: wicket can also do that for

Re: Modal window and background color

2009-08-05 Thread Matej Knopp
You can use !important in your override css. -Matej On Wed, Aug 5, 2009 at 9:06 PM, Johannes Schneidermaili...@cedarsoft.com wrote: Hi, I use the modal window (with a component). But unfortunately white is used as background color. This is definied in model.css:164 div.wicket-modal

Re: Modal window and background color

2009-08-05 Thread Matej Knopp
think that could/should be improved in the ModalWindow... Regards, Johannes Matej Knopp wrote: You can use !important in your override css. -Matej On Wed, Aug 5, 2009 at 9:06 PM, Johannes Schneidermaili...@cedarsoft.com wrote: Hi, I use the modal window (with a component

[jira] Commented: (WICKET-2214) Form tag in ModalWindow html code causes nested html forms when ModalWindow is used with panel that contain forms

2009-08-03 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738433#action_12738433 ] Matej Knopp commented on WICKET-2214: - If you have form inside your modal window

Re: Feedback messages and ajax request

2009-08-03 Thread Matej Knopp
Feedbacks should be processed in prepareRender method which should be called on Ajax requests as well. If it isn't it would be a bug. -Matej On Mon, Aug 3, 2009 at 11:59 AM, Martin Makundimartin.maku...@koodaripalvelut.com wrote: Hi! In normal requests feedbackmessages are processed like

Re: Form tag does not get rendered on a Panel placed in a TabbedPanel within a ModalWindow

2009-08-03 Thread Matej Knopp
From modal window javadoc: * If you want to use form in modal window component make sure that you put the modal window itself * in another form (nesting forms is legal in Wicket). -Matej On Mon, Aug 3, 2009 at 8:15 PM, Marcin Palkamarcin.pa...@gmail.com wrote: Hi, I am experiencing a

  1   2   3   4   5   6   7   8   9   10   >