[jboss-user] [Beginners Corner] - ExtendedDatatable reRender : tableState property not called

2008-12-18 Thread nfeybesse
Issue : RF-5041 is marked RESOLVED : https://jira.jboss.org/jira/browse/RF-5041 But I still have a problem with tableState property : When extendeddatatable is Rerendered in ajax requests, tableState property is not called, even datamodel has changed or columns number has changed. I can't use

[jboss-user] [Beginners Corner] - Re: Persist rich extendeddatatable state

2008-12-10 Thread nfeybesse
The problem is only with ajax requests when extendeddatatable is rerendered. tableState attribute is not called :(. NF View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195657#4195657 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Persist rich extendeddatatable state

2008-12-08 Thread nfeybesse
Hi priestex There isn't any problem to save the state of the table with the tableState property. But when extendedtable is rerendered, I have a problem : the tableState isn't refreshed and isn't reloaded. Look at this : https://jira.jboss.org/jira/browse/RF-5041 Could you vote for the issue

[jboss-user] [Beginners Corner] - Re: Persist rich extendeddatatable state

2008-12-08 Thread nfeybesse
anonymous wrote : extendedTable ...tableState=#{bean.state} | | | | BackBean : anonymous wrote : | public String getState() { | return state; | } | | public void setState(String state){ | this.state=state; | } | View the

[jboss-user] [JBoss Seam] - Re: RichFaces and login-required=

2007-11-12 Thread nfeybesse
I have the same problem with a redirect in page action method : I loose the CSS of all my simpleTogglePanels... Pages.xml : page view-id=/templates/template.xhtml | action=#{genericSystemAction.genericAction} | Application | /page

[jboss-user] [JBoss Seam] - Re: I stucked:CVS 07072007:IllegalStateException at startup

2007-07-10 Thread nfeybesse
I have a similar problem with an inexistant EventContext when destroy annoted method is called on a bean with Apllication scope. I have changed the code in org.jboss.seam.web.Parameter : public MapString, String[] getRequestParameters() |{ | ServletRequest servletRequest =

[jboss-user] [JBoss Seam] - Re: h:commandButton and h:commandLink don't delegate convers

2007-02-14 Thread nfeybesse
I think there is still a bug with h:selectmanycheckbox within h:form enctype=multipart/form-data despite http://jira.jboss.org/jira/browse/JBSEAM-706 JBoss 4.0.5 / JSF 1.2 / Seam 1.1.6 Here is an example showing the bug and working without enctype=mulipart/form-data | !DOCTYPE html

[jboss-user] [JBoss Seam] - Re: h:commandButton and h:commandLink don't delegate convers

2007-01-28 Thread nfeybesse
Gavin, I am not sure but I believe I have still the problem with JSF 1.2 in nested conversations... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4007390#4007390 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4007390

[jboss-user] [JBoss Seam] - Re: h:commandButton and h:commandLink don't delegate convers

2007-01-28 Thread nfeybesse
Gavin, My problem was with JSF1.2 and form enctype=multipart/form-data wich seems to transmit incorrectly input datas if there isn't a file input component. No problem with Myfaces. Best Regards View the original post :