| Thread | Last Post | Replies |
|
| Passing an instance of a Bean between JSP pages | 30 Nov 2004 13:50 GMT | 4 |
Hi, I have made a shopping cart stateful session bean. In one JSP page, it simply adds some strings to the vector in the cart bean. I want to be able to click on a link to another page, which can then retrieve those strings.
|
| Problem with Session Beans state | 30 Nov 2004 11:43 GMT | 2 |
Hi, I'm currently making a session bean, which will eventually act as a Shopping Basket. I have implemented the bean so that it just accepts a string (which will eventually be an object reference), and the user can add and
|
| Error on java bean..help... | 20 Nov 2004 09:13 GMT | 2 |
I have tried to run a little example that I have found in Internet on Java bean, but it doesn't work, it give me an error. I use Tomcat and I put class file in webapps\ROOT\WEB-INF\classes. I must put something library for the bean?
|
| Problem Deploying Webservice!!! | 18 Nov 2004 15:17 GMT | 1 |
I'm using JBoss-3.2.6 and I can't get my wsr-files to deploy. The wsr-file is placed in an ear-file. The jar-file in the ear-file is deployed but not the wsr-file. What am I doing wrong? The ear-file is placed in the deploy directory and contains the
|
| Cannot Find My API class | 01 Nov 2004 01:17 GMT | 1 |
There goes the error: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 0 in the jsp file: /time.jsp Generated servlet error:
|