Originally posted by Adam Hardy:
Well that's a problem with your code then, since that link tag looks fine. I take it you mean that the parameter is null when it arrives back at the server?
Hi Adam,
Well the problem is : The inside scriptlet is not executing.
The code:
<html:link href="/web-struts/navigator.do?action=edit_fra&fra_id=<%=theVO.getFranchiseeId()%>" >
<%=theVO.getFranchiseeName()%>
</html:link>
The URI when the page is executed:
/web-struts/navigator.do?action=edit_fra&fra_id=<%=theVO.getFranchiseeId()%>
And the value of franchiseeid is not null.
Thnx,
vadi
[ June 05, 2002: Message edited by: Vadiraj Deshpande ]