h inputFile file size

2017-01-16 Thread Matthew Broadhead
Hi, I am successfully using h inputFile to upload a file to a named bean. However the file size seems to be limited to 1MB. i have searched the internet and it led me to changing the settings in the web.xml like so Faces Servlet javax.faces.webapp.FacesServlet 1

ContentTypeList unsupport type

2016-11-11 Thread Matthew Broadhead
I searched but could not find anything regarding this problem. I keep repeatedly getting this error in the logs. Is there any way to track down where it is coming from? SEVERE - Servlet.service() for servlet Faces Servlet threw exception java.lang.IllegalArgumentException: ContentTypeList

Re: [ANNOUNCE] Apache Tobago 3.0.0-alpha-3 (xxx -> beta-1) Release

2016-12-10 Thread Matthew Broadhead
atus, p:switch On 10/12/2016 10:14, Udo Schnurpfeil wrote: Hi, thanks for the hint. You got me not updating the demo to the current beta 1 (this version uses an update of bootstrap which fixes the problem). Now it's up to date, so it should work. Regards, Udo Am 09.12.2016 um 14:55 schrie

Re: [ANNOUNCE] Apache Tobago 3.0.0-alpha-3 Release

2016-12-09 Thread Matthew Broadhead
Thanks I was not aware of Tobago. I looked through the demo and it has some great features like the calendar control and popup box among many other things. however on the "Select controls" demo the "Singleselection List", "Multiselection List" and "Shuttle List" seem to bleed outside their

JSF 2.3

2017-11-18 Thread Matthew Broadhead
Hi, When is 2.3 moving out of beta? https://github.com/apache/tomee/blob/fb_tomee8/pom.xml TomEE 8 is using MyFaces 2.2.12 but I thought it would be shipping with 2.3?

Re: JSF 2.3

2017-11-19 Thread Matthew Broadhead
Matthew Broadhead <matthew.broadh...@nbmlaw.co.uk : Hi, When is 2.3 moving out of beta? https://github.com/apache/tome e/blob/fb_tomee8/pom.xml TomEE 8 is using MyFaces 2.2.12 but I thought it would be shipping with 2.3?

OmniFaces CombinedResourceHandler

2017-11-09 Thread Matthew Broadhead
Hi, I am using TomEE 7.0.3 Plus (MyFaces 2.2.11).  I have tried different OmniFaces versions particularly 1.14 and 2.4. There seems to be a problem with using OmniFaces CombinedResourceHandler with MyFaeces.  CombinedResourceHandler bundles all js and css resources to reduce browser load

Re: OmniFaces CombinedResourceHandler

2017-11-09 Thread Matthew Broadhead
the omnifaces guys about that - they know their CombinedResourceHandler better then we do ;) Regards, Thomas 2017-11-09 16:51 GMT+01:00 Matthew Broadhead <matthew.broadh...@nbmlaw.co.uk : Hi, I am using TomEE 7.0.3 Plus (MyFaces 2.2.11). I have tried different OmniFaces versions particularly 1.14 and

Re: OmniFaces CombinedResourceHandler

2017-11-09 Thread Matthew Broadhead
impl hacks here in pre JSF 2.3 environments. 2017-11-09 17:28 GMT+01:00 Matthew Broadhead <matthew.broadh...@nbmlaw.co.uk : i have already posted the same on stack overflow with omnifaces tag. there must be something fundamentally different between Mojarra and MyFaces for this to be happenin

Re: [ANNOUNCE] MyFaces Core v2.3.1 Release

2018-05-04 Thread Matthew Broadhead
Thanks for the new release.  Much appreciated On 03/05/18 15:57, Eduardo B wrote: The Apache MyFaces team is pleased to announce the release of MyFaces Core 2.3.1. MyFaces Core is a JavaServer(tm) Faces 2.3 implementation as specified by JSR-372. MyFaces Core 2.3.1 is available in both

Re: ui repeat fails to reflect collection after render

2018-01-26 Thread Matthew Broadhead
On 25/01/2018 21:23, Matthew Broadhead wrote: i have created a test project here https://github.com/chongma/myFacesJpa but in the process of creating the project i figured out the problem.  if i have FacesContext.getCurrentInstance().addMessage(null,                 new FacesMessage

Re: ui repeat fails to reflect collection after render

2018-01-25 Thread Matthew Broadhead
to be like that but it lost me some time trying to figure it out On 25/01/2018 17:07, Thomas Andraschko wrote: Yep you are right. Not sure if there is one available. But it would be great if you could try it without jpa first. Am Donnerstag, 25. Januar 2018 schrieb Matthew Broadhead : when

Re: ui repeat fails to reflect collection after render

