Vivek Ramanath

Greenhorn
+ Follow
since Apr 23, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Vivek Ramanath

Rick,
"application/vnd-**" specifies only the mime-type.The file type of the incoming download.It is the browser,that resolves which application needs to be executed while opening a file type "xls".
If the download is of type "application/pdf" then the browser will check whether any file association exists for pdf , if not it will "open the file " dialog box.I think this answers your question.

With warm regards
Vivek
16 years ago
JSP
Check in the form class whether you have a getter/setter method for the variable.Try putting a request.getParameter inside the action class.If you are getting the value in request.getParameter and not otherwise.then getter/setter is the problem.Please check the same and revert
Check in the form class whether you have a getter/setter method for the variable.Try putting a request.getParameter inside the action class.If you are getting the value in request.getParameter and not otherwise.then getter/setter is the problem.Please check the same and revert
16 years ago
JSP
I am a newbie into the Custom taglibs.I am writing a custom taglib for Ajax.How can i access App Resources/Message Resources inside the Tag class.
I am using Struts as the base framework.Pls help.Thanks in advance.
16 years ago
JSP