Nested tags syntax

2003-07-20 Thread Mike Steigerwald
Hi, all, I'm relatively new at tag syntax, and I'm struggling to 'nest' two attributes that must be quoted. I'm hoping this will be a simple question for the more experienced users. I'm trying to set a page variable to be equal to the value of a page parameter using the c:set and req:parameter

Re: Nested tags syntax

2003-07-20 Thread Rick Ross
The JSTL tags have the ability to read the parameters. You need to sit down with the Spec or a decent book on JSTL. A couple of hours now will save you tons later. This will get the job done: c:set var=password value=${param.password} / R - Original Message - From: Mike Steigerwald