Posted By:
Ong_CY
Posted On:
Monday, October 22, 2001 02:42 AM
hi all,
i try to pass dynamic data using a href but it seems fail to work in struts.
original JSP:
<%=bean.getFILENAME()%>">
Struts JSP:
<%=bean.getFILENAME()%>
;
i can't get the
<%=bean.getFILENAME()%> value when using struts.can anyone help?
regards,
CY