Forum: JSP Dec 12th, 2008 |
| Replies: 0 Views: 1,010 Hello,
Can somebody help me out? Well, the problem is the following:
I have a JSF page, and the address bar contains a query string, like "...?author=something&title=something". I also have a... |
Forum: JSP Nov 15th, 2008 |
| Replies: 1 Views: 770 Hi, I'v been trying to write a simple Java EE app, which deals with car renting. The entity beans and session beans are ready, so I've created a JSP for representation. It contains a single method,... |
Forum: JSP Oct 11th, 2008 |
| Replies: 0 Views: 988 Hi,
I have a little servlet which does the following:
package Services;
import java.io.*;
import java.net.*;
import javax.servlet.*;
import javax.servlet.http.*; |
Forum: JSP Oct 9th, 2008 |
| Replies: 0 Views: 649 Hello.
Well, I've been trying to create a a web app, using JSP+JSF technologies. I've completed writing the background classes, and also created a test jsp page:
<html... |