Re: How to assign contents of a tag to a Java-variable?

2001-05-21 Thread Peter Alfors
"Web Development with JavaServer Pages" shown at http://www.taglib.com/ is a pretty good book. The site also has some links to other taglib sites. HTH, Pete "Procek, Brett" wrote: > If I'm understanding you correctly, then what you have to use a > 'cooperating tag' which can create a new v

Re: taglib for reading/writing files

2001-05-21 Thread James Strachan
From: "Weßling, Achim" <[EMAIL PROTECTED]> > does someone knows a taglib for reading and writing a textfile? The IO tag library allows you to read and write from and to URLs which allows you to serve up files from some server via HTTP, FTP or the file protocol. So it can easily GET and POST files

RE: How to assign contents of a tag to a Java-variable?

2001-05-21 Thread Procek, Brett
If I'm understanding you correctly, then what you have to use a 'cooperating tag' which can create a new variable which can then be used anywhere inside your JSP file. Ultimately it could be used like the following. <%=x%> // this would send "Hello World" to your browser for display. Does an

[Fwd: Re: exposing script variables]

2001-05-21 Thread Peter Alfors
Thomas, I think that this might help. Pete Original Message Subject: Re: exposing script variables Date: Wed, 25 Apr 2001 09:20:02 -0500 From: Peter Alfors <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Organization: HK Systems, Inc To: [EMAIL PROTECTED] References: