J Srinivas rao

Greenhorn
+ Follow
since Feb 25, 2011
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 J Srinivas rao

Hi

If chart is being displayed in servlet and you want to include that in your jsp
simply use following code in your jsp page
<img href="your servlet url" widht="500" height="500">
11 years ago
Hi

Better you can perform this operation in onblur event
11 years ago
JSP
Hi

use the ajax to perform the validation and display the error message if it is duplicated , using ajax could be better instead of submitting the form
11 years ago
JSP
Hi
use simple theme so that it will not generate any table for you
12 years ago
Hi
In simple theme you have to place <s:messgaes /> tag to display the validation error messages
12 years ago
Better thing is to integrate with spring and configure the connection pooling in spring configuration file and inject connection object to struts2 action classes
12 years ago
Hi
you can set the session time out web.xml file
12 years ago