Hi Brandon, we do here as well. We simply some store parameters in the HTTP session and tell the client to open up that URL in their browser with:
import com.ulcjava.base.application.ClientContext; ClientContext.showDocument(url); If you are going to use HTTP sessions, the trick to get the same one between the browser and the ULC application is to maintain cookies via URL's, not cookies. Then you can response.encodeURL(url). That is one way to do it, that worked well for us. cheers, Cameron On 7/18/06, Etienne Studer <[EMAIL PROTECTED]> wrote:
Hi Brandon We do. We typically use pdf as the jasper output format. The pdf is then available to the user on a web server (as demonstrated in the ULC Application Template). Etienne ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, July 18, 2006 9:25 AM To: [email protected] Subject: [ULC-developer] Jasper Reports Hi All, Does any one know of a way, or has any one displayed a jasper report within ulc? Thanks, Brandon
_______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
