viswanath sigamala

Greenhorn
+ Follow
since Feb 06, 2007
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 viswanath sigamala

Hi,
Actually, I have a filename (.pl or .zip , or .doc) with a hyperlink ( a command button) on the web page..on click of the link, it should call the method on the bean to get the file contents and display the save open dialog box so that the user can view or downlad the file.. if possible I would prefer not to refresh the page..Ajaxit

any suggestions?

Please help me with the logic in JSF.

Thanks,
Viswanath.
15 years ago
JSF
Thanks Guys for Help.
15 years ago
Hi,

FileInputStream fis = new FileInputStream("c:\\nonav.log");
ObjectInputStream ois = new ObjectInputStream(fis);
String today = (String) ois.readObject();
byte[] bytedata= today.getBytes();

Above code i am getting below exception:

java.io.StreamCorruptedException: invalid stream header
at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:768)
at java.io.ObjectInputStream.<init>(ObjectInputStream.java:283)
at com.ibm.test.ReadZipPObjectinputstream.main(ReadZipPObjectinputstream.java:56)


Please help me in resolving the issue.

Thanks,
Viswanath
15 years ago
Hi,
I've a valid Sun certification voucher with me and it's valid till
March 31,2008.

If any body is interested in Sun certification please contact me at
09849556001.

I've purchased the voucher @ Rs.5800 and the sell price will be
Rs.5000 or less (Negotiable)

Thanks,
Viswanath S
16 years ago
Hi,
I've a valid Sun certification voucher with me and it's valid till
March 31,2008.

If any body is interested in Sun certification please contact me at
+919849556001 or sigamala@gmail.com

I've purchased the voucher @ Rs.5800 and the sell price will be
Rs.5000 or less (Negotiable)

Thanks,
Viswanath S
Hyderabad,India
16 years ago
Hi,
I've a valid Sun certification voucher with me and it's valid till
March 31,2008.

If any body is interested in Sun certification please contact me at
+919849556001 or sigamala@gmail.com

I've purchased the voucher @ Rs.5800 and the sell price will be
Rs.5000 or less (Negotiable)

Thanks,
Viswanath S
Hyderabad,India
16 years ago
Hi,
I've a valid Sun certification voucher with me and it's valid till
March 31,2008.

If any body is interested in Sun certification please contact me at
+919849556001 or sigamala@gmail.com

I've purchased the voucher @ Rs.5800 and the sell price will be
Rs.5000 or less (Negotiable)

Thanks,
Viswanath S
Hyderabad,India
16 years ago
Hi,
I've a valid Sun certification voucher with me and it's valid till
March 31,2008.

If any body is interested in Sun certification please contact me at
09849556001.

I've purchased the voucher @ Rs.5800 and the sell price will be
Rs.5000 or less (Negotiable)

Thanks,
Viswanath S
Hi

How to write Java wrappers over the PL/SQL packages

Pls help me.

Thanks,
Visu
Hi

How to write Java wrappers over the PL/SQL packages, and make the Java packages available through web services.

Pls help me.

Thanks,
Visu
16 years ago