rutuja patil

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

Recent posts by rutuja patil

I am getting javax.el.ELException: Function 'fn:escapeXml' not found for following code, not sure what is wrong.

Thanks


<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri = "http://java.sun.com/jsp/jstl/functions" prefix = "fn" %>

<!DOCTYPE html>
<html>
<head>
</head>
<body ><c:out value="${state}" />
   <script type="text/javascript">
   require(["jquery", 'a/b/v/ applicationPage '], function($, applicationPage) {
       $(function() {
        console.log("applicationPage jsp start");
           var applicationPage = new applicationPage ({
             applicationId: '${fn:escapeXml(applicationId)}'
           });
           var appid = '${fn:escapeXml(applicationId)}';
           console.log("applicationPage jsp application id "+appid);
           applicationPage.start();
       });
   });
   </script>
</body>
</html>
1 year ago
JSP
I used request.getServletContext().getRequestDispatcher and it worked
1 year ago
Hello Tim, thank you for your reply.
Yes, I am using https, but didn't mention in the post.
I am having same issue with https also.

he URL which  received is https:// www.abc.com/user/domain

I want to forward it to  https://www.abc.com/user/welcome


request.getRequestDispatcher("https://www.abc.com/user/welcome").forward(request, response);

It is throwing error '  No mapping found for HTTP request with URI [ /user/domain/https://www.abc.com/user/welcome] in DispatcherServlet with name 'appServlet'

1 year ago
Hello I need help.

the URL which  received is www.abc.com/user/domain

I want to forward it to  www.abc.com/user/welcome

request.getRequestDispatcher("www.abc.com/user/welcome").forward(request, response);

It is throwing error '  No mapping found for HTTP request with URI [ /user/domain/www.abc.com/user/welcome] in DispatcherServlet with name 'appServlet'

can you please suggest how to resolve this?

Thank you so much.
1 year ago
google search for behavioural questions. prepare for those type of questions.
...don't worry... god is there to take care... best luck....
14 years ago
Jim, what if they don't know the exact weight... then will they need two weighings?
and you said-"Thus, the remaining seven coins must be counterfeit", no, they might be counterfeit, they might contain some genuine coins, you can not say'must' without weighing remaining seven coins...
14 years ago
Congrates Jogi! I am also planning to go for spring certification. did you refer only spring in action2 book? should we use document related to spring 3.0 or spring 2.5? does exam depend on the current release of Spring?


Thanks.
14 years ago
I found the solution. I added the following two lines in servelet and it worked:
response.setHeader("Pragma", "public");
response.setHeader("Cache-Control", "max-age=0");

Thanks.
14 years ago
Thanks for your reply. one more question- which type will be better choice for currency?
I looked at the View Source in the browser. The value of that element is already converted to the wrong format and it is 3.0E-4.