[symfony-users] Re: How to use framset with symfony?

2010-02-26 Thread Sameer Bhavsar
Hi All, To display the template in one frame I have following line of code: But while accessing the page following error occurs: Action "StackWorkorder/h1NewStackworkorder" does not exist. My layout.php code is given below: http://www.w3.org/TR/xhtml1/DTD/xht

[symfony-users] Re: How to use framset with symfony?

2010-02-27 Thread wissl
As Tarjei wrote: src of a frame should NOT be html code itself, but the URI to a webpage. So you could try something like this: It's still the question why anyone should use framsets as we have slots and components in symfony... On 26 Feb., 10:03, "Sameer Bhavsar"

Re: [symfony-users] Re: How to use framset with symfony?

2010-02-26 Thread Tarjei Huse
Hi, On 02/26/2010 10:23 AM, Sameer Bhavsar wrote: > Hi All, > To display the template in one frame I have following line of code: > See: http://www.w3.org/TR/REC-html40/present/frames.html#h-16.2.2 The src attribute of a frame element should be a URI , not the complete output of y