no, the bug or problem is with myfaces.  the duplicate id being reported is
generated by the system.  not sure what to do except request that myfaces be
fixed.

L


Mike Kienenberger wrote:
> 
> Are you generating any components programmically?
> 
> The situation you describe sounds like this....
> 
> 1) first time -- construct some components, all unique ids
> 2) second time -- start with components from first time, and add more
> copies of them.
> 
> At this point, my suggestion would be to narrow down the problem to
> the minimal page necessary to reproduce the problem, then post the
> relevent page code.
> 
> 
> On 2/28/07, Lisa <[EMAIL PROTECTED]> wrote:
>>
>> I removed all included files.  Also if it displays properly the first
>> time
>> (indicating no duplicate id's) why would it fail the second time I try
>> the
>> page?
>>
>> L
>>
>>
>> Mike Kienenberger wrote:
>> >
>> > Is the id specified in an included file?   Is the included file
>> > wrapped in an f:subView so that multiple includes of it don't
>> > conflict?
>> >
>> > On 2/28/07, Lisa <[EMAIL PROTECTED]> wrote:
>> >>
>> >> I checked everywhere, even grep'd through everything and there is no
>> >> conflict.  Any ideas would be appreciated.
>> >>
>> >> thanks
>> >>
>> >> L
>> >>
>> >>
>> >>
>> >> is_maximum wrote:
>> >> >
>> >> > Hi Lisa
>> >> > it seems there are two components that have the same id. check for
>> id
>> >> > attribute you set for components in your pages (all pages) and find
>> >> > duplicated id.
>> >> > it conflicts with this: idSummaryForm:idSummaryTable:_id79
>> >> >
>> >> > On 2/28/07, Lisa <[EMAIL PROTECTED]> wrote:
>> >> >>
>> >> >>
>> >> >> In my application, when I click the first time on a page, it
>> displays.
>> >> >> When I click a second time I get this never before seen error.
>> >> >>
>> >> >> ---
>> >> >> Feb 28, 2007 12:19:31 AM com.sun.facelets.FaceletViewHandler
>> >> >> handleRenderException
>> >> >> SEVERE: Error Rendering View[/web/summary.xhtml]
>> >> >> java.lang.IllegalStateException: Client-id : _id79 is duplicated in
>> >> the
>> >> >> faces tr
>> >> >> ee. Component : idSummaryForm:idSummaryTable:_id79,
>> >> >> path: {Component-Path : [Class:
>> >> javax.faces.component.UIViewRoot,ViewId:
>> >> >> /web/g
>> >> >> ro/PtManageGroups_Summary.xhtml][Class:
>> >> >> org.apache.myfaces.custom.document.Docum
>> >> >> ent,Id: _id12][Class: javax.faces.component.html.HtmlForm,Id:
>> >> >> idSummaryForm]
>> >> >> [Class: org.apache.myfaces.component.html.ext.HtmlDataTable,Id:
>> >> idTable]
>> >> >> [Class: javax.faces.component.UIColumn,Id: _id79]
>> >> >> [Class: javax.faces.component.html.HtmlOutputText,Id: _id79]}
>> >> >>         at
>> >> >>
>> org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplic
>> >> >> ateIds(JspStateManagerImpl.java:329)
>> >> >>         at
>> >> >>
>> org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplic
>> >> >> --
>> >> >> View this message in context:
>> >> >>
>> >>
>> http://www.nabble.com/Never-before-seen-exception-%28facelets.FaceletViewHandler-handleRenderException%29------tf3307206.html#a9199115
>> >> >> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >> > --
>> >> > Regards,
>> >> > Mohammad
>> >> >
>> >> >
>> >>
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/Never-before-seen-exception-%28facelets.FaceletViewHandler-handleRenderException%29------tf3307206.html#a9208680
>> >> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>> >>
>> >>
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Never-before-seen-exception-%28facelets.FaceletViewHandler-handleRenderException%29------tf3307206.html#a9222357
>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Never-before-seen-exception-%28facelets.FaceletViewHandler-handleRenderException%29------tf3307206.html#a9258365
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to