I have a calendar, editor, fileUpload and a dataTable primefaces controls on a jsf facelet.
Code is as follows,
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<ui:composition xmlns:ui="http://java.sun.com/jsf/facelets"
...
|
Im sure why, but my viewscoped-bean doesnt get persisted when redisplaying the same page. Im wondering if this is because of the use of facelet templates ?
Here's what i did to ... |
Hi Cagatay, I'm noticing a problem with using lazy loading on a data table when the bean backing the table is viewscoped. (This is probably the same issue reported here: viewtopic.php?f=3&t=1241&start=0 ... |
|
07 Jul 2011, 18:00 by Ryland @ViewScoped with multiple forms My page is broken up into 3 sections using templating and there are multiple form's between the sections. My ViewScoped bean ... |
|
p:filedownload from p:datatable with ViewScoped managed bean wont work. It calls the methods prepareFile and getFile twice. In first call of the methods I mentioned it sets the first file from ... |
|
Hello, maybe i don't understand thwe @ViewScoped well, but i think its strange, when my managed bean is again instantiated, when h:commandButton , or p:commandButton is clicked and just a method ... |
13 May 2010, 10:28 by svkap rating component + ViewScoped bean + primefaces 1.01 Hi. I am using primefaces 1.01/02 and RichFaces 3.3.3. For my application I am using JSF 2 ... |
Executing locally /prime-showcase/ui/datatableLazy.jsf of primefaces showcase, the @PreDistroy method is invoked in all ajax requests. I add two methods: init and destroy, and put a systrace in contructor: Code: ... |
Hello. I've found that this element is working only in view scope...In session scope it is not working (you cant add your own event like in show case). Also.. I've found, ... |
Hi I'm having some problems when using the p:schedule component coupled with a ViewScoped managed bean, each time an event is selected the appropriate method is called but "getScheduleEvent()" returns always ... |
Hi, I'm trying to display dynamic content from my database using the StreamContent API, but is only displayed on my view when my controller(mb) is set to SessionScoped. When set to ... |
>> << devendra_kailas Posts: 7 Joined: 15 Jul 2010, 10:39 15 Jul 2010, 11:05 by devendra_kailas @ViewScoped Managed bean loads many times during postback Hi, I have a calendar, editor, fileUpload ... |
>> << derek Posts: 54 Joined: 24 Aug 2010, 00:56 Location: Canada 24 Aug 2010, 01:06 by derek ViewScoped / ConversationScoped problem with datatable primefaces version: 2.2 M1 server: glassfish v3 ... |
I upgraded my test application with primefaces 2.2.M1, but the "ViewScopeds ManagedBeans" pass by the constructor to all requests (ajax or non-ajax). Someone is going through the same problem? I use ... |
|
Advanced search FAQ Register Login PrimeFaces Forum Board index Community PrimeFaces Core Print view Next topic | Previous topic | NotSerializableException exception thrown using ViewScoped ... |
15 Dec 2010, 18:58 by bumble.bee Lazy Loadin' with remoteCommand; ViewScoped doesn't Work! I'd like to use the remoteCommand component to lazy load content on my page (the content is not ... |
I think a saw a presentation of Cagatay telling that he ported JSF ViewScoped to CDI? Its true? I am interested in that, because the CDI @ViewScoped implementation from JBoss is ... |