Link Problem*

hi to all,

i created a page called employee skills in that employee name and skill set will come dynamically. employee name has a link to another page. i am using sun java studio creator 2 update 1.

here is my doubt

i have to click the employee name so that it has to go next page, how to do this.

i am doing like this

private MethodBinding actionMethodBinding;

if (actionMethodBinding ==null)

actionMethodBinding = this.getApplication().createMethodBinding(" #{EmployeeSkillMapping.btnAdd_action} ",null);

please tell me.

thanks and regards,

jo

[771 byte] By [helpmeea] at [2007-11-27 9:46:03]
# 1
Hi!You can do hyperlnks with emplyee names and set 'URL' property for these links, where You should specify necessary page. Data for this page can be taken from DB.Thanks,Roman.
-Grif-a at 2007-7-12 23:55:49 > top of Java-index,Development Tools,Java Tools...