Hi,
I am using Struts1.1 in WSAD5.x.
I am getting a "Broken link" error in the below tag in forward attribute.
If I hardcode the value in forward attribute,the tag works fine.
Could anyone let me know why it is giving me an error?
I have the CONSTANTS class imported in my page .
<html:link name="" forward="<%=CONSTANTS.LOGIN_PAGE%>"
Thanks in advance,
I am using Struts1.1 in WSAD5.x.
I am getting a "Broken link" error in the below tag in forward attribute.
If I hardcode the value in forward attribute,the tag works fine.
Could anyone let me know why it is giving me an error?
I have the CONSTANTS class imported in my page .
<html:link name="" forward="<%=CONSTANTS.LOGIN_PAGE%>"
Thanks in advance,