Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested JSP Solutions: 51 - 75 of 1844
 
HI! I am working on login part for my project and I am having the following msg: java.sql.SQLException: ORA-01006: bind variable does not exist This is the spot that causes error      ...
Hi experts, I have one text field and drop down selection on jsp page with struts tag and drop down menu selection depends on value from the text field. I made drop down menu selection disa...
mySQL 4.1.8-max  Tomcat 5.5.4 JDK 1.4.2 Mac OSX 10.3.7 A recordset is retrieved from mySQL by a scriptlet in one frame of a page. A jsp page is loaded into a second frame with parameters t...
hi every one.. i m going to develop my first application in JSP+Struts. and i got some problem. i want to display the whole data of my DB Table in a JSP Page. i get all data through SQL ...
How to fix the error? <%@ page import = "java.sql.*" %> <%@ page import = "java.util.ArrayList" %> <%      Class.forName("org.gjt.mm.mysql.Driver").newInstance();      Connection conn = Driver...
Hi, Will request.sendRedirect("another JSP page") pass the request parameters as well? I have one hidden value and a nother value that I would like to pass to the new JSP page.
Hi, In my struts appliation some times unable to find the actions, from the struts-config.xml already defined. That'y i need to set context path.. Let me know where we are setting the cont...
Hi,    I am a little confused with when to use session and request scope for the forms when using Struts. I do know that session and request scope means. Can anyone please help me on this?? ...
Hey Guys, I am a ASP.NET developer, just like in ASP.net we have a master page. Is there anything similiar to master page in Java? Thanks sam
Hi Experts,     i want to use JSTL format tag <fmt:message />, I think we can use this tag for application resource bundle, i.e., properties file. How to use this tag in JSP, and where do i...
I want to apply paging in JSP and Iam aware of paging taglib which can be used but not aware how I can use with my code. i want to display page no's and when I click on that it should take me...
while load testing on JBoss-4.0.2 i am getting this ERROR. This issue is related to number of threads.    ERROR [org.apache.tomcat.util.threads.ThreadPool] All threads (200) are currently...
Hi I'm trying to use the <html:errors/> tag. - I have a page where I have put the tag. <html:errors/> - In struts-config.xml I have defined the resource bundle for the error messag...
Hi,  i would like to embed  this fucntion in jsp code, and i am not sure if i could call java methods in the header of html(inside startAction() ) like <HEAD> <SCRIPT> function start...
hi guys, i'm using weblogic 6.1 with jdk 1.3 i need to do urlencoding can any one help me how can i do urlencoding and decoding injsp ?? right now i'm using this String encodedStri...
I have a login page which has validation on the user id and password to ensure that the strings entered meet the required min/max lengths. I can display the validation errors just fine. On...
hi, Does anybody know how to detect when the user click on the back button to go back to the previous page? Or a way to refresh a jsp page whenever it's loaded? Thank you. :)
Hello Experts , I need to build a jsp page which have tabs  on the top and display field  right below the tabs  and when each tab is clicked the display field changes as required, by default...
Hi, I have ....  <%            java.util.HashMap params= new java.util.HashMap();            params.put("idAccount",new Long(currentUser.getIdAccount()));            params.put("idA...
Hi How to upload image and preview the uploaded image before inserting into the DB Thank you
<HTML> <SCRIPT> function call(){ alert("MANI"); //window.open("<%= response.encodeURL("http://192.200.100.120:10038/com.tce.test/webengine/fileupload/NewWindow")%>"); window.self.close(...
How would I URL encode this: <c:out value="${standing.teamName}"/> and reassign it to a JSTL value of  teamNameEnc?
Hi,    I'm trying to quickly set up a JSP page to process a form with large amount of info, including checkboxes and text fields...how do I: 1) Pass variables (say, a String array) from on...
Hi, I would like to know let's say I have a .jar file, can I oopen it to see what's things inside?? Or any software that I can use.  
HI in my application .. am getting following exception ...what is the cause??? java.lang.ClassFormatError: Truncated class file      at java.lang.ClassLoader.defineClass1(Native Method)      at jav...