RE: MyFaces - Trinidad - Partial Page Rendering [PPR]

2008-09-06 Thread dushyant agarwal
Subject: RE: MyFaces - Trinidad - Partial Page Rendering [PPR] To: dev@myfaces.apache.org Date: Friday, 5 September, 2008, 10:36 AM Hi, Thanks for reply. It works now. Actually I am new to JSF, hence I face this issue. Thanks a lot. nperkins wrote: > > Someone correct me if I'm w

RE: MyFaces - Trinidad - Partial Page Rendering [PPR]

2008-09-04 Thread GTrivedi
Hi, Thanks for reply. It works now. Actually I am new to JSF, hence I face this issue. Thanks a lot. nperkins wrote: > > Someone correct me if I'm wrong but I believe your problem is due to the > fact that tr:table is a naming container and so you have to use a fully > qualified id, in your

RE: MyFaces - Trinidad - Partial Page Rendering [PPR]

2008-09-04 Thread Perkins, Nate-P63196
Someone correct me if I'm wrong but I believe your problem is due to the fact that tr:table is a naming container and so you have to use a fully qualified id, in your case "tb10:categories", for the components outside the naming container. This is a common problem using the partialTriggers mechani