Re: Joining list with OGNL

2007-09-16 Thread Jan Röhrich
> ( ticketStates.add(0,new MyObject(-1,"All")), ticketStates ) This does the job. Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Joining list with OGNL

2007-09-14 Thread cilquirm
the special entry in my action because it is only > needed in the view. > > Thanks in advance. > > Jan > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message i

Joining list with OGNL

2007-09-14 Thread Jan Röhrich
Hello, I want to use the tag rendering a dropdown list of objects: This works but now I need an additional option displayed which is not in the "ticketstates" list. It should be a mapping of "-1" -> "all" which semantically means "all options a once". Is there a way to add a list entry us