Yes, I know this has come up before.  Last night I was helping a friend of mine.  He called me up and was having an issue because commandLinks and commandButtons weren't working in his dataTable.  I knew that he was using Tiles with MyFaces and I knew that there was some sort of issue like this wth JSF + Tiles. 

Going through his form I noticed a few places where h tags were children of t tags and vice versa.  I suggested that he use the t tags wherever possible or not at all.  So he changed all the h's to t's where possible.  Then the commandLinks and commandButtons started working.

I've been under the impression that the issue has to do with how Tiles and JSF work together and that the MyFaces devs resolved this within the tomahawk components somehow.  Now normally, I would call this good and move on.  However, I'd really like to know exactly what the problem was and a short version of how it was solved.

Anyone?

Thanks.

Reply via email to