2018-01-25 Thread Matthew Broadhead
://issues.apache.org/jira/projects/MYFACES/issues/ A small maven application with jetty-maven-plugin would be a great example! 2018-01-25 16:24 GMT+01:00 Matthew Broadhead <matthew.broadh...@nbmlaw.co.uk : ok i will do that. where do i create an issue? On 25/01/2018 16:20, Thomas Andraschko wr

ui repeat fails to reflect collection after render

2018-01-25 Thread Matthew Broadhead
hi, i just posted this question on stack overflow.  but then i tested switching to mojarra and that solved my problem so i guessed i would report it to this list Consider the following xhtml fragment:                 value="#{item}" />                

Re: ui repeat fails to reflect collection after render

2018-01-25 Thread Matthew Broadhead
ok i will do that.  where do i create an issue? On 25/01/2018 16:20, Thomas Andraschko wrote: Could you please provide a mvce and create a issue? Otherwise it's almost impossible to help you. 2018-01-25 16:14 GMT+01:00 Matthew Broadhead <matthew.broadh...@nbmlaw.co.uk : hi, i just pos

Re: ui repeat fails to reflect collection after render

2018-01-29 Thread Matthew Broadhead
assume that you also switched to EclipseLink when you switched to Mojarra (TomEE Plume)? 2018-01-29 14:28 GMT+01:00 Matthew Broadhead <matthew.broadh...@nbmlaw.co.uk : i have updated the project https://github.com/chongma/myFacesJpa and removed the JPA stuff. it seems to work correctly with

Re: ui repeat fails to reflect collection after render

2018-01-29 Thread Matthew Broadhead
not-related stuff) would be great! 2018-01-26 9:45 GMT+01:00 Matthew Broadhead <matthew.broadh...@nbmlaw.co.uk> : by the way you can run the project like: mvn package mvn tomee:start you need a schema called myfaces accessible by a user myfaces with password mypassword. as you say it ma

Re: ui repeat fails to reflect collection after render

2018-01-29 Thread Matthew Broadhead
to EclipseLink when you switched to Mojarra (TomEE Plume)? 2018-01-29 14:28 GMT+01:00 Matthew Broadhead <matthew.broadh...@nbmlaw.co.uk : i have updated the project https://github.com/chongma/myFacesJpa and removed the JPA stuff. it seems to work correctly without the JPA stuff. does this mea

Re: [ANNOUNCE] MyFaces Core v2.3.0 Release

2018-03-12 Thread Matthew Broadhead
Thanks to all involved with the release.  i am looking forward to trying it out On 12/03/2018 14:28, Eduardo B wrote: The Apache MyFaces team is pleased to announce the release of MyFaces Core 2.3.0. MyFaces Core is a JavaServer(tm) Faces 2.3 implementation as specified by JSR-372. MyFaces

error messages lack debug information

2018-12-15 Thread Matthew Broadhead
occasionally i get error messages that are very hard to debug because they don't give enough detail about where the problem occurred.  for instance i have pasted below one which i am currently struggling with.  i have stepped through the myfaces code but it doesn't seem to help me understand

Re: error messages lack debug information

2018-12-15 Thread Matthew Broadhead
wrote: Try to debug the getExpressionString in the ValueExpression classes So you should be able to find the causing el Am Sa., 15. Dez. 2018, 11:07 hat Matthew Broadhead geschrieben: occasionally i get error messages that are very hard to debug because they don't give enough detail about where

Re: error messages lack debug information

2018-12-15 Thread Matthew Broadhead
i suppose the line number that is failing in the xhtml... i don't really understand what EL is trying to compare and why On 15/12/2018 12:39, Thomas Andraschko wrote: which line number? Am Sa., 15. Dez. 2018 um 11:52 Uhr schrieb Matthew Broadhead : if i look

Re: error messages lack debug information

2018-12-15 Thread Matthew Broadhead
perfect!  thanks.  would be really helpful if it could output that info when the error occurs On 15/12/2018 12:45, Thomas Andraschko wrote: thats probably in LocationValueExpression#location Am Sa., 15. Dez. 2018 um 12:43 Uhr schrieb Matthew Broadhead : i suppose the line number

Re: [ANNOUNCE] MyFaces Core v2.3.2 Release

2018-09-12 Thread Matthew Broadhead
thank you for the new release. however i am still waiting for TomEE 8 to get the new features of 2.3 (TomEE 7.0.5 still has 2.2.3) i wanted to ask a question.  i thought i read somewhere that composite components would be able to handle recursive calls.  this is a feature that would be nice

Re: [ANNOUNCE] MyFaces Core v2.3.2 Release

2018-09-13 Thread Matthew Broadhead
Thomas:  i will make a project which demonstrates the issue and send it to dev list On 13/09/18 01:51, Thomas Andraschko wrote: Thanks paul! Matthew: Please open a new topic in the Dev mailing list with more details, whats not working for you ;) Matthew Broadhead schrieb am Do., 13. Sep