You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Pete Carapetyan <pe...@couldbe.net> on 2001/09/04 01:01:52 UTC

rtexprvalue - what is it?

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>
            <name>value</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
        </attribute>

Also, where did I miss it, if it is in the documentation somewhere?
--
Pete Carapetyan
http://datafundamentals.com
Java Development Services

Open standards technology for commercial profitability



Re: rtexprvalue - what is it?

Posted by Troy Hart <th...@part.net>.
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 looks like this. But I can't find
> anything anywhere about the third one:  rtexprvalue, and when to set it
> true and false.
>
>         <attribute>
>             <name>value</name>
>             <required>false</required>
>             <rtexprvalue>true</rtexprvalue>
>         </attribute>
>
> Also, where did I miss it, if it is in the documentation somewhere?
> --
> Pete Carapetyan
> http://datafundamentals.com
> Java Development Services
>
> Open standards technology for commercial profitability

Re: rtexprvalue - what is it?

Posted by Matt Raible <ma...@yahoo.com>.
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 <pe...@couldbe.net> wrote:
> 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>
>             <name>value</name>
>             <required>false</required>
>             <rtexprvalue>true</rtexprvalue>
>         </attribute>
> 
> Also, where did I miss it, if it is in the documentation somewhere?
> --
> Pete Carapetyan
> http://datafundamentals.com
> Java Development Services
> 
> Open standards technology for commercial profitability
> 
> 


__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com