passing map parameter from ftl to event type java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
22 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: screen widget syntax

Adrian Crum
<set> would be the same as context.put. There is no screen widget
command to remove a value from the context. You could try setting the
field to null.

-Adrian


Jacek Wagner wrote:

> All,
>
> What would be a corresponding screen widget command(s) to a Java syntax:
>
> context.remove(......)
> context.put(.....)
>
> Jacek
>
>
Reply | Threaded
Open this post in threaded view
|

Re: screen widget syntax

Jacek Wagner
Adrian Crum wrote:

> <set> would be the same as context.put. There is no screen widget
> command to remove a value from the context. You could try setting the
> field to null.
>
> -Adrian
>
>
> Jacek Wagner wrote:
>> All,
>>
>> What would be a corresponding screen widget command(s) to a Java syntax:
>>
>> context.remove(......)
>> context.put(.....)
>>
>> Jacek
>>
>>
This is the way I expected.  Thank you. -- Jacek
12