lokesh pattajoshi

Ranch Hand
+ Follow
since Jul 29, 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
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by lokesh pattajoshi

Hi can anybody please help me its very Urgent.
12 years ago
Hi Ivan Thank you very much for your valuable reply
12 years ago
Hi All i am using below code to validate form using struts2.1.8. In IE9 when i am clicking the button validation messages are getting display and within fraction of seconds page getting reloaded and after page reload Validation messages getting disappear. Can anyone please suggest me if anybody i have idea about this isuue.




Thanks in advance.

Thanks and Regards,
Lokesh Kumar Pattajoshi
12 years ago
Hi,

Can anybody please tell me whether restlet webservices is compatible with JDK1.5 and servlet2.x version.

Thanks and Regards,
Lokesh
12 years ago
Hi All i am using below code to crate a table inside another table but i am getting fo:table-cell is missing child elements error. Can anybody please help me.




Thanks and Regards,
LOkesh
hi,

You have placed your web.xml file in wrong directory. It should be under projectHomeDirectory/WEB-INF/web.xml.

Regards,
Lokesh
12 years ago
Hi,

If is returning null than in that line only you will get Null Pointer Exception as you can't use dot operator on null.

Instead of you can use
Regards,
Lokesh
12 years ago
Can you please insert userdefine Statement class code (com.mysql.jdbc.Statement).

Can you try with below Code instead of user define Connection and statement
<%@page import="java.sql.Statement"%>
<%@page import="java.sql.Connection"%>
12 years ago
JSP
Hi Dan,

Thanks for your valuable information i got clear idea about Distributed Application.

Thanks and Regards,
Lokesh
12 years ago
Hi,

Can anybody tell me what are the benefits of distributed application as compare to web application?

Thanks and Regards,
Lokesh
12 years ago
Hi,
ServletActionContext.getServletContext() returns ServletContext object so using the return object getContextPath() method has been called which will return the context path of your application.

Regards,
Lokesh
12 years ago
Hi Everybody,

Hope you are fine and doing well..I cam to know that because of security reason Struts2 does not support EL but support OGNL. I want to know that what is that security reason or any other reason because of which it is not supporting EL? What is the difference between EL and OGNL ?


Thanks and Regards,
Lokesh

13 years ago
Hi Laurence and Ritchie,

Thank you very much for your clear cut information which helped me a lot.

Regards,
Lokesh
13 years ago
Hi Jong,

Thank you very much for your clear information which clarified all my doubts.

Regards,
Lokesh
Hi Jong,

Thanks for your valuable information..What is registering the Driver? how it works?

Thanks,
Lokesh