Re: Whitespace in String-mapped properties

2014-08-06 Thread Christoph Nenning
> I'm trying to implement mapped properties for buttons on a form. > Given the following code: > > private Map removeButtons = new HashMap(); > public Map getRemoveButtons() { > log.debug("Call to getRemoveButtons()"); > return removeButtons; > } > > and the following HTML: > > id="rem

Re: Whitespace in String-mapped properties

2014-08-06 Thread Lukasz Lenart
2014-08-05 20:57 GMT+02:00 Zimnoch, Todd Contractor : > I'm trying to implement mapped properties for buttons on a form. Given the > following code: > > private Map removeButtons = new HashMap(); > public Map getRemoveButtons() { > log.debug("Call to getRemoveButtons()"); > return remove

Whitespace in String-mapped properties

2014-08-06 Thread Zimnoch, Todd Contractor
I'm trying to implement mapped properties for buttons on a form. Given the following code: private Map removeButtons = new HashMap(); public Map getRemoveButtons() { log.debug("Call to getRemoveButtons()"); return removeButtons; } and the following HTML: the getRemoveButtons function