You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by ascii <as...@gmail.com> on 2006/02/02 07:07:27 UTC

tiles and nested:nest tags problem

i had 2 jsp. a parent and a child(called via tiles:insert).

parent jsp has html:form tag while in the child jsp i try to use nested:nest
always an error.. i try to put the form via tiles:put still error. but if i
put the html:form  in the child jsp it works.. therefore i conclude the
nested:nest tag works only if you put the html:form in the child jsp.. any
work-around? or missing something?
--
wise man learns from a fool man,
but a fool man never learns from a wise man...

Re: tiles and nested:nest tags problem

Posted by ascii <as...@gmail.com>.
its working... yehey.. i add <nested:root name="yourForm"> in the child
jsp...



On 2/2/06, ascii <as...@gmail.com> wrote:
>
> i had 2 jsp. a parent and a child(called via tiles:insert).
>
> parent jsp has html:form tag while in the child jsp i try to use
> nested:nest always an error.. i try to put the form via tiles:put still
> error. but if i put the html:form  in the child jsp it works.. therefore i
> conclude the nested:nest tag works only if you put the html:form in the
> child jsp.. any work-around? or missing something?
> --
> wise man learns from a fool man,
> but a fool man never learns from a wise man...
>



--
wise man learns from a fool man,
but a fool man never learns from a wise man...