412 byte By
al3xii at 2007-9-26 1:19:18
Hello,We are a team with projects for homebanking at Internet. Everything is working on Internet Explorer 5.5 and others versions, but at Netscape, our JSPs don t work because they have functions of Javascripts, the system get those JSPS , but does not make any functions work. The validations ...
546 byte By
dUb at 2007-9-26 1:19:28
When I try to run my JSP page I get the following error. A Servlet Exception Has OccurredException Report:javax.servlet.ServletException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specifiedI think that I need to create and ODBC Datasource however I do not ...
270 byte By
hyrum14 at 2007-9-26 1:19:31
Just starting to work with mySQL and JSP, is this a valid statement:String Query = "SELECT r.resumeID,r.userID,u.location FROM resumes r,resumeHolders u WHEREr.userID=u.userID AND u.location=" +City;City being a variable set earlier...
295 byte By
wmacey at 2007-9-26 1:19:48
Howdy all,I have a <jsp:getProperty name='input' property='code01'/>tag and would like to be able to put a variable in the property field so that I can increment from code01 to code02 to code 03 by concatenating stringsIs this possible?
Can I invoke a stand alone application which contains jdbc in a servlet?If it can, can you give me some hint how to do that?Thanks a lotAdele
can i pass a session and request object to a bean ?Or do i have to loop the the request object and pass each parameter to the bean method individually ? Stephen
397 byte By
EVA_02 at 2007-9-26 1:19:55
We want to make a page in which a form will appear after another first form will be submitted (using this information to fulfill new combos, etc).The first form had a combo box, but after submitting, the selected option disappear. How could we "save" the selected option after submitting?Thanks ...
743 byte By
Priyam at 2007-9-26 1:20:05
Hi ,Follow. is my javascript program. I'm getting an error'e is undefined 'I'm not able to find it out . Could you please help me asap.<html><head><script> var a = 0;var b = 0f1(a,b);function f1(c,d){ alert("f1");var e = c;var f = d;document.write("<input type = button ...
Hi,I am wondering if Fiorano's JMS Test Suite is certified for JMS spec conformance ? I got some responses from other places that the tool is buggy and also mentioned that sun has a JMS Test Suite for provider conformance. Is it publicly available ? if so where can i get them ?Thanks for any ...
Hello, Well i have some problems using JSP pages with WML pages. I am using Tomcat (3.1) and i changed it's web.xml file in the d:\Tomcat\etc folder for MIME types.The toolkit for WAP which i am using is "Nokia Toolkit 2.1".Well i have seen other Tomcat which have "Conf" folder and has web.xml ...
Hi, I set up a index.jsp, which includes two frames one is top.html for the picture and one is the main.jsp for log-in.In the main.jsp:<FORM METHOD=post action ="confirm.jsp" ><input type=TEXT name=newName size = 20><input type=password name=newpass >... After the user put ...
HiI want to query a database table from a Stateless Session Bean (SSB). I have the getter and setter methods. And am connecting to the database in ejbCreate and disconnecting in ejbRemove methods. But where should I query the database to retrieve the data? In case of a entity bean it is written ...
1026 byte By
yaox0018 at 2007-9-26 1:21:16
We are having an emergent issue with WebSphere 3. 5 Fix Pack 4 on Solaris 2.6: The WAR file we deployed fails with runtime exception due to the inabilityto access a local resource(XML file) in the converted WAR file's web directory.The way we access this XML file is as follows:ServletContext ...
Hello,I am using Tomcat 3.21 for JSP.I am facing a problem with jsp. I want to send some information to other jsp page.When I use a url like this in frame src:<FRAME SRC="displayMessages.jsp#current?rn=<%=roomname%>" name="MessageWin">other page is unable to retrive querystring ...
186 byte By
Meghna75 at 2007-9-26 1:21:34
Where can I get information about environment variables?Can I set Environment variables through the bean so that I can access using jndi lookup "java:comp/env" path.
235 byte By
jacobee at 2007-9-26 1:21:51
Hi gurus,Can anyone tell me what is the main differences between storing objects in application and sessions please?I will be very grateful for detailed differences.Thanks in advance:)Undergrad
I need to know the usage of taglibs and more about tag libs.
217 byte By
iseec at 2007-9-26 1:22:01
I want to build e-commerce application with JSP and Servlet, but I want to ask ... it must need enterprise JAva bean? or not to manage transaction if there are some people log-in at the same time?
I did a RMI call in Servlet successfully, but error occured when I use JSP to do the same thing.The error message says _stub class cannot be found.What can I do?
Hello Friends,I am using both Servlets and Jsp in a project. I am using the Java Web Server2.0 as a Web Server.When I modify the servlets and compile the same and finally Load, they are working well.But the Problem comming is in JSP Pages. The web Server is calling the previous JSP Pages even ...
Hello,Well i have some problems using JSP pages with WML pages. I am using Tomcat (3.1) and i changed it's web.xml file in the d:\Tomcat\etc folder for MIME types.The toolkit for WAP which i am using is "Nokia Toolkit 2.1".Well i have seen other Tomcat which have "Conf" folder and has web.xml ...
249 byte By
mc00db at 2007-9-26 1:22:28
Hello, I already have some good code for attachments but I was wondering if anyone had any idea of how to get the list of local files to pop up when using javamail and jsp, like with a browse button that most web mails have. Any ideas?
HiWe want to upload multiple files from a specific path on client machine to the WebServer .Can anyone suggest some idea for this.Thanx
393 byte By
vlokesh at 2007-9-26 1:22:39
I have a doubts on sessions I have created a session in my login page.I press submit and it goes to the second page.I save the second page in my Favourites.Now i close the browser. Again thru favourites i open the page.here i need to invalidate this session.?please give me a detailed Note on ...
I want to know how many members are currently logged into the given system .Or in other words i would like to know how many sessions are presently running into my server . how is this possible .I am trying to do like this .HttpSession session = req.getSession();HttpSessionContext context = ...
Hi AllI have problem using request.getParamentValues(String) method in my appliction.Example:I have a selection box in hospital.jsp file,i want to pass multiple value selected in hospital.jsp file to Results_hospital.jsp file.for that iam using String[] ...
392 byte By
abh1she at 2007-9-26 1:22:48
i have a folder which contains images related to the data i have in my sql database. how could i retrive them onto web pages.i have used a blob data type field in the databseso should i store these images to it or should i store the url of the images to it.could it be done through simple jsp or ...
465 byte By
JIMWOK at 2007-9-26 1:22:58
Hi,Please can anyone help me, I am studying for an MSc in computing and I am evaluating ASP against JSP for my thesis. I have set-up PWS and am currently working with ASP with this server @ home. However I am a little 'stuck' as to where can I get a free/demo version of a java server so that ...
163 byte By
msohaib at 2007-9-26 1:23:10
How can i manipulate - add, delete, update and explore -virtual directories and/or Web applications from a java application or servlet?
I am useing multipartrequest to upload a file but I don't want to give my file a new name. Does anyone knows where I can make modification and can assing a new name when multipartrequest writing file in to the system.I have already try using ios renameto method already but it never works and ...
1070 byte By
inishant at 2007-9-26 1:23:31
how can i run jsp pages on my local machine.or how can i get java web server 2.0i tried to use some jsp1_0ea-winbut running jsp page gives the following error java.lang.NoClassDefFoundError: sun/tools/javac/Mainat com.sun.jsp.compiler.Main.compile(Main.java:196)at ...
Hello Everybody,I am looking for a web server to run servlets, I have used "servlet runner" available in JSDK. Java web server is no longer available free to download. Which ones can we download free on Internet? I have downloaded Jigsaw at http://www.w3.org, but I am having trouble configuring ...
Why when I modify the source of a jsp page, and press reload of Netscape(or feresh of IE), but the changes are not updated.I use tomcat 4.0-b5Thanks in advances
In our JSP application, at one point an email will be sent to notify one event. Currently, that is done by using the html tag: mailto. To have more control on the email in tems of context format (a bad layout right now) and others. I would like to have it processed at servlet by using the ...
HiHas anyone implemanted jsp tag libs with the help of struts-bean.tld,struts-html.tld etc,I need to use these , but I am not clear with how the page retrives the key valuesexample:-table width="400" cellpadding="10" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td valign="top" ...
Hi,I don't know if anyone has contemplated about this before, so in case you have the slighest of idea...please help me with it.If I were to build a medium scale search engine, and I have records(XML) of all the documents I want to search on my disk. Would I rather use the traditional approach ...
180 byte By
nacasuy at 2007-9-26 1:24:04
How do i set the context of a session bean from a JavaServerPage?.I mean, i want to set the context of a session bean with the JavaServerPage session...
446 byte By
daelus at 2007-9-26 1:24:07
Ok, I've installed Apache and Tomcat both, and I'm able to get them running separately fine, Now i'm trying to get them to run together.My problem lies in that Tomcat 4 doesn't generate the .conf files that you generally modify and include in apache's .conf file in order to get them to run ...
Suppose my url is<a href=" http://1.1.1.1/aaa/aa.jsp?a=a&b=b&c=c" >Now i dont want my url to look exactly like this but instead of these alpabets abc some special charaters should appear on the querry string in url .If any body could help please .Thanx in advance . ...
I have some questions: 1. The problem is, how can I define how much results of sql(mySQL) query will be show on html page (something like we see on many search engines like Google or Altavista etc.), in the bottom of page: Result Page: 1 2 3 4 5 Next (1,2,3,4,5 are links to the other pages ...
65 byte By
kenni81 at 2007-9-26 1:24:46
How to change HTML's scrollbar color...any script?
hi group,Anybody using ejb in Visual Age tool.?please let me know.B'coz I want to use EJB in Tree stucture.I have one tree.(Visual Composition Editor)In that Tree, I have 2 Nodes.(root is invisible)One is : My BaskatSecond one is: WorldThis World contains all the countries.These countries are ...
Hi!I have a servlet that takes 2 parameters "message" and "from" through the doPost method and getParameter. I have to change the servlet to accept the GET method and read the exact same parameters. Can somebody suggest a way to do it?Thank you
85 byte By
ShirleyY at 2007-9-26 1:25:19
how can I use jsp to connect a server software which is made by myself?
My JSP platform is JDK1.3+RESIN1.1.5,whern i write these code ,i found something wrong!<%@ page contentType="text/html;charset=gb2312"%><%@ page info="database handler"%><%@ page import="java.lang.*"%><%@ page import="java.awt.*"%><%@ page ...
HI,When i try to retrieve a large chunk of data from an access database using the query string.The display stops when ever there is an apostrophe symbol in the fields, and an io exception is displayed after that.How do i get rid of this problem..please help and thanks in advance. ...
I developed a Java servlet that connects to and queries an Access database ( < 10 mb ) using Tomcat. Everything is working fine. I need to select an ISP to host this site. Would anyone like to recommend an ISP or have advice on how to choose one? ThanksScott
420 byte By
ijaz_m at 2007-9-26 1:25:55
I'm using com.oreilly package to upload file in servlet.when I compile the file it gives no error but when I call the servlet through it gives the error "NoClassDefFoundError :javax/servlet/ServletRequest at com.oreilly.servlet.MultipartRequest. I wonder if my own class "UploadTest" can ...
Hi,I started TOMCAT and tried to call the JSP in the browser.I am able to execute simple JSPs but , when I am trying to call a servlet from the JSP i get the exception Class not found.I did include everything in Path and Classpath variables.Any ideas how I can solve this problem?TIA ...
640 byte By
JLam at 2007-9-26 1:26:09
I have created a Hangman game that executes by asking the user to input the word to be guessed through a JOptionPane Inuput Dialog Box. The problem is that I want the prompt to be a password text field that initally asks the user for input and the goes away. Is there a way to enable the ...