| Maik Weber 2005-08-26, 6:02 pm |
| Scripting variable means here a JSP variable, that means, a Java
variable. So, you can define a new variable with
id="name"
and then you can access this variable in your JSP/Java code, for example:
<%=name%>
Maik
juchems_mark_e@cat.com wrote:
> Using portal 5.1
>
> Has anyone ever used this tag with the "id" attribute? The info center says:
>
> "...initializes a scripting variable with the value that is normally written out and nothing is written to the output stream. The value of the id attribute is the name of the scripting variable. This tag should be used only in skin JSPs."
>
> But I cannot figure out how it works. Is this a javascript variable, or a Java variable. I have tried both and nothing seems to work...
>
>
|