Re: How to use IAuthorizationStrategy to control TabbedPanel title?

2009-11-29 Thread pthdh
Hi Haulyn, It should be no different. Lets say one of the panel you use is called EditTypePanel which needs authorization, you can simply check like with the code shown below. @Override protected void init() { super.init();

Re: CompoundPropertyModel

2009-11-29 Thread Николай Кучумов
Also I've noticed, that if i submit the form, then redeploy the WAR, and then refresh the submitted page, it throws the exception described above. And hitting Ctrl + F5 doesn't fix the issue - you are unable to submit the form anymore... The reason is that it (at least, Firefox 3) accumulates

Re: CompoundPropertyModel

2009-11-29 Thread Николай Кучумов
To come up with a decision, I can propose you to catch this special exception, then count all JSESSIONID cookies, and, if there are several of them, delete the stale JSESSIONID cookies, and then try to run the form submission cycle again programmaticaly. 2009/11/29 Николай Кучумов

Re: WicketSessionFilter and several domains

2009-11-29 Thread Fernando Wermus
This is what I think about how to solve this problem, except that it will take a round trip more for the user who accesses to .com.ar thanks! On Sat, Nov 28, 2009 at 11:22 AM, bgooren b...@iswd.nl wrote: Well, even if it's regional the question remains why your site is available over two

Re: [1.4.3] RequestUtils.toAbsolutePath() skips the last value

2009-11-29 Thread Erik van Oosten
Hello Smallufo, Please open an issue on the Wicket jira so that the development team can track this bug. Regards, Erik. smallufo wrote: The code is following : WebApplication : mountBookmarkablePage(/TestPage , TestPage.class); TestPage.html : url = span wicket:id=url/span

Re: [1.4.3] RequestUtils.toAbsolutePath() skips the last value

2009-11-29 Thread smallufo
Hi , I opened WICKET-2586 https://issues.apache.org/jira/browse/WICKET-2586 https://issues.apache.org/jira/browse/WICKET-2586But it is reported invalid ... This is intended ... but I still don't know why ... 2009/11/30 Erik van Oosten e.vanoos...@grons.nl Hello Smallufo, Please open an issue

Please HELP - Value of the model not getting updated in a Panel

2009-11-29 Thread vinay.karmarkar
Hi, I have a panel which is present on a page. The panel consists of a link. By using JQuery I am opening a pop-up when this link is clicked. The pop-up contains a drop-down, text field and a save button. When the Save button is clicked, I am not able to get the new values entered in the

Wicket Ajax in JBOSS Portal

2009-11-29 Thread liangyulin
Hello, I tried to deploy a wicket application (1.4.3 version) in JBOSS portal 2.7.2 as portlet, but it seemed that the AJAX functionality didn't work, for example, I would like to use rating panel in wicket extension but the ajax submit failed. Who knows how to resolve this problem or any

RE: Please HELP - Value of the model not getting updated in a Panel

2009-11-29 Thread Stefan Lindner
I think your input fields need an AjaxFormUpdatingBehavior Stefan -Ursprüngliche Nachricht- Von: vinay.karmar...@wipro.com [mailto:vinay.karmar...@wipro.com] Gesendet: Montag, 30. November 2009 08:45 An: users@wicket.apache.org Betreff: Please HELP - Value of the model not getting