Re: how to update on tile only in struts

2004-10-31 Thread Eddie Bush
Using tiles does not create a frameset. It only allows you to break the physical page into logical fragments for the purpose of answering a request. Because there is no physical seperation, you've got to render everything instead of just the header, or just the body, or just the ... . Does tha

Re: how to update on tile only in struts

2004-10-31 Thread Mark Lowe
You can extends TileAction rather than action http://struts.apache.org/api/org/apache/struts/tiles/actions/TilesAction.html Mark On Sun, 31 Oct 2004 10:28:42 -0500, Shen, Lei <[EMAIL PROTECTED]> wrote: > > > Hello All: > > Maybe this is a dummy question, but I just can not figure out how to d