Hello
I cannot find the cause nor the solution to this problem and hope that someone can shed some light on it.
When we click the email send button we get this error message javax.mail.S...
How I can control the digits after decimal point in float numbers ?
For example I have this number 11.656565 I want to display as 11.65
I need an example in JSP
How to compile a single chosen file?
I can only see the "Run" command from the menu.
Did not see compile.
HI all,
I am trying to display previous days date and time on my jsp page using the code snippet attached. Now I want to display just the date or day, no time. Can someone please tell...
Hi experts, i am trying to write a simple jsp block to check if a file exists but i think i am not importing the class correctly. can you help. my code is below. thanks..
<%@page import=...
Hi All,
I will be doing a J2EE exam with a company called proveIt on the web. Did anybody do that test? What is it like?
I know all certifcation test questions are similar, Can you provi...
Hi all,
I'm lookin to develop an intranet site where users will access the site using their windows username and password. I've written applications before where i store the username and p...
Hi,
Ive got a JSP page, please see code snippet below.
I have a problem with the C:OUT tags. The 2nd and 3rd arguments which are extracted like so '<c:out value="${Group.description}"/>'...
How to create a directory/folder in my website using JSP?
What is mean by System.getProperty("survey.dir")? How do i determine whether a directory is exist or not, if not then create a new ...
I am developing a Struts based web application using JDeveloper.
Two projects are instantly created for you to aid in the MVC model, the Model and the ViewController.
I have a bunch of ejbs ...
Hello,
I'm using LabelValueBean Struts Util class to set drop down list (HTML:SELECT) values in my JSP. I reterive customer state code from the database, while rendering the JSP , I need to...
Hello All,
Can anybody provide some sample code / or suggest a free simple text editor, so that it is easily integretable with my web application ? I have to use for a jsp application. i ...
Hi all,
I am displaying a table in my jsp. I want to give alternate row colors. can anyone help me out with it.
Hi,
Can anyone tell me how to set the initial value of a check box in struts to be ticked when the page is loaded?
<html:checkbox property="isStudent" value="true"/>
i've tried using...
Hi,
I have two questions. First, I want to know how to express yesterday based on value="<%= new SimpleDateFormat ( "MM/dd/yyyy" ).format ( new java.util.Date () ) %>"?
Second, I want to...
hi! it may be weird but my task is this:
When a wab page is entered into browser like http://www.asdasd.com/this.jsp , i want to run a servlet before this page. servlet will sendredirect af...
Hi
I've been surfing around for days and I need some advice on the best way to handle this.
Basically, I have a Sybase database that needs currently takes manual XL files as input data....
Hi
In Struts one can create a class that implements org.apache.struts.action.PlugIn and define that class in in the struts-config.xml file with the <plug-in> tag. Doing so will cause that c...
I have IIS set up with Integrated Windows Authentication that redirects JSP pages to JBoss/Tomcat.
Now what I want to do is write a JSP that will check a shared folder on another server. Wh...
hi!
I am using struts and working on logon part, but when I try logon, I have no action instance for path /Logon error.
This is my struts-config.xml
++++++++++
<!-- ========= Form Be...
From a jsp page, I am using jsp:setProperty to set a String property in a parent bean. The property value is then used as a parameter to a SQL query. After the query runs, the parent bean in...
Hi!
I am trying to detect certain value inside of logic:iterate tag and this is what I did:
<logic:present name="licensesForm">
<logic:iterate id="licensesData" name=...
When I try to start tomcat I get the error : Error 1067 : The process terminated unexpectedly
the logs say :
[2005-12-15 07:38:02] [info] Running Service...
[2005-12-15 07:38:02] [in...
Background info: My taglibs are using JSTL 1.0. My web xml uses servlet spec 2.3. I've tried this both on Tomcat 4 and 5 and got the same results.
I've discovered something really, really...
Hi,
I'm trying to find the length of a Map by using the fn:length function in JSP. I've used it before, and I'm sure it works. But in the below case, It throws an Exception:
2009-03-17 1...