Hi Antonio
isOpen is a variable in the page scope.
I think the problem in the jasper because it can't translate ${} variables.
On Sun, May 18, 2008 at 7:47 PM, Antonio Petrelli <
[EMAIL PROTECTED]> wrote:
> 2008/5/18 Abbas Adel <[EMAIL PROTECTED]>:
> > I am trying to use Tiles 2 + Struts 2 on Oracle OC4J but the following
> error
> > happen:
> >
> > in the jsp code i typed:
> > <tiles:getAsString name="isOpen" />
> >
> > on the html source it was rendered:
> > ${isOpen}
> >
> > the same application works fine on Apache tomcat.
>
> I can't understand "isOpen" is a name of a Tiles attribute, or an
> attribute in request, session or application scope?
>
> Antonio
>