Question like in subject.
I use following code:
<tiles:insert definition="@layout" flush="true" >
<tiles:put name="title" value="Simple example" />
<tiles:put name="body" type="string" >
<tiles:insert definition="@forms.bbb" flush="true" />
</tiles:put>
</tiles:insert>
My Layout looks more or less like
************************************
* (here i want to insert some content
*
************************************
I expect to have:
****************
*BBBBBBBBBBBBBBB
*BBBBBBBBBBBBBBB
****************
where BBB sybmolize the content (form) which should be enetered
But the effect looks like:
BBBBBB
BBBBBB
BBBBBB
BBBBBB
*****************
*
*****************
any hints?
Michal
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]