sonu rai

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

Recent posts by sonu rai

hi,

i am working on struts validator framework but my example are not working.

can anyone send me the validator working example.


thanks
prem
16 years ago
Hi,

I m using POI to export report in xls. My problem is .

1. I have saved report with % sign in report name.(e.g aa%dd%fd) . it throws an exception.
URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "f/"

2. I have value with percent sign in a cell (e.g 20.55%) and other cells have double value
but when i add them , it can't add the value, 20.55% is an string value.

E.g I want to calculate the sum of

----------------------------------------
| 20.55% | 1234 | 1234.20 | Sum |
----------------------------------------

thank's
Prem
Hi

My j2ee Application is running on JBoss Server, I am Facing an Memory Leak problem. I have to find where this memory leak occurs in my code. Which tool is better to find the solution of this problem.

I am using NetBean6.0 for this but there i cant configure JBoss in netbeen6.0 and when i Perform profiler calibration it gives me an error.

Regards
Prem
Hi,

I want to install Mercury Business Availability Center, i need an Software from where could i get. I have Searched on HP WebSite there i got various links of Software but i dont know which one is Business Availability Center.
also tell me the installation process .I have to test J2ee Application.

Regards
Prem
17 years ago
Hi Lasse,

I have read the product user mannual. the report which is generated i cant understand . I am giving you some details what did they mean.

Duration: 36 minutes and 17 seconds.
Maximum Running Vusers: 10
Total Throughput (bytes): 67,197,246
Average Throughput (bytes/second): 30,853
Total Hits: 8,520
Average Hits per Second: 3.912

How this information is important for my webapplication ?

HTTP Responses Total Per second
HTTP_200 8,160 3.747
HTTP_302 360 0.165

I want to know how many threads are generated and how many connection are made in Database connectionpool for the 10 vusers , on the bases of 10 vusers report can i analysis the work of 200 vusers.

Reply ASAP

Thank's
Prem
17 years ago
Hi

I am doing Load testing for my J2ee Application . How can I know that how many connection are created in Database connection pool and how many threads are genereted for 10 vuser. How i understand the graphs which i get analysis. .I am using HP LoadRunner Software 9.0.

Regards
Prem
17 years ago
Hi Eric

Thanks for Reply

Can you please explain in detail ,what you said ,Is there any functionality to use hidden(the alert which never appear on screen) alert or can I write code which work as alert or any more solution ???
Hi Eric

I have tried but all URL open in different window I want all URL open in same window, so I can see it by clicking back button ,but previous code work fine in IE which I have given ,problem in mozilla .Please help its urgent
Hi Eric
this is the code

function popitup(){
var myArray1=new Array();
myArray1=getValue();
for(var i=0;i<myArray1.length;i++){
window.open(myArray1[i],'selected_values','width=400,height=200,left=200,top=200, scrollbars=yes, toolbar=yes,resizable');
}
}




when i put the alert in for loop its work fine in mozilla otherwise its open a last url ,so please give me solution how i open multiple url in single window so i can see by clicking back button??
Hi,
i want to open multiple popup in single window but problem is that,when i put alert in my code than it works fine but without alert only open last url(in mozilla but work fine in IE), so please tell me how i open multiple popup in single window in mozilla???

Regards
Prem
hi,

I have one JSP on which there is 1 table in tr of that table 2td in which each td have 1jsp file included which creates a table . My problem is i have to hide the rows on which i click in 1st and 2nd jsp which is included.

thanks.
prem
Hi,
I have 1 jsp with 2 form on it, from 1st form i am getting an arraylist on submit and i have to send that arraylist to servlet on the submit of second form.My problem is when i use setAttribute in jsp to set arraylist and getting it on servlet it gives null.

What can i do to solve this problem.

Regards
17 years ago
JSP
Hi All,

I have 2 jsp pages,i have to send ArrayList Object from 1 jsp to another jsp by clicking on Text Message( hyperlink text). My problem is object cant be send through url then how could i send the Array List.

Regard's
Prem
17 years ago
JSP
Hi All,

I am calling a javascript method in anchor tag on onclick event. my problem is , method is not called on onclick and not giving any Error.

Method----
function exportcsv1(uid){
alert("Test");
alert(uid);
}

uid is a variable of jsp


Regards
Prem
17 years ago
JSP
Hi All,

I want to create a csv file , I have to give heading and beside it there will be detail of that heading. such as Name is an heading and bellow it name of students will be. So, what can i do.

Thank's
17 years ago