tomahawk 1.1 on apache tomcat 7.0.12 with jsf 2.0

2011-06-20 Thread Adam Furmanczuk
Hi I am using Apache MyFaces for my project (jsf 2.0) and I want to use the tomahawk framework (for uploadfile, calendar, etc) Sadly, Tomcat cancell buidling the war. When I comment out filter mapping for tomahawk, war gets deployed, but sided that use: %@taglib prefix=t

UIRepeat offset and size problem

2011-06-20 Thread RICARD MORE FARRES
Hello, I am testing MyFaces 2.1.1 implemantation, in order to upgrade our aplication from version 1.2.7. I have found a problem with parameters offset and size of ui:repeat tag. offset sets the first index of the list to iterate over. size is the number of element to iterate. If I

Re: tomahawk 1.1 on apache tomcat 7.0.12 with jsf 2.0

2011-06-20 Thread Adam Furmanczuk
THX, but: I just deployed one example: ttp://localhost:8080/myfaces-example-blank-1.1.12-20110601.230445-1/helloWorld.jsf and i get error code 500. maybe this error and my webservice error is connected? Example dies with following error on Tomcat 7.0.12. See code below. Best regards,

Re: tomahawk 1.1 on apache tomcat 7.0.12 with jsf 2.0

2011-06-20 Thread Leonardo Uribe
Hi In this address http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/ there are some tomahawk examples. Take a look and compare the web.xml. If you need a working war file, the snapshots can be downloaded from here:

[jira] [Commented] (MYFACES-3179) Inconsistent behaviour implementing and registering SystemEventListeners for PostAddToViewEvents

2011-06-20 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052017#comment-13052017 ] Leonardo Uribe commented on MYFACES-3179: - Thanks for the example, it helps a

[jira] [Commented] (MYFACES-2509) @ListenerFor not processed for global system events

2011-06-20 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052022#comment-13052022 ] Leonardo Uribe commented on MYFACES-2509: - spec issue here:

[jira] [Resolved] (MYFACES-3179) Inconsistent behaviour implementing and registering SystemEventListeners for PostAddToViewEvents

2011-06-20 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-3179. - Resolution: Fixed Fix Version/s: 2.1.2 2.0.8

Re: tomahawk 1.1 on apache tomcat 7.0.12 with jsf 2.0

2011-06-20 Thread Leonardo Uribe
Hi It seems something wrong into your custom configuration. See this line: java.lang.IllegalArgumentException: Class org.apache.myfaces.trinidadinternal.application.NavigationHandlerImpl is no javax.faces.application.NavigationHandler It is a symptom that something is not good into your local

Re: UIRepeat offset and size problem

2011-06-20 Thread Leonardo Uribe
Hi It is a bug. Please create an issue here: https://issues.apache.org/jira/browse/MYFACES I have already a patch, so as soon as you create the issue I'll commit it. Later, you can get a nightly build snapshot here:

[jira] [Created] (EXTCDI-203) test compatibility with jboss as v7

2011-06-20 Thread Gerhard Petracek (JIRA)
test compatibility with jboss as v7 --- Key: EXTCDI-203 URL: https://issues.apache.org/jira/browse/EXTCDI-203 Project: MyFaces CODI Issue Type: Task Affects Versions: 0.9.5 Reporter: Gerhard

[jira] [Commented] (EXTCDI-203) test compatibility with jboss as v7

2011-06-20 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/EXTCDI-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052145#comment-13052145 ] Gerhard Petracek commented on EXTCDI-203: - tested: - codi scopes - view configs

[jira] [Resolved] (EXTCDI-203) test compatibility with jboss as v7

2011-06-20 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/EXTCDI-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved EXTCDI-203. - Resolution: Fixed Fix Version/s: 1.0.0 test compatibility with jboss as v7

[core] Firefox 4 - script in XHR executed 2x?

2011-06-20 Thread Martin Koci
Hi, I'm not very familiar with JavaScript, so I ask first if it is bug or not: If script element is in XHR response, who is responsible for execute that script? I found [1] so I suppose that runScripts function does it in MyFaces. With Firefox 4 it seems that script is executed 2x: first time

[jira] [Created] (MYFACES-3180) h:commandButton with image breaks

2011-06-20 Thread Oliver Bayer (JIRA)
h:commandButton with image breaks -- Key: MYFACES-3180 URL: https://issues.apache.org/jira/browse/MYFACES-3180 Project: MyFaces Core Issue Type: Bug Affects Versions: 2.0.8-SNAPSHOT Environment:

Re: [core] Firefox 4 - script in XHR executed 2x?

2011-06-20 Thread Werner Punz
Am 20.06.11 21:18, schrieb Martin Koci: Hi, I'm not very familiar with JavaScript, so I ask first if it is bug or not: Ifscript element is in XHR response, who is responsible for execute that script? I found [1] so I suppose that runScripts function does it in MyFaces. With Firefox 4 it seems

[jira] [Created] (MYFACES-3181) wrong behaviour in combination with javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL

2011-06-20 Thread Gerhard Petracek (JIRA)
wrong behaviour in combination with javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL --- Key: MYFACES-3181 URL:

[jira] [Commented] (MYFACES-3168) Bound attribute values resolve to NULL during PreRenderViewEvent for nested composite components

2011-06-20 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052221#comment-13052221 ] Leonardo Uribe commented on MYFACES-3168: - Thanks for the example provided. It

[jira] [Created] (MYFACES-3182) Composite component default value are not resolved when access without use EL expression

2011-06-20 Thread Leonardo Uribe (JIRA)
Composite component default value are not resolved when access without use EL expression Key: MYFACES-3182 URL: https://issues.apache.org/jira/browse/MYFACES-3182

[jira] [Resolved] (MYFACES-3182) Composite component default value are not resolved when access without use EL expression

2011-06-20 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-3182. - Resolution: Fixed Fix Version/s: 2.1.2 2.0.8 Composite