Re: Struts Tiles with Frames

2004-09-24 Thread Ratnakar Parakala
Even I put Frameset, the page is not rendering. In view source, I'm seeing the frameset and frame tags, but, I don't see the frames on my screen. I'm getting blank page. Do you have any code to reference? Thanx Ratnakar [EMAIL PROTECTED] wrote: >Before do I need to write Frameset tag? Ratn

Re: Struts Tiles with Frames

2004-09-23 Thread brenmcguire
>Before do I need to write Frameset tag? Ratnakar > Obiously yes. Remember that almost every HTML Struts tag (and this is the case) is transformed into a real HTML tag. So this will be transformed into "" tag that must be contained inside a "" tag. Ciao Antonio Petrelli ---

Re: Struts Tiles with Frames

2004-09-23 Thread Ratnakar Parakala
Before do I need to write Frameset tag? Ratnakar [EMAIL PROTECTED] wrote:Did you try using the "forward" attribute? Try making a tile definition in your tiles-defs.xml for each of your frames (attention, not each for your frameset, but every little frame you have in your pages) and then: Ciao An

Re: Struts Tiles with Frames

2004-09-22 Thread brenmcguire
Did you try using the "forward" attribute? Try making a tile definition in your tiles-defs.xml for each of your frames (attention, not each for your frameset, but every little frame you have in your pages) and then: Ciao Antonio Petrelli Ratnakar Parakala wrote: >Hi, > >I'm using tiles. I have