Re: Scriptlets cannot use inside the tabs, html:link problem

2006-03-07 Thread Angelo zerr
Hi, you can't use scriplet whith taglib. The aim of taglib is not use scriptlet. So, for your problem, tou can use EL syntax. With EL syntax, you wille able to do But, if you want use EL syntax, you must use taglib of Struts EL see http://struts.apache.org/struts-el/index.html regards Angelo

Scriptlets cannot use inside the tabs, html:link problem

2006-03-07 Thread Sony Thomas
Hi friends, I have a problem in displaying a link. I am using tabs in one of my jsp's. I have a link which is a property in my form bean. <% TaskForm taskForm = (TaskForm) request.getAttribute("TaskForm"); String *objectLink *= taskForm.getObjectLink(); %>