equivalent in servlets ?

2000-11-24 Thread Florian Falkenstein
Hy all ! I want to know how to use beans in web applications. I'm quite familiar with the Model 2 and want to use it for implementing my web application, but I have some problems to use beans. With the and I can easily fill a Bean with all Properties automatically. But the Model 2 aproach use

Re: Include Question - JSP

2000-11-17 Thread Florian Falkenstein
Yes, it's possible. But You have to add flush="true" (mandatory in JSP1.1) : > Hi all! > > How do i to put a <%= expression %> in the page value? > > > <%String file = "file.jsp"%> > > > is posible to do it? > > the error is in winNT + jswdk1.0.1: > > com.sun.jsp.JspException: Invalid jsp:inc