> 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
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
2 matches
Mail list logo