Re: How to protect against Session Fixation attacks?

2008-08-08 Thread RUMikeP
My appologies for the run-around. I was not able to see the updates on the Jira log yesterday from the office, so only managed to read the updates when I got home. I have implemented the latest suggestion (included below for other interested readers, although I suggest they read the Jira log

Re: AjaxButton does not work

2008-08-08 Thread Bertrand DATAS
Hello thanks for your answers but, I add the OnError method and nothing more happens, with firebug have seen that there is no request at all when i click on this button, just like if there was no event attach on it, I don't understand why ?? Bertrand 2008/8/8 Al Maw [EMAIL PROTECTED] This may

Re: AjaxButton does not work

2008-08-08 Thread greeklinux
Hello, is it possible to see some code? BertrandDatas wrote: Hello thanks for your answers but, I add the OnError method and nothing more happens, with firebug have seen that there is no request at all when i click on this button, just like if there was no event attach on it, I don't

Re: 7th August London Wicket Event (6th August!)

2008-08-08 Thread Yiannis Mavroukakis
PS To those who were present on August _6th_ (I don't know what event on the 7th you got us mixed up with Yiannis, but we'll accept the compliments ;-) , I blame it all on my year round lack of sleep..parenthood! - To

Re: AjaxButton does not work

2008-08-08 Thread Martin Makundi
Why not use gt;gt; instead of ? ** Martin 2008/8/8 Alastair Maw [EMAIL PROTECTED]: OK, so you have firebug installed, which is a great start. Look at the generated HTML in your browser. Does the link have an onclick attribute? Are there any errors in the Javascript console if you turn that

Re: AjaxButton does not work

2008-08-08 Thread Alastair Maw
OK, so you have firebug installed, which is a great start. Look at the generated HTML in your browser. Does the link have an onclick attribute? Are there any errors in the Javascript console if you turn that on in firebug? Can you show us some code? Alastair 2008/8/8 Bertrand DATAS [EMAIL

Re: Wicket + Hibernate without Spring and Databinder

2008-08-08 Thread HITECH79
Hallo Martin, thanks a lot for your answers Could i see the content of this method EntityManagerUtils.disposeEntityManagers() Greetings Martin Makundi wrote: Hi! I am using this configuration (actually with Jetty, not Tomcat). 1. I have a persistence.xml with all the

Re: Wicket + Hibernate without Spring and Databinder

2008-08-08 Thread Martin Makundi
Hi! Something like this: public static void disposeEntityManagers() { try { // The write-transaction is either rolled back or committed. getEntityWriter().close(); } finally { entityWriterHandle.remove(); if (!TransactionWrapper.isOverrideDuringTests()) {

Extending BrowserInfoForm

2008-08-08 Thread Federico Fanton
Hi everyone! I'd like to extend BrowserInfoForm to detect if the browser supports SVGs (javascript method here http://thomas.tanrei.ca/modern-script-based-svg-detection/), but it looks like it cannot be easily extended.. Should I try to write a patch for Wicket instead? Would it be useful? Am

Re: Extending BrowserInfoForm

2008-08-08 Thread Igor Vaynberg
patch is welcome -igor On Fri, Aug 8, 2008 at 6:49 AM, Federico Fanton [EMAIL PROTECTED] wrote: Hi everyone! I'd like to extend BrowserInfoForm to detect if the browser supports SVGs (javascript method here http://thomas.tanrei.ca/modern-script-based-svg-detection/), but it looks like it

Re: Extending BrowserInfoForm

2008-08-08 Thread igor . vaynberg
should be fine -Igor On 8/8/08, Federico Fanton [EMAIL PROTECTED] wrote: On Fri, 8 Aug 2008 06:54:50 -0700 Igor Vaynberg [EMAIL PROTECTED] wrote: patch is welcome Ok :) Would it be a problem if I try to write it against 1.3.4? We're not using 1.4 yet..

Strange AjaxFormComponentUpdatingBehavior with Internet Explorer

2008-08-08 Thread Kai Mütz
Hi, I have 2 form components in a form. A checkbox and a dropdownchoice. The dropdownchoice should depend on the checkbox, as it is enabled if the checkbox is checked and disabled if the checkbox is not checked. Thus I have added a AjaxFormComponentUpdatingBehavior: final CheckBox required =

Re: Strange AjaxFormComponentUpdatingBehavior with Internet Explorer

2008-08-08 Thread Kai Mütz
BTW, whilw checking the checkbox the AJAX Debug window says: Info: Set focus on required That's all. 2008/8/8 Kai Mütz [EMAIL PROTECTED] Hi, I have 2 form components in a form. A checkbox and a dropdownchoice. The dropdownchoice should depend on the checkbox, as it is enabled if the

Re: YUI DatePicker Changing default behavior

2008-08-08 Thread nanotech
Anyone has any suggestions, please? nanotech wrote: Hi all, I have multiple questions regarding YUI datepicker that I am using on my project. 1. I have a from which has 6 DatePicker elements. Now it is possible that user can open all of them opened which will make screen look bad. To

Re: PageParameters

2008-08-08 Thread Uwe Schäfer
ok, maybe there was too much K and V in my last mail ;) I´ll try another way round: wouldn´t it be nice to be able to use smth like that ? MapString, Integer map =... PageParameters p = new PageParameters(map); So if you agree, please switch from public PageParameters(final MapString, Object

Re: PageParameter question

2008-08-08 Thread pixologe
you might also consider using put instead of add, which replaces an existing parameter of the same key (if any) -- View this message in context: http://www.nabble.com/PageParameter-question-tp16026015p18895652.html Sent from the Wicket - User mailing list archive at Nabble.com.

help with css and image background

2008-08-08 Thread oriana
I need urgent one since help I have the page of begin and it don't want me to catch the styles of the leaf of styles. I besides that want to put an image of background in a table that on her the texts of autentication come and it neither leaves me. That does it be making wrong?? I am completely

Re: help with css and image background

2008-08-08 Thread Daan van Etten
I've read this more than once, and could not understand it. Please try again to explain what you mean. This looks like Babelfish gibberish. Regards, Daan On 8 aug 2008, at 22:21, oriana wrote: I need urgent one since help I have the page of begin and it don't want me to catch the

Re: PageParameters

2008-08-08 Thread Igor Vaynberg
done for now -igor 2008/8/8 Uwe Schäfer [EMAIL PROTECTED]: ok, maybe there was too much K and V in my last mail ;) I´ll try another way round: wouldn´t it be nice to be able to use smth like that ? MapString, Integer map =... PageParameters p = new PageParameters(map); So if you agree,

Re: ListView in Forms

2008-08-08 Thread brian.diekelman
There are a few things going on here... try this and see if it does what you want it to do. If so reply back and I'll explain what the underlying issue was: TextField propertiesName = new TextField(name,new PropertyModel(pluginProperties, name)); TextField propertiesValue = new

Images not caching in browser

2008-08-08 Thread jchappelle
Every time my pages load all the images load again. I'm not sure how to fix this. Is it a change in my filter mapping? Most of my images are loaded as a background-image style rule. My web.xml filter mapping is this: filter-mapping filter-namemyApplication/filter-name

Re: Is SAFE_CHILD_ID_PATTERN in AbstractRepeater correct, or does it break CSS spec?

2008-08-08 Thread John Patterson
Why are only digits allowed? This stops me using a CompoundPropertyModel. It seems to work fine apart from the warning. igor.vaynberg wrote: On Nov 16, 2007 2:55 PM, Edvin Syse [EMAIL PROTECTED] wrote: Why is container0 a non-safe id, because it contains nondigits like the message