Vidya Mohandas

Greenhorn
+ Follow
since Apr 20, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
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 Vidya Mohandas

I am unable to validate a date field, to not have a future date (the date shud not accept even tomorrows date i.e., it shud not be greater than today's date).
I am using struts validator. Can I do the above mentioned validation using struts validator or I need to have a separate java class for doing the validation (fyi...i shud not use the form bean for any sort of validation)?

Please help me.
18 years ago
I have a Header.jsp page where I need to have two gif images after some content. Also, I have the TestLayout.jsp where I use <tiles:insert attribute="header"> to insert the Header.jsp in the layout page. Now, I define the tiles in my "testtiles-defs.xml" file where I plugin this xml in struts-config and have a definition specified as "action.test" from testtiles-defs.xml in a global forwards item.

I tried with <tiles ut> to insert the images in the Header.jsp file. But I am ending with error....pls help me....its very urgent
18 years ago
I have a Header.jsp page where I need to have two gif images after some content. Also, I have the TestLayout.jsp where I use <tiles:insert attribute="header"> to insert the Header.jsp in the layout page. Now, I define the tiles in my "testtiles-defs.xml" file where I plugin this xml in struts-config and have a definition specified as "action.test" from testtiles-defs.xml in a global
18 years ago