3,760 Topics
| |
I have the following code in my jsp [CODE]<list:column column="username" titleKey="label.username" actionType="url" action="link_account_form.do?id={0}" linkColumn0="link_account_id" searchType="input" type="nstring"/>[/CODE] in the table column whole url is generated and it shows up but i want username to be displayed and not the url... please help | |
Hi, I have an application that is making request to server, in this case how can the server maintain the session. If I run the same URL from browser, all the session and page navigation are working. My application is some thing like an exe file, not on the browser. … | |
i am having issues with this code its not comparing valid inputs as well, is it wrong as far as database is concern .it is always giving me invalid as out put [CODE]<%@ page language="java" import="java.sql.*" %> <%@ page import="java.util.*" %> <% String id=request.getParameter("id"); String pass=request.getParameter("pass"); try { Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); Connection … | |
Good day all,please i need your help . I developed servlet authentication login and now i want each of my password to be allowing only 3 times access on a particular username before it becomes invalid for ever .it will prompt an error message "sorry the password has been used … | |
i want to upload pictures in a folder rather then Mysql database ,please give me direction to uploading images in a folder | |
how to a add a number to current date? i want to add 14 to current date and dispaly in (yyyy-MM-dd) format. thanks in advance | |
I have very little experience in JSP but need to write a page that passes some parameters to another web page that will display one of two possible outputs: 1) an UUID (ex. 1UDID-3XSID-RT45J-D78DD) OR 2) -Invald Username and Password I need to 'catch' the output of this page and … | |
Thanx for the before now i've got new problem here i try to run it in a localhost it worked when i've hosted the web that i created before. got : Http Status 500- org.apache.jasper.JasperException: Unable to compile class for JSP: could you tell me what are the problem that … | |
| Hi, I wasn't sure where to post this thread... I am looking for an ALREADY developed social network that uses JSP/Java with Tomcat/Glassfish... Something like: [URL="http://boonex.us/"]Boonex[/URL] (But not PHP). It can be open source or purchasable (If there is such a word)... Thanks, -Ashton. |
hi i want 2 devlop d online software test engine in jsp pls giv me some direction 2 start d project\ thanks | |
hi iam working on a project and i want to sent and access data in MS Access using jsp so, Please tell me how can i do this | |
[B]Please tell me how i can run jsp page in Linux Tomcate server... i found the error - [/B] org.apache.jasper.JasperException: /USERINFO.jsp org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:433) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:361) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) root cause java.io.FileNotFoundException: /USERINFO.jsp org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:278) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | |
I use to pass data between *.java and *.jsp, since this is a MVC framework, it will go by the *.java first. so i used request.getSession().setAttribute("test", "01010101010") to save the value, and then in *.jsp, use request.getSession().getAttribute("test") to get value. But it returns a strange string "682342348" all the time. … | |
What i want is when i click upload button upload the file with progress bar [CODE] <form action="image_upload.php" method="post" enctype="multipart/form-data"> <input type="file" name="filei" id="filei" /> <input type="submit" name="button2" id="button2" value="Upload" /> </form> [/CODE] this is my php file [CODE] <?php $name=$_FILES["filei"]["name"]; $size=$_FILES["filei"]["size"]; $type1=$_FILES["filei"]["type"]; $dirpath = "upload/"; //upload image if ((($_FILES["filei"]["type"] … | |
in jsp,i created login.jsp. in login.jsp,i created username,password and submit button. my login.jsp goes through database. i am okie BUT i want validation in login.jsp which goes through database. | |
Hello, I am building a servlet which handles the login process after the user clicks the submit button on the previous HTML form. The servlet should get the data entered from the form then perform an SQL statement to select all the data in the registered users table. Once all … | |
i use netbeans 6.8 with jato ve ee plug-in i tried to run a simple web project ,in the un in the netbeans everything looks fine but nothing browser i got this message in firefox : The connection was reset im use win 7 help me please:'( | |
i've got a 404 error when i tried to call a servlet it said Not Found The requested URL /Login was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument handle the request. please help me solve this problem Thank … | |
Hi all, I was hoping somebody might be able to help me out w/ a pretty basic question. I'm creating a web app and trying to use the MVC pattern where I have a controller servlet that intercepts requests, does some work (like say reading from a database), possibly setting … | |
i want to make tabpanel in which the tabs are in two rows...dnt require them in a single row...cuz the no.of tabs are more. can any1 help me in doign that in jsp?? | |
Dear all, No matter what I do, I can't seem to be able to make the JSP with Database work. How can I connect to an Oracle database which is hosted in our University, over a JSP page. I have a project where we need to connect to Oracle database … | |
Hi all, it's my first post. i'm using tomcat 6 and put under it website done by jasper . this website contain xml.html ang jsp pages .the jsp pages needed to be encrypted, i try using ant but i'm fail may be i don't use it right. could you please … | |
[code] <?php include "config.php"; include "header.php"; echo "<tr>"; echo "<td width=\"250\" valign=\"top\">"; include "left.php"; echo "</td>"; echo "<td width=\"4\" bgcolor=\"#CCCCCC\"> </td>"; echo "<td width=\"550\" height=\"320\" align=\"left\" valign=\"top\"><h3 align=\"left\" class=\"pagesect judul_besar\"> <span class=\"menu1\"> Sistem Pakar Gangguan Perkembangan pada Anak</span></h3>"; echo "<p class=\"pagesect judul_besar\">"; echo "<blockquote>"; if(!pasien()) { echo "<div align=\"center\"><span class=menu>Access Denied !!!</span></div>"; … | |
Hi: I took a course on Spring 2.56 from Interface21 and the labs I got get it to work during the training. But when I tried it at home it doesn't work. I go to the following url and it's find. [url]http://localhost:8080/accounts/[/url] It display "This is my JSP page. " … | |
Hello, I've a newbie to JSP so I apologize if this is an obvious error on my part. I've been banging my head against this problem for a while and I can't seem to figure it out, though. Any help appreciated. I'm trying to create a web app that so … | |
hi, I have a requirement to include a website in my jsp file,say [url]http://www.abc.com[/url] . But the problem jsp:include does not support any protocols. how to achieve this functionality?? Thanx, lpk | |
I am getting closed exception messages with my below jdbc connection to Oracle 9i from Tomcat 6 container. The database connection is used about once or twice a day. [b]java.sql.SQLException: Closed Statement[/b] and [b]java.sql.SQLException: Closed Statement: next[/b] [code] private Connection connection; public ArrayList<MoneyBean> getMoneyList() { ArrayList<MoneyBean> list = new ArrayList<MoneyBean>(); … | |
Any good suggestions for creating a JSP that reads several initialization parameters and outputs them to a Web page. | |
I dont want to use resultset object in JSP page. Rather I want to use a java class for retrieving values in to the JSP page. Either using array list or something like that., I tried many times but failed Please advise in detail. Thanks | |
How to select multiple location under one central location in jsp and should be stored in oracle? |
The End.