Re: inmethod grid problem in IE8

2011-09-18 Thread Duy Do
Any suggestion? On 9/17/2011 10:59 AM, Duy Do wrote: Hi Wicketers, I have a problem with inmethod-grid in IE8 as below error. This issue cause the grid display incorrectly. Is it a bug? And how to fix it? Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1;

Re: inmethod grid problem in IE8

2011-09-18 Thread Attila Király
Repeating my previous answer to you: give more details. For example: which wicket, inmethod-grid versions are you using? Is the problem reproducable with the wicketstuff inmethod grid examples web app too? Attila 2011/9/18 Duy Do doquoc...@gmail.com Any suggestion? On 9/17/2011 10:59 AM,

Re: inmethod grid problem in IE8

2011-09-18 Thread Duy Do
Hi Attila, I'm using version 1.4.18 of Wicket, inmethod-grid. I will try to test the example of inmethod grid and let you know the result. Thank you for your help. Regards, Duy On 9/18/2011 4:06 PM, Attila Király wrote: Repeating my previous answer to you: give more details. For example:

Re: YUI menu and development mode

2011-09-18 Thread jchappelle
I am having the same issue. Has anyone found a solution to this? I am using wicket version 1.4.15. Thanks, Josh -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/YUI-menu-and-development-mode-tp1882092p3822359.html Sent from the Users forum mailing list archive at

Re: YUI menu and development mode

2011-09-18 Thread Ernesto Reinaldo Barreiro
I´m not using this menu but I have seen similar problems with other components because of wicket:panel and other development info wikcet generates (by default) on development mode. Best, Ernesto On Sun, Sep 18, 2011 at 8:10 PM, jchappelle jchappe...@4redi.com wrote: I am having the same

Re: YUI menu and development mode

2011-09-18 Thread jchappelle
Thanks a lot Ernesto! That pointed me in the right direction and I found the specific setting that was causing the problem. The following code is in my Application subclass's init method and it seems to fix the problem for me. getMarkupSettings().setStripWicketTags(true); Thanks, Josh -- View

Footnote-Support

2011-09-18 Thread Christian Huber
Hi all, I was wondering if there is something like a footnote component/behavior or similar. A mechanism that allows you to easily add a footnote to a label and the corresponding footnote text to one of it's parents in a generic way. I know I could just add a footnote to a label and another

Re: YUI menu and development mode

2011-09-18 Thread Ernesto Reinaldo Barreiro
Glad to be of some help:-) Yes, that is the setting I had to use as well. Best, Ernesto On Sun, Sep 18, 2011 at 9:03 PM, jchappelle jchappe...@4redi.com wrote: Thanks a lot Ernesto! That pointed me in the right direction and I found the specific setting that was causing the problem. The

Re: Footnote-Support

2011-09-18 Thread Dan Retzlaff
Hi Christian, I don't understand the particular hierarchy placement you have in mind, but I'd guess that you could write a Behavior that does it. Behaviors get callbacks for component tags, rendering events, etc. Dan On Sun, Sep 18, 2011 at 12:12 PM, Christian Huber hub...@butterbrot.orgwrote:

Re: Wicket 1.5: request mapper to make all urls absolute

2011-09-18 Thread Bas Gooren
After quite a lot of searching and testing, I've finally been able to get things working. In the end, I was able to solve my problem in the most logical place, which once again shows how great Wicket is! I've created an AbsoluteUrlRenderer (which extends the default UrlRenderer). What is a

Enclosure changes in 1.5

2011-09-18 Thread Chris Colman
We've just converted some working 1.4 code to 1.5 and are getting this error: org.apache.wicket.WicketRuntimeException: Could not find child with id: paymentOptionsPanel in the wicket:enclosure at org.apache.wicket.markup.html.internal.Enclosure.checkChildComponent(Enc

RE: Enclosure changes in 1.5

2011-09-18 Thread Chris Colman
It looks like using an explicit EnclosureContainer fixes our problem. Regards, Chris From: Chris Colman [mailto:chr...@stepaheadsoftware.com] Sent: Monday, 19 September 2011 11:13 AM To: users@wicket.apache.org Subject: Enclosure changes in 1.5 We've just

Re: AjaxSubmitLink 1.4.18 issue/not working

2011-09-18 Thread Wayne W
The thing is I'm not doing anything special here, just straight wicket form stuff AFAIK. Here is what is generated from wicket for the form and the link: form id=userForm4e action=../../?wicket:interface=:2:users:addPersonContainer:addPersonPanel:userForm::IFormSubmitListener:: method=post ...

name1/param1/name2/param2 style URLs still supported in 1.5?

2011-09-18 Thread Chris Colman
We have lots of code in 1.4 that uses parameter/value pairs embedded into the URL using the '/' as a delimeter so that they look like actual directories to search engines. There are lots of search engines out there that have cached these URLs so we would still like to be able to serve them

1.5: wicketeser with navomatic border: path not found.

2011-09-18 Thread cablepuff
Hi iam getting error in my test case. I have the standard navomaticborder file with addToBorder(navigationBorder) and addToBorder(bodyBorder); my test contains: this.tester.startPage(LoginPage.class); final FormTester formTester = this.tester.newFormTester(loginBody:signInPanel:signInForm);