Hi Fabrice, the other problems with container lists, which you mention, should not come up in the 4.2.0_01 release.
After the release we have introduced some more performance improvements, which will be officially released in a later service pack. As the UNIL project is taking the Jahia source directly from the SVN, your bugs UNIL-7, UNIL-10 and UNIL-11 refer to problems, which came into the code after 4.2.0_01. Greetings, Benjamin Fabrice Marchon schrieb: > Hi ! > > We have had the same issues after upgrading to Jahia 4.2.0_01 ; you can > retrieve the bugfixes through the Jahia SVN and the following releases: > > - rev 17871: fixed update field engine (UNIL-6) > (http://svn.jahia.org/websvn/listing.php?repname=jahia&path=%2Fbranches%2FJA > HIA-4-1-BRANCH%2F&rev=17871&sc=1) > > > There are although other major bugfixes related to some problems with > container lists: > > - rev 18025: fixed UNIL-7 > (http://svn.jahia.org/websvn/listing.php?repname=jahia&path=%2Fbranches%2FJA > HIA-4-1-BRANCH%2F&rev=18025&sc=1) > - rev 18066: fixed UNIL-10 and UNIL-11 > (http://svn.jahia.org/websvn/listing.php?repname=jahia&path=%2Fbranches%2FJA > HIA-4-1-BRANCH%2F&rev=18066&sc=1) > > > I hope it will help you a bit. > > Regards, > > Fabrice Marchon > > > > > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la > part de Graham Honey > Envoyé : lundi, 13. août 2007 09:27 > À : [email protected] > Objet : [dev_list] Upgrade 4.2.0_01 fields not updating > Importance : Haute > > Hi all, > > We are in the process of implementing the 4.2.0_1 upgrade and have found > that the following examples below no longer update when edited and > constantly displays the default values. Has anyone else received a similar > issue and more importantly does anyone know the issue and how to resolve it? > > Example field: > > <h3><jahia:textField name="pageTitle" title="PageTitle" value="Browse > education topics" /> > <jahia:updateFieldButton title="<img src=\"images/update.gif\" > width=\"11\" height=\"11\" border=\"0\" alt=\"E\"/>" field="pageTitle"/> > </h3> > > or > > <content:declareField name="searchPage" title="Search page" type="Page" /> > <jahia:ifEditMode> > <h3 style="color: #900;">Compulsory template settings</h3> > <jahiaHtml:actionMenu name="searchPage" namePostFix="" > resourceBundle="jahiatemplates.Corporate_portal_templates" > useFieldSet="false" > > <p>Search page used: > > <content:pageField name="searchPage" id="searchPage" > valueId="searchPageVal"> > <logic:notEmpty name="searchPageVal"> > <a href="<bean:write name='searchPageVal' property='url'/>"> > <bean:write name='searchPageVal' property="title" filter='false'/> > </a> > </logic:notEmpty> > <logic:empty name="searchPageVal"> > <span style="color:#900;font-weight:bold;">Not set</span> > </logic:empty> > <jahia:updateFieldButton field="searchPage" title="<img > src='/images/update.gif' width='11' height='11' border='0' alt='Update > Search page URL' />" /> > </content:pageField> > </p> > </jahiaHtml:actionMenu> > </jahia:ifEditMode> > > which gives the following error message: ERROR > [org.jahia.taglibs.html.actions.ActionMenuTag] - Couldn't find any object > with name searchPage > > Many thanks in advance. > > Graham > > IMPORTANT: This e-mail, including any attachments, may contain private or > confidential information. If you think you may not be the intended > recipient, or if you have received this e-mail in error, please contact the > sender immediately and delete all copies of this e-mail. If you are not the > intended recipient, you must not reproduce any part of this e-mail or > disclose its contents to any other party. This email represents the views of > the individual sender, which do not necessarily reflect those of > education.au limited except where the sender expressly states otherwise. It > is your responsibility to scan this email and any files transmitted with it > for viruses or any other defects. education.au limited will not be liable > for any loss, damage or consequence caused directly or indirectly by this > email. > > _______________________________________________ > dev_list mailing list > [email protected] > http://lists.jahia.org/cgi-bin/mailman/listinfo/dev_list > > _______________________________________________ dev_list mailing list [email protected] http://lists.jahia.org/cgi-bin/mailman/listinfo/dev_list
