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

