KedariNadh vsilla

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

Recent posts by KedariNadh vsilla

Hi..
I am designing a struts App.where i have a registeration Form contains 40 fields.where 10 fields per a single jsp page.when user click continue, the validation of the particular-10 fields to be called not all the 40 fields and go to next page.can any one please suggest how to do this use server side validation.
15 years ago
Hello Ranch Hand,
while write data to a file using stream means its in unreadable format.Am i right?then i can i split a record based on the specific delimeter.
15 years ago
Hello All,
I have an application where i want to write and read records to and from a file using Streams.while reading how can i split
a record to get individual columns.
Thanks in Advance.
15 years ago
Hi All,
I am designing an application using java ,Hibernate and in used c3p0.xml for InitialPoolConnection.I am getting this exception frequently
Please help me on this.

java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.

.how to solve this issue and why its is coming..Thanks in Advance
15 years ago
Hello All,
I have an application where i stored all the beans in a ArrayList and set the arrayList to pageContext object.Now in my jsp i want to retrieve the ArrayList from pageContext and iterate each index.Can any one plse give the snippet.
Thank you.
15 years ago
JSP
Hello All,
I have an application where the user will specify the MailDeliveryTime.He wil specify the time.Once the SystemTime reaches means mail will be automatically sent.So Any one help me Please.
Thank you very Much..
15 years ago
Hi,
We have a java web application where users will be submitting videos. I'm trying to write a java program that is able to convert any movie file into compressed SWF video . The code should convert almost all popular file extensions such as AVI, MPEG, WMV, ASF and 3GP.I haven't work with this sort of App.Can someone help me please.
Thanks in Advance..
15 years ago
Thank you for your reply,
I stored all the images outside the application.Not in the Application.
15 years ago
JSP
While closing the window ,we can call a javascript function from that we can send a request to actionclass with in that we can close all the connection ..
15 years ago
JSP
If the user upload any format of Video.we need to upload and play it on the browser.Can Any one plse suggest any Plugins available which supports all type of videos.
15 years ago
Hello,
I am working on linux environment and using Netbeans5.5.I put all the Images outside the Application,While i use
<img src="/home/MyHomeGallery/image1.jpg"> its not getting the images.
Can you plse suggest me ?
15 years ago
JSP