Re: rtexprvalue - what is it?

2001-09-04 Thread Peter Pilgrim
From: Matt Raible [EMAIL PROTECTED] on 03/09/2001 16:21 MST Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: rtexprvalue - what is it? true means you can have: mysimpleTag value=%=scripletVariable%/ false means you cannot have a scriplet variable

Re: rtexprvalue - what is it?

2001-09-04 Thread Troy Hart
That is true or false based on whether or not the attribute can accept a run time expression. That is, in the jsp can you do the following or not: prefix:someTag someAttribute=%= myRuntimeExpression % ... / On Monday 03 September 2001 05:01 pm, you wrote: In the .tld files, every attribute

rtexprvalue - what is it?

2001-09-03 Thread Pete Carapetyan
In the .tld files, every attribute looks like this. But I can't find anything anywhere about the third one: rtexprvalue, and when to set it true and false. attribute namevalue/name requiredfalse/required rtexprvaluetrue/rtexprvalue /attribute

Re: rtexprvalue - what is it?

2001-09-03 Thread Matt Raible
true means you can have: mysimpleTag value=%=scripletVariable%/ false means you cannot have a scriplet variable as a value. At least that's my understanding. Matt --- Pete Carapetyan [EMAIL PROTECTED] wrote: In the .tld files, every attribute looks like this. But I can't find anything