Hi All,
I'm new to JSP. Can anyone tell me how to pass the dirname variable below into the actionLink tag?
<% String dirname="google.com";%>
<a:actionLink href=" + <%= dirname %> target="new" value="click Here" />
Thanks in advance for any help
I'm new to JSP. Can anyone tell me how to pass the dirname variable below into the actionLink tag?
<% String dirname="google.com";%>
<a:actionLink href=" + <%= dirname %> target="new" value="click Here" />
Thanks in advance for any help