- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
17 Posted Topics
Re: Hi...you can JSP and Servlets or simple Java Classes as normal easy way. But i would sugeest you to have it done by using Struts......thats the best way out. You need require to establish connection each time in any of the above cases. Just have one Java class which will … | |
Re: What kind of project you want to make. I mean is it a stand alone or web based?. ![]() | |
Re: you will tons of good books on JSP. Headfast is the best book in my view to learn from. java.sun.com has got nice tutorials on JSP | |
Hi All, I have not got much expousre into JS.I have been trying to work Ajax with Java through DWR. I have a code like this <%@ taglib uri="/tags/spring-form" prefix="form" %> <body> <h6> Saurav </h6> <br> <h3>Aquofusion Testing</h3> <form:form commandName="contact"> <table> <tr> <td>Hey Saurav</td> <td><form:input path="firstName"/></td> </tr> <tr> <td><form:input path="lastName"/></td> … | |
Re: you can get the Google API's here [url]http://code.google.com/apis/[/url] | |
Hi All, I had developed a small app in Tomcat. But now i am migrating into Sun-one. I have deployed the app by making a war file through the deploy tool. But i am getting an error while parsing the web.xml file during running the app. org.apache.jasper.JasperException: File "/struts-bean" not … | |
Hi All, I am getting the below error when i am trying to run my app. I am sun one app server.I have deployed my classes and jsp using the deply tool. org.apache.jasper.JasperException: Unable to compile class for JSP No Java compiler was found to compile the generated source for … | |
Hi Guyz, I dont know where to post this....but i am having a very big problem with my wireless adapter. suddenly during working my connection got lost...i am able to connect thru ethernet. In device manager..my device manager is showing an excalamation mark over the network adapter with error code … | |
Re: Hi, The name of the input type(here it is text box) of the jsp file goes as a request parameter.That parameter can be retrieved in your java program and can be used as a paramter for the JDBC call. <input type="text" name = requestname></input> cheers Cheers | |
Re: hey awesome.....great thought keep going......Kevin must be the luckiest one.....just select in what programming language u wud like to write the programme......c,c++,java etc.........as i am a java freak......i wud recommend java....... | |
Hi All, I have been loitering around the forums for last three weeks........specially in Java and JSP forums. But neva come to this forum.So, let me introduce myself. I am Saurav........i am in UK now.........i have been in software development for past 22 months. I want to learn new things … | |
Re: application scope is used when u want to keep the variable for the whole lifetime of the application. taglibs are library of tags that you can use in your JSP. There is a default library for JSP. But custom libraries can also be made. The custom tags are powerful means … | |
Re: u have to only provide what ip you want to connect to and the port number also | |
Re: What table is it.....Database table?...... | |
Re: Hi, the best possible way in my view is to create a VO. A VO containes getter-setter for all the fields which you want to display or store. then while(rs.next()) { // Initialize a VO //put all the columns in the VO // put the VO in any collection ...i … | |
Re: can you please paste the code? .....where you are exactly getting the error | |
|
The End.