Hi,

   I need to create input pages for crystal reports 9 reports. What I am
planning to do is create Action, Form and JSP page for each input pages.
>From JSP the information will be passed to Form bean and Action will be
called. Here what I will do is collect the parameters, generate the SQL.


   Now I need to forward it to a common JSP/Action page where I will
collect the generated SQL and call crystal reports to generate the
report.

   How can I pass the SQL info to the common JSP/Action page without
using session? Here I assume if I use session then it could create
issues if the user generates more than one report at a time. Of course,
I can store the SQL for each report in different attribute and retrieve
it. But user can not view the same report simultaneously with different
parameters.

   Hope I explained things clearly.

Regards
Thiru

This e-Mail may contain proprietary and confidential information and is sent for the 
intended recipient(s) only. 
If by an addressing or transmission error this mail has been misdirected to you, you 
are requested to delete this mail immediately.
You are also hereby notified that any use, any form of reproduction, dissemination, 
copying, disclosure, modification,
distribution and/or publication of this e-mail message, contents or its attachment 
other than by its intended recipient/s is strictly prohibited.

Visit Us at http://www.polaris.co.in

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to