satyendra patel

Greenhorn
+ Follow
since Sep 12, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by satyendra patel

Hi All,
I found a small misprint in the “Head First Servlet and JSP” . Details are as follows:-
Book Name : Head First Servlet and JSP
Edition : Seventeenth Indian Reprint April 2007
ISBN : 10 : 81-7366-403-x
ISBN : 13 : 987-81-7366-403-8

Chapter : High Level Architecture
Page No. : 58

Section : Bullet Points

“A typical servlet is a class that extends HttpServletRequest and overrides one or more service methods that corresponds to HTTP methods invoked by the browser (doGet(), doPost(), etc.)”

Correct paragraph may be like:-

“A typical servlet is a class that extends HttpServlet and overrides one or more methods that corresponds to HTTP methods invoked by the browser (doGet(), doPost(), etc.)”

Necessary correction may be already done.
15 years ago
Hi All,
I am also looking for the same sort of the requirement. Any updates on this.

Thanks
15 years ago
Hi All,
I have a problem in the DetachedCriteria. I am unable to search on the "reference key" and "Foreign key". It working fine for rest of the field but it dosn't take all reference key relation.

I tried to see result on SHOW_SQL= "true" . I let know that it can't be search on the foreign key.





Thanks
Satyendra Kumar