You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Emi Lu <em...@encs.concordia.ca> on 2007/11/15 18:11:33 UTC

Each list value is a hyper link action in optiontransferselectTag?

Greetings,

Is it possible that each line value in optiontransferselectTag is a 
hyperlink action.

for example,

                all emp          selected emp
                emp1             emp6
                emp2             emp7
Employee rec   emp3
                emp4
                emp5


Each record line value "emp1, emp2, ... emp7"

is an action.

E.g,,
emp1 is a hyper link <a href ="getDetailEmpvalue.action?empId='emp1'">
emp2 is a hyper link <a href ="getDetailEmpvalue.action?empId='emp2'">

...

emp7 is a hyper link <a href ="getDetailEmpvalue.action?empId='emp7'">

Thanks a lot!
-e

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org