Re: fileUpload native and with primefaces5 and with tomer

2014-06-19 Thread maurojava
abble.com> ha scritto: > Hi > > It was fixed in 2.2.2, please use 2.2.3 instead. See: > > https://issues.apache.org/jira/browse/MYFACES-3865 > > regards, > > Leonardo > > 2014-06-17 7:51 GMT-05:00 maurojava <[hidden email] > <http://user/SendEmail.

fileUpload native and with primefaces5 and with tomer

2014-06-17 Thread maurojava
I have tried to use  primefaces5  fileUpload with configuratoins of native  use of Part (no with commons ) into myfaces 2.2 . But not success. You know if the FacesServlet is annotated with @Multipart or i have configure with multipart into web.xml ? Please help me. I would als use myfaces2.2  int

Re: problem wit hvisualize a size of colletion into a datatable

2014-02-20 Thread maurojava
1, > although I think it might be in EL 2.2. > > Here's the way to do it that will work in any version of JSF. > > xmlns:jstl="http://java.sun.com/jsp/jstl/functions"; > > [...] > value="#{jstl:length(item.professors)} t

problem wit hvisualize a size of colletion into a datatable

2014-02-20 Thread maurojava
>From the projectController , i have a method: getCollectionProject that return a List . Each project contains a list of Professor . SO into the last line i would show the amount of professors for the project . The var item rappresent a project. project contains a List i write "#{item.professor

Re: myfaces 2.2 foe replace myfaces 2.1 into tomee

2014-02-14 Thread maurojava
> For myfaces this would be > > org.apache.myfaces.core:myfaces-api:${myfaces.version} > > LieGrue, > strub > > > > > On Thursday, 13 February 2014, 19:09, maurojava <[hidden > email]<http://user/SendEmail.jtp?type=node&node=117182&i=0>> > wr

Re: myfaces 2.2 foe replace myfaces 2.1 into tomee

2014-02-13 Thread maurojava
<http://user/SendEmail.jtp?type=node&node=117170&i=0>> > wrote: > > Try starting it outside of your IDE. If that works remove and reconnect > IDE > > >to a fresh TomEE on another path with the desired changes under /lib > > > > > > > >On 1

A beatiful web site on jsf and JSF2.2

2014-02-13 Thread maurojava
http://jsflive.wordpress.com/ Hi have found the web site above with many post on jsf2.2 . -- View this message in context: http://myfaces.10567.n7.nabble.com/A-beatiful-web-site-on-jsf-and-JSF2-2-tp117149.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: myfaces 2.2 foe replace myfaces 2.1 into tomee

2014-02-12 Thread maurojava
my jsk is : jdk1.7.0_25 my tomee :tomee 1.6.0 plus i have added myfaces-api2.2jar and myfaces-impl2.2.jar to tomee/lib i have removed myfaces 2.1 impl and api i not use codi -- View this message in context: http://myfaces.10567.n7.nabble.com/myfaces-2-2-foe-replace-myfaces-2-1-into-tomee-tp117

Re: myfaces 2.2 foe replace myfaces 2.1 into tomee

2014-02-12 Thread maurojava
hi . i have tried but not work! o have substitute the jars but when i deploy not start into tomee. It can possible because i have jse1.7 ? the source of project https://github.com/maurojava/esempioviewscopedmyfaces2.2.git feb 12, 2014 5:14:30 PM org.apache.catalina.startup.HostConfig

myfaces 2.2 foe replace myfaces 2.1 into tomee

2014-02-12 Thread maurojava
What version of myfaces 2.2 i have to dowload for replace myfaces2.1 jars into tomee ? >From download page of myfaces2.2 i have view many subdir. Core . Snapshot Shaded jee6 And many other. What it is the version shaded ? -- View this message in context: http://myfaces.10567.n7.nabble.co

@FAcesCOnverter(forClass=Address.class ) not work int omyfaces?

2014-01-29 Thread maurojava
hi. i have developped a JSF - I have FacesConverter for selectOneMenu Into my code the FacesCOnverter are annotated for example : @FacesConverter(forClass=Address.class) // this converter it is for select a AddresEntity from selectOneMenu , , public static class AddressControllerConverter im

Re: java.lang.IllegalArgumentException - object is of type java.lang.String; expected type: mauro.entity.Heart

2014-01-22 Thread maurojava
hi all. Hi have correct the converter and now it is ok the String /object conversion. But now i have another problem. I have a entity DiscountCode and a Customer . I have a page CreateCustomer . INto i have to set the DIscountCOde. I have created the form , but int othe COntroller the Customer

Re: java.lang.IllegalArgumentException - object is of type java.lang.String; expected type: mauro.entity.Heart

2014-01-20 Thread maurojava
I have read at http://stackoverflow.com/questions/14892680/selectonemenu-with-complex-objects-is-a-converter-necessary if i have understand it is not necessaries to create a List . It work also with a list of SameType . I have to implem a converter that return a string of id of myentity and

Re: java.lang.IllegalArgumentException - object is of type java.lang.String; expected type: mauro.entity.Heart

