Re: JSP and Reports

2001-01-25 Thread Carlos Alonso
Take a look at www.jinfonet.com. Their report writers are 100% java, and they have and interesting options, like a bean that can be easily integrated in your apps that can produce your reports in several formats (pdf,excel, etc) They admit JDBC, XML, EJB, etc as data source. Of course, you can

Re: Passing parameters w RequestDispatcher to Jsps

2000-10-17 Thread Carlos Alonso
ation book The WebApp Frameworkhttp://www.webapp.de/ Carlos Alonso wrote: I have a question about a Jsp that could be invoked from a HTML page using post method and from a servlet using RequestDispatcher. In the first case it receives a parameter and asks for it using getParamet

Passing parameters w RequestDispatcher to Jsps

2000-10-13 Thread Carlos Alonso
I have a question about a Jsp that could be invoked from a HTML page using post method and from a servlet using RequestDispatcher. In the first case it receives a parameter and asks for it using getParameter("Param1") In the second case our intention is send it as a post method does, with:

Re: JSP Seggestions!

1999-04-13 Thread Carlos Alonso
Hi all, First of all, I must say I do not have a lot of experience working with jsp. From a "newbie" point of view, I think that model 1 is easier to understand and use than model 2. (Jason said:) 1. Model 2 is poorly explained in the spec. This in itself is a serious problem.