You're right, I get the code, and I compile it... now it work perfectly. Thx
Manfred Geiler wrote: > > It's fixed for 1.1.6-SNAPSHOT and 1.2.1-SNAPSHOT. > It's NOT fixed for 1.2.0 that was released months ago, of course. > ;-) > > --Manfred > > > On Nov 29, 2007 9:11 PM, xtof83 <[EMAIL PROTECTED]> wrote: >> >> Hi guys, >> >> I sorry I test all the cases written on this page, but still dont work >> for >> me. Ids are still displayed several times. >> MyFaces version : >> <!-- myfaces --> >> <dependency> >> <groupId>org.apache.myfaces.core</groupId> >> <artifactId>myfaces-api</artifactId> >> <version>1.2.0</version> >> </dependency> >> <dependency> >> <groupId>org.apache.myfaces.core</groupId> >> <artifactId>myfaces-impl</artifactId> >> <version>1.2.0</version> >> </dependency> >> >> What could be the problem ? >> Thx >> >> >> >> Manfred Geiler wrote: >> > >> > no, it exactly says what it does: >> > >> > org.apache.myfaces.RENDER_VIEWSTATE_ID=true is the default and renders >> > the hidden input id attribute. >> > >> > Setting it to false solves the xhtml problem by NOT rendering the id. >> > >> > Sorry, my original jira comment was wrong and misleading - I fixed >> that. >> > >> > --Manfred >> > >> > >> > >> > On Nov 19, 2007 5:40 PM, Sochor Zdeněk <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> >> >> >> >> Manfred Geiler (JIRA) napsal(a): >> >> > Therefore I added a (MyFaces specific) config parameter: >> >> > org.apache.myfaces.RENDER_VIEWSTATE_ID >> >> > The default value is false for backwards compatibility. >> >> > >> >> > >> >> I think this name is misleading - when set to false it IS rendering id >> >> and when true it's NOT. >> >> Something similar to VIEWSTATE_NO_ID would work better (defaulting to >> >> false). >> >> >> >> Best regards, >> >> >> >> Zdenek >> >> >> > >> > >> > >> > -- >> > http://www.irian.at >> > Your JSF powerhouse - JSF Consulting, >> > Development and Courses in English and >> > German >> > >> > Professional Support for Apache MyFaces >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/-jira--Created%3A-%28MYFACES-1700%29-each-%3Ch%3Aform%3E-generated-an-%3Cinput%3E-with-same-id%3D%22javax.faces.ViewState%22-tf4236530.html#a14033821 >> Sent from the My Faces - Dev mailing list archive at Nabble.com. >> >> > > > > -- > http://www.irian.at > Your JSF powerhouse - JSF Consulting, > Development and Courses in English and > German > > Professional Support for Apache MyFaces > > -- View this message in context: http://www.nabble.com/-jira--Created%3A-%28MYFACES-1700%29-each-%3Ch%3Aform%3E-generated-an-%3Cinput%3E-with-same-id%3D%22javax.faces.ViewState%22-tf4236530.html#a14035946 Sent from the My Faces - Dev mailing list archive at Nabble.com.
