J Srinivas rao

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

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">
12 years ago
Hi

Better you can perform this operation in onblur event
12 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
12 years ago
JSP
Hi
use simple theme so that it will not generate any table for you
13 years ago
Hi
In simple theme you have to place <s:messgaes /> tag to display the validation error messages
13 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
13 years ago
Hi
you can set the session time out web.xml file
13 years ago