[Wicket-user] Custom ISessionStore

2007-08-09 Thread Seldon, Richard
Hello. Does anyone have any working example implementations of a custom ISessionStore. Perhaps writing to disk / database etc. Hoping to get up to speed v.quickly. Best regards, Richard. This e-mail (and any attachments) may contain privileged and/or confidential information. If you are not

Re: [Wicket-user] - Wicket 1.3 release date?

2007-07-26 Thread Seldon, Richard
] [mailto:[EMAIL PROTECTED] On Behalf Of Seldon, Richard Sent: 26 July 2007 13:34 To: 'wicket-user@lists.sourceforge.net' Subject: [Wicket-user] - Wicket 1.3 release date? Hello, a couple of quick questions regarding Wicket release dates. Trying to do a bit of forward planning on our project

[Wicket-user] - Wicket 1.3 release date?

2007-07-26 Thread Seldon, Richard
Hello, a couple of quick questions regarding Wicket release dates. Trying to do a bit of forward planning on our project. At present, I understand Wicket 1.3.0-beta2 is latest 'version'. Is there an approximate release date in mind (day / week / month) for an official 1.3 (non-beta) version?

Re: [Wicket-user] Wicket 1.2.4 - Cross session concurrency issue s

2007-06-28 Thread Seldon, Richard
-user@lists.sourceforge.net Subject: [Maybe Spam] Re: [Wicket-user] Wicket 1.2.4 - Cross session concurrency issues On 6/26/07, Seldon, Richard [EMAIL PROTECTED] wrote: Martijn - Thanks for your helpful email. The links to the issues list did the trick regarding issues tracking. No problem, just

Re: [Wicket-user] Wicket 1.2.4 - Cross session concurrency issues

2007-06-26 Thread Seldon, Richard
concurrency issues On 6/25/07, Seldon, Richard [EMAIL PROTECTED] wrote: Really keen to know best place to get a list of outstanding defects between releases wicket 1.2.4 and 1.2.6 is located? Are there release notes / URL links etc with this info easily available? Apache issues list starts

[Wicket-user] Wicket 1.2.4 - Cross session concurrency issues

2007-06-25 Thread Seldon, Richard
Hello all, Further to email sent out back on 15/06/07 regarding concurrency issues using Wicket 1.2.4 and load runner... Really keen to know best place to get a list of outstanding defects between releases wicket 1.2.4 and 1.2.6 is located? Are there release notes / URL links etc with this

[Wicket-user] AJAX causing UI state corruption....

2007-06-25 Thread Seldon, Richard
/ jquery.block plugin , or at least take it as an example for your own js implementation. I have my own light version of this plugin.. Seldon, Richard wrote: Sure Alex, what i meant was that in order to get IFRAME to be transparent i tried a combination of setting allowtransparency=true

Re: [Wicket-user] form.class - findSubmittingButton() - runtime e xception - any su ggestions?

2007-06-20 Thread Seldon, Richard
- any su ggestions? did you override isvisible(), if so what does that look like? -igor On 6/19/07, Seldon, Richard mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Have been using Wicket as part of large SOA project for some time - version 1.2.4. Running our code during development phase

[Wicket-user] form.class - findSubmittingButton() - runtime exception - any su ggestions?

2007-06-19 Thread Seldon, Richard
Have been using Wicket as part of large SOA project for some time - version 1.2.4. Running our code during development phase using Wepshere application developer (WID) environments had no probs, wicket has performed v.well. We are in model office stages of dev for release 1. We're using load

Re: [Wicket-user] AJAX causing UI state corruption....

2007-06-15 Thread Seldon, Richard
What wicket version are you using? -Matej On 6/14/07, Seldon, Richard [EMAIL PROTECTED] wrote: Experiencing a wicket problem to do with UI state corruption when using ajax tabbed panel. When the ajax links are rapidly clicked in succession various validation errors appear relating

Re: [Wicket-user] AJAX causing UI state corruption....

2007-06-15 Thread Seldon, Richard
and didn't have any problems with it. Seldon, Richard wrote: Experiencing a wicket problem to do with UI state corruption when using ajax tabbed panel. When the ajax links are rapidly clicked in succession various validation errors appear relating to panels that are hidden, form

Re: [Wicket-user] AjaxSubmitButton - Cancel

2007-06-15 Thread Seldon, Richard
John, igor has given you a solution but i wanted to add that you do have alternatives if absolutely required. when writing UI common components like perhaps and Add / Remove button panel with an ajax add and ajax remove button you 'may' feel disinclined to swap over to going for a ajaxlink

Re: [Wicket-user] Best way to set the focus on a form's TextField

2007-06-15 Thread Seldon, Richard
Would be interested to know of any standard way to handle this but it is easy enough to roll your own with a few lines of code. Perhaps try the following: 1) Set up a FocusBehavior interface that provides a getDefaultField() method. 2) Create a SetFocusVisitor that implements

Re: [Wicket-user] Best way to set the focus on a form's TextField

2007-06-15 Thread Seldon, Richard
field and then it's the first field without a value that receives focus. Perhaps.. Frank On 6/15/07, Seldon, Richard mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Would be interested to know of any standard way to handle this but it is easy enough to roll your own with a few lines of code

Re: [Wicket-user] Convertes Hell (Wicket 1.2.x)

2007-06-15 Thread Seldon, Richard
Paolo - You could try creating your own component and pass a SimpleDateFormat object (custom mask) into the constructor of this custom component. In addition, when you assign this component as a constructor argument to the DatePicker it will use this mask for output. You can deconstruct the Date

[Wicket-user] AJAX causing UI state corruption....

2007-06-14 Thread Seldon, Richard
Experiencing a wicket problem to do with UI state corruption when using ajax tabbed panel. When the ajax links are rapidly clicked in succession various validation errors appear relating to panels that are hidden, form component drop downs lose their display UI values and UI state basically