Re: Custom error-page is being ignored (only for certain paths)

2013-07-14 Thread Daniel Reznick
Hi Is there any better way to resolve that rather than writing my own filter with overkill code? Regards, Daniel. On Sun, Jul 7, 2013 at 2:28 PM, Daniel Reznick vedm...@gmail.com wrote: For some reason my error-page error-code404/error-code location/error/error.html

Custom error-page is being ignored (only for certain paths)

2013-07-07 Thread Daniel Reznick
For some reason my error-page error-code404/error-code location/error/error.html/location /error-page which is defined in tomcat\conf\web.xml is being ignored when I'm trying to access the following path WebAppName/javax.faces.resource/anyFileName.jsf I know that its

Re: myfaces slow startup on GAE

2012-05-23 Thread Daniel Reznick
On 22 May 2012 17:07, Daniel Reznick vedm...@gmail.com wrote: Before that, Know that Spring and JSF are known for their SLOW start up time on GAE (I think especially Sping) a short googling can show this , and maybe some tricks to speed it up (but it still

Re: myfaces slow startup on GAE

2012-05-22 Thread Daniel Reznick
Before that, Know that Spring and JSF are known for their SLOW start up time on GAE (I think especially Sping) a short googling can show this , and maybe some tricks to speed it up (but it still will be slow...) On Tue, May 22, 2012 at 5:13 AM, lucio piccoli lu...@asteriski.com wrote: hi guys

Re: h:outputScript is not being loaded when located in ui:include that is initially rendered=false

2012-05-10 Thread Daniel Reznick
Forgot to add that after I click on the show button and the script was supposed to be loaded , it gets loaded if I click F5 / Ctrl + F5 / or hit Enter in the URL of the browser... Thanks again. On Wed, May 9, 2012 at 6:11 PM, Daniel Reznick vedm...@gmail.com wrote: Hi I'm trying to load some

Re: h:outputScript is not being loaded when located in ui:include that is initially rendered=false

2012-05-10 Thread Daniel Reznick
://issues.apache.org/jira/browse/MYFACES, so that the fix will make it into the next release. Werner Am 10.05.12 08:05, schrieb Daniel Reznick: Forgot to add that after I click on the show button and the script was supposed to be loaded , it gets loaded if I click F5 / Ctrl + F5 / or hit Enter

h:outputScript is not being loaded when located in ui:include that is initially rendered=false

2012-05-09 Thread Daniel Reznick
Hi I'm trying to load some heavy js file only after a user have clicked on button so basically when user loads the main page there is a hidden page inside ui:include h:body h:form h:commandButton value=ClickMe action=#{myBean.callme()} f:ajax

Re: c:forEach stopped to work after switching to 2.0.11 , (2.0.5 2.0.8 was working just fine)

2012-01-17 Thread Daniel Reznick
work problamatic with the view tree because they are not an element in that tree. Often using ui:repeat works better. I don't know what is changed between 2.0.8 and 2.0.11. Might be that they now follow the specs better... MAG, Milo van der Zee On Tue, 2012-01-17 at 08:37 +0200, Daniel

Re: c:forEach stopped to work after switching to 2.0.11 , (2.0.5 2.0.8 was working just fine)

2012-01-17 Thread Daniel Reznick
you can have a look at that option to have a variable number of columns. regards Rudy -- Rudy De Busscher http://www.c4j.be On 17 January 2012 09:52, Daniel Reznick vedm...@gmail.com wrote: Here the code snippet 'from time to time' : i mean that when user clicks some radio button i re

Re: c:forEach stopped to work after switching to 2.0.11 , (2.0.5 2.0.8 was working just fine)

2012-01-17 Thread Daniel Reznick
Just for the record, event when i remove the explicit generation of the id attribute, and let the myfaces generate the ids , i get the exact error , but this time the duplicated id that is being shown in the alert message (cause of the development mode set in the web.xml) , the duplicated id is

c:forEach stopped to work after switching to 2.0.11 , (2.0.5 2.0.8 was working just fine)

2012-01-16 Thread Daniel Reznick
Hi Till now I was creating dynamic columns inside a dataTable using the c:forEach , I was assigning unique Ids to each column and from time to time was re-creating the table with different columns with no problem at all I was using the myfaces-api-2.0.5, myfaces-bundle-2.0.5 and the