Re: [Quickstart 1.5.0] Why is my generated pom for new quickstart-project referencing 1.5-RC7?

2011-09-08 Thread Peter Miklosko
Guess they didn't had time to update it yet, or it slipped from TODO list ;) On 8 September 2011 09:22, Mike Mander wicket-m...@gmx.de wrote: If i generate a quickstart project with 1.5.0 the generated pom references 1.5-RC7. Is this correct or maybe an effect on my machine? command mvn

Re: Safari hangs on ajax form submit

2011-08-03 Thread Peter Miklosko
Where did you see 1.4.18? I do not see it on SVN https://svn.apache.org/repos/asf/wicket/branches/ Peter On 2 August 2011 21:55, trodi t_roy...@hotmail.com wrote: Dan Retzlaff wrote: Are you encountering this? https://issues.apache.org/jira/browse/WICKET-3820 I also recently

Re: Safari hangs on ajax form submit

2011-08-03 Thread Peter Miklosko
Well that is sort of obvious based on current versions pattern ;) Is there any expected date for release? On 3 August 2011 17:05, Martin Grigorov mgrigo...@apache.org wrote: 1.4.18 will be the next release in 1.4 series On Wed, Aug 3, 2011 at 6:55 PM, Peter Miklosko peter.b...@gmail.com

Re: PageParameters and setResponsePage()

2011-05-05 Thread Peter Miklosko
Thank you for the tip Martin. Sorry to ask silly question, but where can I find API for 1.5-M3? I found this http://www.jarvana.com/jarvana/view/org/apache/wicket/wicket/1.5-M3/wicket-1.5-M3-javadoc.jar!/index.html but it is missing some classes like for example PageParameters. Or it is best to

Re: PageParameters and setResponsePage()

2011-05-05 Thread Peter Miklosko
On 5 May 2011 10:37, Martin Grigorov mgrigo...@apache.org wrote: Download the jar from Maven repos. Latest version is RC3, not M3. On Thu, May 5, 2011 at 11:17 AM, Peter Miklosko peter.b...@gmail.com wrote: Thank you for the tip Martin. Sorry to ask silly question, but where can I find API

Re: PageParameters and setResponsePage()

2011-05-05 Thread Peter Miklosko
God damn it so complicated... ;) Thank you for all your help Martin! Peter On 5 May 2011 12:51, Martin Grigorov mgrigo...@apache.org wrote: it is in wicket-request.jar On Thu, May 5, 2011 at 1:47 PM, Peter Miklosko peter.b...@gmail.com wrote: I downloaded RC3, but even after building API

PageParameters and setResponsePage()

2011-05-04 Thread Peter Miklosko
We are using MixedParamUrlCodingStrategy to create user/SEO friendly URLs for booking website. The booking can have two different types as fixed or flexible that do share some parameters, but not stuff like time periods. From what I read in API it is my understanding that if some of the parameters

Re: PageParameters and setResponsePage()

2011-05-04 Thread Peter Miklosko
Isn't my question clear or just nobody wants to get into mud of long explanation? Peter On 4 May 2011 16:04, Peter Miklosko peter.b...@gmail.com wrote: We are using MixedParamUrlCodingStrategy to create user/SEO friendly URLs for booking website. The booking can have two different types

Keep data in ListView of Form while adding or removing rows

2011-03-22 Thread Peter Miklosko
In my project I have requirement for dynamic type of form where user can add or remove a project row info. To keep form data for new entries that hasn't been added to database while adding another new row I used following article

Re: howto track translations

2010-12-03 Thread Peter Miklosko
Not sure how other IDEs but in IntelliJ once you have at least one translation beside default and you open any of them there at the bottom of the freame are two tabs to switch between Text and Resource bundle. In Resource bundle view it will highlight in red any property that is not available in

GMap2 off center

2010-11-03 Thread Peter Miklosko
In our application we are using Wicket GMap2 in some cases successfully in other case with problems. The map is being off center, having about 10-15px grey border on the left and bottom of the map and in case of multiple markers on the map being zoomed out to 0.0 in Firefox. The map is showing

Re: GMap2 off center

2010-11-03 Thread Peter Miklosko
Sven On 11/03/2010 01:15 PM, Peter Miklosko wrote: In our application we are using Wicket GMap2 in some cases successfully in other case with problems. The map is being off center, having about 10-15px grey border on the left and bottom of the map and in case of multiple markers on the map

Re: Wicket wicket-contrib-tinymce populate Styles drop-down

2010-07-09 Thread Peter Miklosko
: object.toString()); } public void detach() {} }); } @Override protected boolean wantOnSelectionChangedNotifications() { return true; } } On Thu, Jul 8, 2010 at 11:53 AM, Peter Miklosko peter_b...@yahoo.comwrote: Can somebody please help me populate drop down

Re: Wicket wicket-contrib-tinymce populate Styles drop-down

2010-07-09 Thread Peter Miklosko
session style. On Fri, Jul 9, 2010 at 5:30 AM, Peter Miklosko peter_b...@yahoo.com wrote: I'm sort of dubious about your suggestion as I don't see any direct connection between this DropDownChoice and TinyMCE editor from wicket-contrib-tinymce. Would you care to explain little more

Wicket wicket-contrib-tinymce populate Styles drop-down

2010-07-08 Thread Peter Miklosko
Can somebody please help me populate drop down menu for Styles? Customer decided to use this option and I have difficulties to figure out how to do it. Even in the wicket-contrib-tinymce examples this is not active. Peter