2014-01-20 Thread maurojava
Please i not have resolved .i have tried many times but i get errors -- View this message in context: http://myfaces.10567.n7.nabble.com/java-lang-IllegalArgumentException-object-is-of-type-java-lang-String-expected-type-mauro-entity-Heat-tp116991p117013.html Sent from the MyFaces - Users maili

java.lang.IllegalArgumentException - object is of type java.lang.String; expected type: mauro.entity.Heart

2014-01-16 Thread maurojava
hi . i try a simple application jsf CRUD with 2 entity . When i try to insert a entity i get the following exception : Caused by: java.lang.IllegalArgumentException - object is of type java.lang.String; expected type: object is of type java.lang.String; expected type: mauro.entity.Heart view

Re: DOwnload codi bundle jar for use inot tomee

2013-08-05 Thread maurojava
tank you for the link. but what it is the fifference from the ViewScoped of codi and ViewAccessScoped??? a real case of use both ?? Another questions: into tomee it is out of the box the bean validator. now i ask : the myfacesEXT validator it is anoyher ? difference from bean validator? Il giorn

DOwnload codi bundle jar for use inot tomee

2013-08-05 Thread maurojava
Hi all. Hi have read that i have to download the bundle jar for use codi ces into tomee. the myfaces-extcdi-bundle-jsf20-1.0.1.jar But i not have found it. I have only found many jars, but it exists a jar that bundle all of codi the link for download it??? readf at link below.

Re: primefaces not work with myfaces

2013-04-22 Thread maurojava
tank you for all . i have read your post into primefaces . You have found discovered what it is the problem. I have write at Thomas that i am i have signalated the probel to you . I am a self studi of java programmation I think that tomee it is simple and beatiful. Escuse me if i have write on fo

Re: primefaces not work with myfaces

2013-04-22 Thread maurojava
read at : http://forum.primefaces.org/viewtopic.php?f=3&t=29863&p=95186#p95186 the response of tandraschko for the signature of method. But with 4 snapshot it works? mauro -- View this message in context: http://myfaces.10567.n7.nabble.com/primefaces-p-filejUpload-not-work-with-myfaces-tp1146

Re: primefaces not work with myfaces

2013-04-19 Thread maurojava
i attach a war project that it work but on glassfsih . Not for tomee . . it use mojarra implementation of jsf2 and primefaces . deploy it in glassfsih and it work. But i would to modify for use myfaces + primefaces into tomee . mauro > > _

Re: primefaces not work with myfaces

2013-04-19 Thread maurojava
, Howard W. Smith, Jr. [via MyFaces] ha scritto: > and i never had the following added to my faces-config.xml > > > > > org.primefaces.context. > PrimePartialViewContextFactory > > > what's your response to the other email? > > > > On T

Re: primefaces not work with myfaces

2013-04-18 Thread maurojava
but i not use OmniFaces -- View this message in context: http://myfaces.10567.n7.nabble.com/primefaces-p-filejUpload-not-work-with-myfaces-tp114620p114631.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: primefaces not work with myfaces

2013-04-18 Thread maurojava
i have following the tutorial that i have mentioned . into the faces-config i have added: http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2

Re: primefaces not work with myfaces

2013-04-18 Thread maurojava
tank you for response. my question is not how use the component my problem it is that i have to configure same thing i tihink into web.xml or faces-config.xml for not get the deployment error when i deploy the application on tomee that came with myfaces. the error that i get it is : Caused by:

primefaces not work with myfaces

2013-04-18 Thread maurojava
I have try primefaces with myfaces . When i deploy tge applic on to mcat not deploy . But if u use mojarra it work. How i can to work p upload primefaces wity myfaces 2 that it is bundled into tomee ? Mauro -- View this message in context: http://myfaces.10567.n7.nabble.com/primefaces-p-fil

Re: config web.xml myfaces for use with primefaces

2013-04-09 Thread maurojava
> On Tue, Apr 9, 2013 at 5:53 AM, maurojava <[hidden > email]<http://user/SendEmail.jtp?type=node&node=114548&i=0>> > wrote: > > > please you can send me a complete web.xml for get myfaces to work with > > primesfaces ? > > > > > Be

Re: config web.xml myfaces for use with primefaces

2013-04-09 Thread maurojava
please you can send me a complete web.xml for get myfaces to work with primesfaces ? and with rich faces? tank you very much mauro -- View this message in context: http://myfaces.10567.n7.nabble.com/config-web-xml-myfaces-for-use-with-primefaces-tp114536p114544.html Sent from the MyFaces -

Re: config web.xml myfaces for use with primefaces

2013-04-09 Thread maurojava
tank you for your response. When i create a new project with netbeans 7.3 and tomee server, and i add the JSF framework, i get automatically into web.xml the following configuration for myfaces: org.apache.myfaces.webapp.StartupServletContextListener Faces Servlet

config web.xml myfaces for use with primefaces

2013-04-08 Thread maurojava
hi all. Hi not understand what oaram i have to set int oweb.xml for work myfaces with primefaces. Please i have tried with tomee that as out.of-the box myfaces like implementation of JSF2 . But i have use primefaces components with it. Primefaces it use ajax for partial process of page. I have