Page 1 of 1

Migration from ultima-2.0.2 to ultima-2.1.1 in one Time

Posted: 15 Dec 2020, 12:47
by primefaceskirtish
Hello,
How to migrate from ultima-2.0.2 to ultima-2.1.1 in one Time ?

Re: Migration from ultima-2.0.2 to ultima-2.1.1 in one Time

Posted: 15 Dec 2020, 16:52
by jfgomez
Hello @primefaceskirtish

I guest to migrate, you have to update:

2.0.2 to 2.1.0
  • Added configurator panel.
    Update layout.js and layout css files.
    Replace theme jar with new jar
But with 2.1.1 files.

Te instructions to upgrade version are:
https://primefaces.org/ultima/docs.xhtm ... 0593.node0

Best Regards,

Re: Migration from ultima-2.0.2 to ultima-2.1.1 in one Time

Posted: 15 Dec 2020, 17:48
by primefaceskirtish
ok thanks !!
but I have another problem regarding the "md-inputfield" class on the "selectOnMenu" component.
when on <h: panelGroup styleClass = "md-inputfield"> the "change" event has no effect but when I remove the class, the <p:ajax> work fine.
how can i solve this?

Re: Migration from ultima-2.0.2 to ultima-2.1.1 in one Time

Posted: 19 Dec 2020, 21:28
by mert.sincan
Thanks a lot, @jfgomez ;)

Hi @primefaceskirtish
when on <h: panelGroup styleClass = "md-inputfield"> the "change" event has no effect but when I remove the class, the <p:ajax> work fine.
- Interesting! Could you please try it with our sample project? Also, could you attach a sample code block for us to replicate?

Best Regards,

Re: Migration from ultima-2.0.2 to ultima-2.1.1 in one Time

Posted: 28 Dec 2020, 10:40
by primefaceskirtish
hello!! and sorry for the delay !!
this is the part of code .
thanks for the help.

Code: Select all

<h:panelGroup styleClass="md-inputfield ">
	<p:selectOneMenu id="taxeService" 
		value="#{serviceBean.selectedTaxeID}"
		class="mybid-example" disabled="#{! (serviceBean.droitAjout or serviceBean.droitModification)}"							
		autoWidth="false">
		<f:selectItem itemLabel="" itemValue="" />
		<f:selectItems value="#{taxeBean.selectOneMenuTaxes}"/>	
		<p:ajax event="change"  update="taxeService idfichService:tabviewService:conditionsAchatVente" listener="#{serviceBean.determineLaTaxe()}"/>					
      </p:selectOneMenu>			
      <label>Taxe</label>
</h:panelGroup>

Re: Migration from ultima-2.0.2 to ultima-2.1.1 in one Time

Posted: 29 Jan 2021, 02:15
by mert.sincan
Hi @primefaceskirtish,

Which PrimeFaces are you using?

Best Regards,

Re: Migration from ultima-2.0.2 to ultima-2.1.1 in one Time

Posted: 12 Mar 2021, 14:48
by primefaceskirtish
hello !
i'm using primefaces 8.0 with ultima 2.1.1
so now i wish to migrate to primefaces 10 is it possible with ultima 2.1.1 ?

Re: Migration from ultima-2.0.2 to ultima-2.1.1 in one Time

Posted: 26 Mar 2021, 14:17
by siris
Hi,

Please wait Ultima update for migrate to PrimeFaces 10. We aim to update ultima layout in the coming months.

Best Regards,