Are you using the jQuery or Prototype infrastructure in your 5.4 projects?
If Prototype, I'd just copy the 5.3.x Autocomplete and use it.
On Thu, 29 May 2014 13:59:33 -0300, Ilya Obshadko
wrote:
Just started to migrate my autocomplete-based controls to 5.4.
Several issues I've discovered
I'm using jQuery. If fact I have already completed a replacement component
which does exactly what's needed.
I have a kind of specific case which cannot be covered by a mixin. But I
would like to point out that there are several issues with Typeahead &
Bootstrap CSS compatibility. You might want t
If you getter method is "is", not "get", prefixed then the type MUST be
boolean, not Boolean. That's well defined in the Java Beans specification.
On Thu, May 29, 2014 at 12:41 AM, Lance Java
wrote:
> Eg: https://gist.github.com/uklance/0d461f9618b3a131ca3b
> On 28 May 2014 12:43, "Lance Java
Thanks Howard,
we fixed the way CXF generates our webservice types and now we have the
desired getter.
Of course it was not compliant to the bean spec before, but I saw no way
to change the generation behavior.
Regards
Eric
Am 30.05.2014 18:43, schrieb Howard Lewis Ship:
If you getter metho
If anyone else is reading this, how I worked around this issue. The page in
question had an "activate" method that took two parameters. Depending on
page context, it's sister "passivate" method would sometimes return null
for one of the array parameters. I made sure this never happened by
checking