Re: [Wicket-user] Page reload indefinitely

2006-07-26 Thread Paolo Di Tommaso
I'm using now 1.2. I will switch t o1.2.1 soon.Anyway It appears to be related to the redirect that happens when a page is aliased with a Application.mount() command. Any ideas? Thanks, Paolo On 7/25/06, Igor Vaynberg [EMAIL PROTECTED] wrote: are you using 1.2.0 or 1.2.1 ? in 1.2.0 we used a

[Wicket-user] localization in wicket-extensions

2006-07-26 Thread Janos Cserep
I've noticed that some components in wicket-extensions are not internationalized properly (DataTable, Palette) in 1.2. Is somebody working on this or shall I go ahead and do it myself? Janos - Take Surveys. Earn Cash.

Re: [Wicket-user] Testing Wicket 1.2 on Glassfish b48

2006-07-26 Thread Vincent Jenks
I just downloaded 1.2.1, how do I take advantage of this? I'm hoping I can use 1.2.1 on Glassfish w/o having to custom-build it like I did w/ 1.2. Thanks! On 7/10/06, Igor Vaynberg [EMAIL PROTECTED] wrote: just added this, it will be in 1.2.1 action type=update dev=Igor VaynbergAdded

Re: [Wicket-user] Testing Wicket 1.2 on Glassfish b48

2006-07-26 Thread Vincent Jenks
Also, I'm not able to build Wicket 1.2.1 w/ maven like I did w/ 1.2. In the top-level 'wicket' folder doing mvn install -Dmaven.test.skip=true gives me this: [INFO] Scanning for projects... Downloading: http://maven.sateh.com/repository/wicket/wicket-parent/1.2.1/wicket -parent-1.2.1.pom

[Wicket-user] AjaxSubmitLink and history

2006-07-26 Thread Alexei Sokolov
Hello,I have small problem with ajaxsubmitlink. I have a page with a form which can be submitted by either a regular button or an ajaxsubmitlink. In onSubmit method of ajaxsubmitlink I update the form's model and display updated fields using AjaxRequestTarget.addComponent(). Regular button takes