You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@velocity.apache.org by prabhu <fd...@rediffmail.com> on 2003/08/29 12:00:10 UTC

parsing a vm in frames

Hello all,
i need help with regard to parsing a vm template as part of one of 
the frames, inside a parent vm.
The following will give u an idea of what am trying to do.

parent.vm
---------

<frameset>
   <framesrc= "child.vm">
</frameset>

my parent.vm is not displaying, rather , parsing the child.vm

Have been struggling with this for quite sometime.
It would be great if one of you could throw some light on this.

thanx,
prabhu.........


___________________________________________________
Art meets Army ; Swapna Weds Capt. Rajsekhar.
Rediff Matchmaker strikes another interesting match !!
Visit http://matchmaker.rediff.com?2



Re: parsing a vm in frames

Posted by Simon Christian <si...@stoutstick.com>.
I'm afraid that doesn't really give much of an idea of what you're 
trying to do, taken out of context. However it seems you may be 
confusing framesets with #parsed content.

Framesets/frames are wholly client-site concepts, and as such have 
nothing to do with Velocity. Parsing (using #parse) or including (using 
#include) are server-side Velocity concepts.

- simon


prabhu wrote:
> Hello all,
> i need help with regard to parsing a vm template as part of one of the 
> frames, inside a parent vm.
> The following will give u an idea of what am trying to do.
> 
> parent.vm
> ---------
> 
> <frameset>
>   <framesrc= "child.vm">
> </frameset>
> 
> my parent.vm is not displaying, rather , parsing the child.vm
> 
> Have been struggling with this for quite sometime.
> It would be great if one of you could throw some light on this.
> 
> thanx,
> prabhu.........
> 
> 
> ___________________________________________________
> Art meets Army ; Swapna Weds Capt. Rajsekhar.
> Rediff Matchmaker strikes another interesting match !!
> Visit http://matchmaker.rediff.com?2
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: velocity-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: velocity-user-help@jakarta.apache.org
>