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 Werner Punz
Hi, this looks like a bug to me, can you file a bugreport with an example on https://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

t:inputCalender text box readonly

2012-05-10 Thread supriyab16
In t:inputCalender tag ,which property should i use to disable text box of this tag.Means user should not allowed to enter any key or should not allow to edit date.User should select a date from pop-up only.Please suggest any property. -- View this message in context:

[CODI] ViewAccessScoped beans without windowId in URL

2012-05-10 Thread Pavel Arnošt
Hi, I already read documentation in the wiki and several old posts, but I don't still get it - is it possible to use ViewAccessScoped beans without windowId in URL? When I disable WindowContextConfig#isUrlParameterSupported, windowId is gone but AJAX calls now creates new bean instances on

Re: [CODI] ViewAccessScoped beans without windowId in URL

2012-05-10 Thread Rafael Pestano
Hi Pavel, WindowContextConfig#isUrlParameterSupported should be enough, does serverside demo  work for you?  http://people.apache.org/~gpetracek/myfaces/codi/demos/serverside_demo_jsf12.zip keep in mind that the bean will not survive to a redirect. I hope it helps.  Att, Rafael M. Pestano

Re: [CODI] ViewAccessScoped beans without windowId in URL

2012-05-10 Thread Mark Struberg
Hi folks! We've done some intense testing and I really suggest to use the windowId url parameter and also to use the ClientSideWindowhandler with the windowhandler.js and windowhandler.html stuff. If you have customers/users which are used to open multiple browser tabs, then this is the only

Re[2]: [CODI] ViewAccessScoped beans without windowId in URL

2012-05-10 Thread Pavel Arnošt
Hi all, first, I apologize for double post, it looks like that Nabble gateway does not work very well, it nagged me with could not deliver messages and even now your messages are not available at Nabble (http://old.nabble.com/MyFaces---Users-f181.html). Thanks for all your replies.

Re: Switch state saving method per page

2012-05-10 Thread Leonardo Uribe
Hi In theory there are two modes: client side and server side, but in theory it is also possible to create modes that combines both strategies or new ones. For example, just use client side for some small views and use server side for other ones, or force in some use cases to use server side

Re: commandlink not working in panelgrid

2012-05-10 Thread Mike Kienenberger
This is one of the basic concepts that you learn as you work with JSF -- for a UICommand component to perform its action, it must be rendered on the initial view, and it must also be rendered on the view created to process the submit. So whatever condition you use for rendered must involve

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

2012-05-10 Thread Daniel Reznick
Ok , Thanks Opened... https://issues.apache.org/jira/browse/MYFACES-3546 On Thu, May 10, 2012 at 11:15 AM, Werner Punz werner.p...@gmail.com wrote: Hi, this looks like a bug to me, can you file a bugreport with an example on