Hi,

This is the code I'm using:


---

<%@ page language="java" import="com.company.app.package.User" %>

<%! User u = new User(request, response); %>

<html>

First visit? Answer: <%= u.firstVisit() %>

</html>

---


It seems as the request and response objects are not accessible...

Can someone help?

// Daniel



MSC Konsult AB (http://www.msc.se/)
Daniel Wieselberg
Svärdvägen 11D
182 33 Danderyd
Arbete 08 - 446 55 00
Mobil  0709 - 26 27 62

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
For JSP FAQ, http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to