Re: how to do this with JSTL

2005-07-26 Thread Martin Cooper
On 7/26/05, Marco Mistroni <[EMAIL PROTECTED]> wrote: > hello david > thanx for your reply... > there's still something i am missing about this expression language.. > > labelProperty="description"/> > > does this means that i have to have in the request > - a parameter named "EXPENSE_TYPES

Re: how to do this with JSTL

2005-07-26 Thread Marco Mistroni
hello david thanx for your reply... there's still something i am missing about this expression language.. does this means that i have to have in the request - a parameter named "EXPENSE_TYPES" - a parameter under a constant named EXPENSE_TYPES (whose real value can be anything..)? i though

RE: how to do this with JSTL

2005-07-25 Thread Karr, David
Hold on there. I think you've misunderstood the intent of integrating JSTL with Struts. The idea is not to replace all Struts tags with JSTL tags. That's not practical. In general, you should look at the functionality available in the JSTL. If there's something that the JSTL does, and there's