I am trying to pass an attribute to a tile as follows:

<tile:insert ...
  <tile:put name='offer' beanName='${foo.name}' beanScope='request'/>
...
</tile:insert>

And
foo.getName ( ).equals ( "Adventure" )
And I have verified a requestAttribute was added.

in the tile when i do

<tile:importAttribute name='offer'/>

I get the message

importAttribute : property 'offer' not found in context. Check tag syntax' 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to