gurusamy sengodan

Ranch Hand
+ Follow
since Oct 13, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by gurusamy sengodan

Hi,

I have stored one variable values in one.jsp.

I want to forward the variable values to ten.jsp.
The order should be maintained like one.jsp--> two.jsp --> three.jsp-->,.....ten.jsp.

How to do that?

I know one way is we can keep the value in session.

is there any other way of doing this?

Thanks,
Guru
11 years ago
JSP
Hi,

I have designed one JSF Page. While the page is loaded, the controls(Components) in the window are also loaded perfectly..........
When i click the Maximize Button the controls(Components) in the window size are also changed . It means there is a gap bettween the components (or ) Controls.......
Please help me to resolve this problem...................


Thanks,
Gurusamy
14 years ago
JSF
Hi,
We have two jsp pages (one, two). In page one , we are submitting the details(like state, city) to page two.........
The results will be displayed in the page two......if we click the back button, it says the page has expired. How to resolve this?

Thanks,
Gurusamy
14 years ago
JSP
Hi,
I need one urgent help from you.

While running the webservice in eclipse with tomcat server i got the error like " Testwebservice" is not available like that.(404 error)
Please help me to come out from this.

Thanks,
Gurusasmy
15 years ago

Hi,

I need one urgent help from you.
I want to create a webservice using spring framework in Eclipse.
Please tell me how to go ahead with this.
Having idea on webservice not the spring framework.

Please help me to complete this. It is very urgent.
You can call me @9986080757.......


Thanks & Regards,
Gurusamy
15 years ago
Hi,

How to use the properties inside another properties , means Nested properties?
Example:-

Border style.CSS:-
.username{
background-color : green ;
}
.borderColorView2
{
background-color : blue ;
}

I want to include the borderColorView2 in username.

Is it possible? Please send me the code for this?

Thanks,
gurusamy
Hi,

I have installed the weblogic server like following:-
C:\bea\user_projects\domains\working_domain.

Then i have deployed my application into the above domain.

I want to see the .java files (i mean source code of the java files that i have written). is it possible to see the .java files from the above folder.

I am having the same doubt in Wepshere as well.

Please clear my doubt.
Thanks ina advance.
16 years ago
Hi there,

It is very urgent. i hope you people will help me to come out from this problem.

Consider i am having one jsp. Name is A.jsp.
In A.jsp i have used grid to select some records.
I have written one java script function to call one servlet.( Name is LLReportServlet.java)

In servlet i have to redirect to the same jsp ( i mean A.jsp)
While re directing to that jsp it got refreshed. But It should not happen.
Because i have to retain the grid values ( Selected values) once it come back to that Jsp.

Could you please tell me how to do this?


Thanks
Gurusamy
17 years ago
Hi there,
I am having 50 tables which are all having one column name same.
i want to delete the records from 50 tables based on the common column.

Example:-
delete from E2B_SAFETY_REPORT,E2B_LINKEDREPORT where CASE_IDENTIFIER_NO in (select CASE_IDENTIFIER_NO from AGX_CASE_DISTRIBUTION_INFO where DISTRIBUTION_ID='235')
while i am executing the above command i got the following msg.
ORA-00933: SQL command not properly ended.
i think in delete command after from we cannot give more than one table.

Please tell me solution. It's very urgent

Thanks
Gurusamy
17 years ago
Hi,
I want to use the following method at the same time.
is it possible?
1)response.getWriter();
2)response.getOutputStream();

I have written two method.
In first method, i am using response.getWriter();
In the second method, i am using response.getOutputStream();
Why because, in one place i have to handle bytes
in another place i have to handle characters.
But while calling the method. i got the exception.
How to handle these things.
17 years ago
Hi,
Actually I need to parse the following XML.
I have to give "E2B_EXPORT" as input , i should get the id='1'.

String xmlResponseString = � <?xml version="1.0" encoding="UTF-8"?><usl><sch active='true' id='1' nam='E2B_EXPORT' sch-
req='false'><src><db>DB_ARIS_IMP_EXP</db><driver>oracle.jdbc.driver.OracleDriver</driver><url>jdbc:oracle:thin
:@192.168.103.129:1521:ORCL</url><username>ag511ucagxb1a8</username><password>YWc1MTF1Y2FneGIxYTg=</password><
description>ARIS DB FOR IMPORT
EXPORT</description></src><trg><db>DB_AGX_IMP_EXP</db><driver>oracle.jdbc.driver.OracleDriver</driver><url>jdb
c:oracle:thin:@192.168.103.129:1521:ORCL</url><username>ag511ucagxb1a8</username><password>YWc1MTF1Y2FneGIxYTg
=</password><description>AGX DB FOR IMPORT EXPORT</description></trg></sch></usl>�;

while parsing I have to give "E2B_EXPORT" as input , i should get the id='1'.
How to do it. It's very urgent.

Thanks in Advance.
Hi,
I have added one field by using session.setAttribute("DBID",dbName);
Once use it
Is it necessary to remove the attribute by using session.removeAttribute()?
18 years ago
Hi,
I want to display the content in Browser without using PrintWriter.

How to do that
18 years ago
Hi,
I have written two methods. Name it as A(),B().
In A() Method i am calling getWriter()
In B() Method I am calling getOutputStream().

But i got the IllegalStateException saying that,
Cannot call getOutputStream() after getWriter().

Both are required for me.
I should not change the A() Method which is written by somebody and all are using the same i eman A().
But i need getOutputStream() in My method i mean B().

Please tell me how to avoid this problem.

Thanks in Advance
18 years ago
Hi,
On tuesday it was working.
Now i am trying to connect the database using toad.
I got this error.
ORA-12154: TNS:could not resolve the connect identifier specified .
The oracle 10g client is re-installed on my machine on tuesday.
it is because of that


please help me how to resolve this problem
18 years ago