Hi James, I've been using tiles with myfaces (although it is myfaces 1.1.3) for several months now using a header + body + footer layout. At some point I may convert over to facelets, but for the moment I can do most of what I need to using tiles (such as form submits from within the tile) and it is more important that I am using a layout manager and not as critical which technology is behind it. If you like I can send you some examples. I do recall a few flaky side-effects which I had to find work-arounds for, but am still able to use tomahawk, sandbox and standard JSF components within each of the subtiles.
-------------- Original message -------------- From: "James Gardener" <[EMAIL PROTECTED]> Hi all, I have tried to use tiles with myfaces1.1.4 and got two main errors: 1. the HTML components (e.g. textbox, button, labels) are not aligned properly. All the fields are displayed in one row. 2. The form inside the tiles does not submit. The submit does not call the backbean's action method and the page remains the same forever. I sent two messages regarding the above problems to [email protected] but have not received any replies. I also searched recent threads regarding tiles without any luck. I really don't want to give up myfaces because of the tiles problem. Does anyone successfully implement tiles with myfaces, especially with menu + body + header layout? Could you please post your successful samples? Thank you very much. James

