venki janapati

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

Recent posts by venki janapati

now can not get rid of this servlet
---------------------------------

I mean to say applet. it was typo.
How can i load the applet with webstart?
Is there any way to cache the applet on client side?
if so can you guide me to proper place. all we want to have is to loading the applet again and again.If it loads once it should not get it from server again.

Thanks a lot for your help
18 years ago
The applet is already exists. now can not get rid of this servlet.we are trying out minimize the time to load
18 years ago
Hi,
We want to minimize the time for downloading the applet into browser. So want to install the applet permanently onto client browser. These client computers are custom based. So there is no issue if we install permanently.

How can we install applet on client browser permanently.

Thanks for your help.

Venkat
18 years ago
it stores the special character properly in DB. once i add this value as attibute to DOM. after applying transformer and i store the output in the file, itis ocnverted to the special character in DB is ♂. I am guessing the problem is in the transformer. i tried to use encoding in trnaformer like trnasformer.setoutputproperty(outputkey.encoding,"utf-8")

it didnt help anything
19 years ago
hi,
I am getting some special characters into DOM while creating bcos the data is having special chars in database. when i render PDF using FOP it gives following error:
FOPException an invalid character in XML .
can some one suggest what i can do

Thanks for help in advance
19 years ago
hi,
I am getting some special characters into DOM while creating bcos the data is having special chars in database. when i render PDF using FOP it gives following error:
FOPException an invalid character in XML .
can some one suggest what i can do

Thanks for help in advance
19 years ago
actually read the annotation and store it in the database.
Hi,
I have schema coming into system dynamically and i need to read it and get the annotation out of it. can any one suggest the way to do it.

Thanks in advance

Venkat
Hi,
Is there any way to rertrieve data 100(n records) at a time in jasper reports?
I have large volume of data to retrieve. It is taking 5 minutes to bring up all the data. If there is any option, i would like to rerieve 100 records at at a time. when user srolls down,it should bring next 100.

Thanks for your help

Your help is highly appreciated
use websphere startup class. if you mention the class with required arguments in the configuration,when the server starts up ,it starts the stand alone program as well
21 years ago
I tried earlier ones. Those seems to pretty complex to implement. Do you have any thing simpler. Users are complaining that they need to press insert key again once they refresh the page
yes,its absolutely fine. iam looking only in IE
yes,its absolutely fine. iam looking only in IE
Hi,
i would like make text fields in over write mode. when user type the text it should replace existing characters in the text field. You r help is highly appreciated. is there a way in javascript.

Thanks in advanced
venkat
hi iam using dynaactionform to display number of text fields dynamically.using
<form-property name="entries" type="java.lang.String[]" size="3"/>
<form-property name="queryTerms" type="java.lang.String[]"/>
<form-property name="operators" type="java.lang.String[]"/>
it is displaying 3 text fields.Once i enter data("war") into one field. iam retrieving from action class using
DynaActionForm userForm = (DynaActionForm) form;
when i execute userForm.get("entries") it gives me 6 entries
"war",,,"war",, like this
help is appreciated. i couldnt figure out the problem
21 years ago