s:select problem with data conversion

2008-12-24 Thread Oleg T.
Hi, I am using Struts 2.0.12 and having a problem getting selected="" to work on s:select with my data converter. It seems that converter is called when I submit from the select box, but when its populated its never called. 1. My select is: 2. Converter is defined in xwork-conversion file 3. p

struts2 s:select problem

2007-10-04 Thread zul;jami
I have a action class extending actionsupport in which I have a getters and setters for a Hashmap in my execute I populate the hashmap. But in my select it is not showing This is code in my jsp. If I use sessionaware and put it in session,then in my java code in jsp i am able to get the val

s:select problem

2007-09-25 Thread Pablo Vázquez Blázquez
Hi! How can I retrieve the collection to put in "list" attribute if this collection is in the sessionScope?? I´m trying: where "currentProject" has a List of projects. I´m getting the following exception: tag 'select', field 'list', name 'projectId': The

Re: [S2] S:Select Problem

2007-01-20 Thread André Faria
The Tag /the tag s:select dont select the right index if the keyValue is an Integer insted primitive int... Regards, André Faria - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[S2] S:Select Problem

2007-01-20 Thread André Faria
/the tag s:select dont select the right index if the keyValue is an Integer insted primitive int... Regards, André Faria / - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]