Forum: Java Jan 29th, 2008 |
| Replies: 6 Views: 3,881 Can u send SMS code so that i can help up |
Forum: JSP Oct 20th, 2007 |
| Replies: 0 Views: 1,408 hi everyone,
I am able to set Expiry for jsp in IE but in same jsp i have img tag for those i am unable set Expiry ................. response.setDateHeader()...plzzzzzzzzzzzz any... |
Forum: Java Sep 24th, 2007 |
| Replies: 3 Views: 2,485 hi ,i want to print e.printStackTrace in File using log 4j but its giving error ........
these r my files
web1.xml
<context-param>
<param-name>driverName</param-name> ... |
Forum: JSP Sep 3rd, 2007 |
| Replies: 2 Views: 1,725 This is my main window
<html>
<head>
<SPAN style="COLOR: green"><script language=javascript>
function PopWindow(URL,height,width)
{
// alert("in popwindow");... |
Forum: JSP Jun 8th, 2007 |
| Replies: 2 Views: 998 hello everyone I am using jstl tags such as
c:forEach to retrieve values from Bean through servlet ...........For some page if i put this statement (xmlns="http://java.sun.com/xml/ns/j2ee"
... |
Forum: JSP May 8th, 2007 |
| Replies: 2 Views: 982 import java.util.*;
import java.text.*;
class DemoDate
{
public static void main(String[] args)
{
Date date=new Date();
SimpleDateFormat sdf;
// sdf=new... |
Forum: Java May 8th, 2007 |
| Replies: 1 Views: 662 import java.util.*;
import java.text.*;
class DemoDate
{
public static void main(String[] args)
{
Date date=new Date();
SimpleDateFormat sdf;
// sdf=new... |
Forum: JSP May 8th, 2007 |
| Replies: 9 Views: 3,605 hey just a second what is the connection u r creating ?????????is it Sql ,.........
u need 2 specify . |
Forum: JSP May 7th, 2007 |
| Replies: 2 Views: 1,009 no ,
actually i am starting with jsp file i have a text box where i give student id like st_16 ok then it goes to servlet & bean & come to a next jsp file
next time in text box i give st_17... |
Forum: JSP May 7th, 2007 |
| Replies: 2 Views: 1,009 see my query is like this
(select studentname from student where studentid='+studentid+')
then i display in jsp like this
st_16 //studentid
.nikki //student names
.nani //student... |
Forum: Java Apr 29th, 2007 |
| Replies: 2 Views: 1,968 hi everyone,
i am doing a project .............i have a problem
1.when i press F4 key i need to get a pop-up window and i need to search names in that poup window .
For Example... |
Forum: JSP Mar 31st, 2007 |
| Replies: 2 Views: 1,552 Hi how ru ?thanks a lot jweting(duckman).U r solving my problem .Thank u very much 4 ur help |
Forum: JSP Mar 29th, 2007 |
| Replies: 2 Views: 1,552 Hello every one i am working on a project ,in that i need to send a mail from client to Admin or client to client .I have seen some samples in net but they are not working main problem is... |
Forum: JSP Mar 28th, 2007 |
| Replies: 1 Views: 1,343 R u Using MVC Architecture?
One thing U do create a package in bean package Student;
Now If U have Servlet
write there
Student.BeanName b=new Student.BeanName b();
b.set();
b.get();... |
Forum: JSP Feb 21st, 2007 |
| Replies: 1 Views: 1,356 hello everone,
i am just improving in jsps with help of ur guidence.i excuted a jsp program using tomcat http://127.0.0.1/index.jsp i used to get home page of tomcat but then... |
Forum: JSP Feb 19th, 2007 |
| Replies: 3 Views: 1,512 thank u 4 ur suggestions.i will write in servlet |
Forum: JSP Feb 17th, 2007 |
| Replies: 3 Views: 1,512 i am using tomcat 5.5,but i am unable to connect to database
<HTML>
<HEAD>
<TITLE> </TITLE>
</HEAD>
<BODY bgcolor="#8D9BCA" text="#333300" marginheight="0" marginwidth="0">
<center>
<!-- row... |
Forum: JSP Feb 14th, 2007 |
| Replies: 2 Views: 4,380 can any one plz tell me how to execute jsp in tomcat .i am unable to execute & how to create war files to deploy |