aspose file tools
The moose likes Struts and the fly likes ApplicationResources Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "ApplicationResources" Watch "ApplicationResources" New topic
Author

ApplicationResources

meghana maganti
Greenhorn

Joined: Sep 13, 2005
Posts: 11
Can I give a hyperlink in ApplicationResources.properties file in struts config file

errors.warn=This is a warning message. Do you want to continue? <a href="aa.html?id=yes"</a>
Ernest Friedman-Hill
author and iconoclast
Marshal

Joined: Jul 08, 2003
Posts: 24059
    
  13

This is not a Java question at all, but a Struts question, so it belongs, not surprisingly, in our Struts forum. I will move it there for you.


[Jess in Action][AskingGoodQuestions]
Nila dhan
Ranch Hand

Joined: Sep 15, 2005
Posts: 160
could you be more specific in your question?
hyperlink in ApplicationResources.properties file in struts config file ??
meghana maganti
Greenhorn

Joined: Sep 13, 2005
Posts: 11
Hi, My question is

Can I give a hyperlink in ApplicationResources.properties file in struts config file. If there is any error in the action class will be forwarded to the common errors and displays this on the page which in turn should forward to another action depending on the user chooses

errors.warn=This is a warning message. Do you want to continue? <a href="aa.html?id=yes">YES</a><br><a href="aa.html?id=no">NO</a>
Marc Peabody
pie sneak
Sheriff

Joined: Feb 05, 2003
Posts: 4725

It's possible.

Try it and let us know if you have any problems.


A good workman is known by his tools.
Nila dhan
Ranch Hand

Joined: Sep 15, 2005
Posts: 160
yes .we can do that.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: ApplicationResources
 
Similar Threads
Compilation differences between Linux and Windows
Qn on welcome-file-lsit tag
File Upload from form
Need help in creating reg expression
JSP Page question