Is there a way to specify the extension of a struts action?
Example:
http://127.0.0.1:8080/Card/Provisioning/Create.do
I'd like to change it to
http://127.0.0.1:8080/Card/Provisioning/Create.web
I want to do this because I need to get rid of the security constraint for this action (only...
I'm a bit stupid
I did "<A href="/Home.do">Click Here</A>"
instead of
"<A href=\"/Home.do\">click here!!!</A>";
Thanks
I wanted to have the link, not the text like <a href="/home.do">here</a>." I had before
Is it possible that I could insert this href <A href="/Home.do">click here!!!</A> in the string that is going to be displayed?
What can I do if there is no way to put the href code in the resource propertie
For example, if I don't want to have the property like this
error.dynamic.generic = <A...
I am trying to display an html link that is inside an ActionErrors message.
Example:
In the Resources.properties I have something like this:
error.dynamic.generic = {0}
{0} will be replaced by a text + a html link. It will be like this for example:
"message link" which message is a text and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.