Dear all,
i just want to share my little problem while developing HAWHAW using
JSP, so for those who already know, or this is a double posting, i
apologize for my nonsense post :)
The problem i encountered is, how to linking a value from a variable
to HAWHAW tag.
The key is, how to assign value for global variable. Here's the script :
This is a basic linking on JSP using taglib.
<c:set var="links" value="${service.text}" />
<jsp:useBean id="links" type="java.lang.String" />
<haw:a href="<%=links%>">Testing</haw:a>
Hope it helps.
Donnie.