Setting bean values when link followed

1999-08-01 Thread Eric Johannsen (Info Account)
Hi all, I want to be able to set values in a bean when a particular link is clicked. The following code works in a simple case: variable But, there are a few problems: 1) I don't know if it is part of the specification that the get variables are automatically parsed and the appropriate setXXX

Re: Free JSP Implementation for Apache?

1999-07-19 Thread Eric Johannsen
Have a look at http://jakarta.apache.org Eric John Carbrey wrote: > Is there a free JSP Implementation for Apache? > > I have looked at JRun however, I will generate revenue through my site, by > way of ads. JRun can only be used for educational, non-profit organizations > (if you intend to ma

Re: JSP refuses to run...

1999-07-09 Thread Eric Johannsen
\jsp.jar;C:\jdk1.2.1\jswdk-1.0-ea\examples\WEB-INF\jsp\beans;C:\jdk1.2.1\jswdk-1.0-ea\classes;. and everything works fine. Make sure the path where you installed the JDK matches the classpath environment variable. Eric Johannsen "Szamrej, Mark" wrote: > I recently downloaded and inst

Using taglib

1999-07-03 Thread Eric Johannsen
Hi, I suspect using a custom tag library could greatly simplify some of the things I'm doing, but I can find no documentation or examples on *exactly* what the taglib does and how to implement one. Can someone point me in the right direction? Thanks, Eric Joha