RadioGroup client side validation

2017-02-21 Thread Marvin Monroe
Hi, I just looked at the source of the Radio component and it seems it's missing a call to FieldValidator#writer to actually support client side validation. (I want to add a required validation rule to a radio group btw) Or am I missing something? Cheers Christian

Firefox: FormFragment hidden fields disabled

2016-12-01 Thread Marvin Monroe
Hi, so today I found a weird bug: Firefox stores the disabled attribute of hidden formfragments between page reloads. It's the browser's autocomplete feature that can be turned off by adding the attribute autocomplete="off" to either form or input field. This behavior prevents form fields from

jndi resources in jetty using selenium

2016-11-30 Thread Marvin Monroe
Hi, I'm trying to add some integration (smoke) tests to a big legacy app. That app uses jndi resources for hibernate and when I use the selenium JettyRunner it doesn't pick up the jetty-env.xml. How can I configure the xml to be used in my tests? Thanks Christian