hi all,
Can someone help me with passing an expression like "123-456" to a hashmap key in my dataTable where 123 is userID and 456 is accountID. In my dataTable i have t:columns tag which generates checkboxes for each row in the dynamic column .The value of checkbox must be identified by a combination of userID and accountID. So i want to set value of checkbox something like this'userID-account.ID' .
But it never returns the right value since userID is taken as
string instead i want the value of userID to be passed in that expression. Someone please help...iam struck with this issue from so long.Here is the code.
page1.jsp
Backing bean:
In this selectedUserIds iam intentionally setting up key something like "userID-accountID" so that i can split the userID and accountID for later user
somebody please to my email. If you need further information iam very happy to provide any time. Also let me know if there is another way to get this job done..
Thanks very much in advance