Confused

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

Recent posts by Confused

jsp page is not running in subdomain under apache/tomcat.
I have given entry for server.xml and httpd.xml.
please tell me if any other entries are required

thanks
16 years ago
i want to invalidate a session whenever a user will close the browser from the jsp.

could you guild me on this

thanks in advance
16 years ago
JSP
i want to invalidate a session whenever a user will close the browser from the jsp.

could you guild me on this

thanks in advance
16 years ago
Thanks for your response.
I have got this last posted information from the net. Still unable to understand what does this line actually do?
logging fails means which login?
16 years ago
actually I wanted to know the use of this line in the log4j.xml file.
I am using jboss-4.0.5.GA


<errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
16 years ago
<appender name="CLUSTER" class="org.jboss.logging.appender.RollingFileAppender">
<errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>

thanks in Advance
16 years ago
How to open a pdf from a jsp page
17 years ago
JSP
i want to display an image in jsp .. the image is stored in the database as image...
17 years ago
JSP
I have webSphare installed in my m/c... and ms sql...
Now I want to build an ejb application and insert some values in my local database..From where I will download Jboss and which version...
[ March 26, 2007: Message edited by: Piyali Mallick ]
Im not having any problem while Im uploading an excel thru a jsp page.. It is being saved in the server fine. But when i am tring to access the .xls file from the folder list or by a url.. it is showing some junk..Is that some browser related problem.
17 years ago
JSP
i have an jsp interface through which i am uploading an excel file to the server. now when i am calling that particuler excel page from a hyperlink.. it is not opening like an excel... showing some junk..
17 years ago
JSP
I want to use calendar wizard to insert datefield.
For that I have called a get calendar function.It is comimg fine if I use one inputbox
But If I put that input box in an array and other input boxes have also got the same name then it is not identifing the targetField and giving error...

can anybody help

[ February 20, 2007: Message edited by: Piyali Mallick ]
[ February 20, 2007: Message edited by: Piyali Mallick ]
In a jsp page I have a set of checkboxes if any checkbox is checked then that row will get deleted. If none of them are checked then I am getting null pointer exception in my client Action page where I am getting the parameters. Due to some reason I can't force user to click atleast one from javascript.
17 years ago
JSP
thnaks. i think jFreeChart can solve my probs
17 years ago
JSP
hello
i want to make a graph using data from database in a jsp page .
i never did this before . can anybody help me to give some idea.

thanks
piyali
17 years ago
JSP