[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Messages posted by: wocher  XML
Profile for wocher -> Messages posted by wocher [49] Go to Page: 1, 2, 3, 4 Next 
Author Message
Hi,

when a textarea is disabled you cannot mark and copy the value into it.
on disabled textfield you can mark and copy the value.

Greet Wocher
Hi,

we need the javamacros.xml from the classloader.
We have a central project with the CC UI components (like the Wrapper and FixGridListBindings and so on).
This project will be exported as jars to be used by other projects and therefore need their own javamacros.xml which will be included in one of the jars.

Greet Wocher
hi,

on a time field the you enter a value vom 1 to 9 the time is wrong.
e.g. 7 becomes 22:00 or 2 becomes 20 and so on.

Greet Wocher
can i have the status from your check?
Can you reproduce the exception?
Greet,

since the update with the soft close, we are became the folloing exception by logout. Then the user click on logout, all workpages close, then the hibernate session closed. After the session cleanup, we call "httpSession.invalidate();" ->

Code:
2009:09:07 13:36:45:471 | 12     | INFO     | Session destroyed - delegating to session reactors
 2009:09:07 13:36:45:473 | 12     | INFO     | Dispatcher reacts on closed session...
 2009:09:07 13:36:45:475 | 12     | INFO     | Dispatcher reacts on closed session... ...finished.
 2009:09:07 13:37:33:939 | 12     | INFO     | Session created - creating session instance of HttpSessionListenerDelegator
 2009:09:07 13:37:33:943 | 12     | INFO     | Adding dispatcher as session-closed-reactor
 2009:09:07 13:37:52:792 | 12     | INFO     | JSF PHASE ended: INVOKE_APPLICATION 5
 2009:09:07 13:37:58:464 | 12     | INFO     | JSF PHASE starting: RENDER_RESPONSE 6
 07.09.2009 13:38:17 org.apache.catalina.core.ApplicationDispatcher invoke
 SCHWERWIEGEND: Servlet.service() for servlet jsp threw exception
 org.eclnt.jsfserver.util.ClientToBeReloadedException
 	at org.eclnt.jsfserver.elements.BaseComponent.ensureSessionIsValid(BaseComponent.java:971)
 	at org.eclnt.jsfserver.elements.BaseComponent.encodeBegin(BaseComponent.java:293)
 	at javax.faces.webapp.UIComponentTag.encodeBegin(UIComponentTag.java:591)
 	at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:478)
 	at org.apache.jsp.surroundpage_jsp._jspx_meth_t_005fsessioncloser_005f0(surroundpage_jsp.java:270)
 	at org.apache.jsp.surroundpage_jsp._jspx_meth_t_005fbeanprocessing_005f0(surroundpage_jsp.java:225)
 	at org.apache.jsp.surroundpage_jsp._jspx_meth_f_005fsubview_005f0(surroundpage_jsp.java:188)
 	at org.apache.jsp.surroundpage_jsp._jspx_meth_h_005fform_005f0(surroundpage_jsp.java:163)
 	at org.apache.jsp.surroundpage_jsp._jspx_meth_f_005fview_005f0(surroundpage_jsp.java:133)
 	at org.apache.jsp.surroundpage_jsp._jspService(surroundpage_jsp.java:100)
 	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
 	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
 	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
 	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 	at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:630)
 	at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
 	at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
 	at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
 	at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
 	at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)
 	at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
 	at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
 	at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
 	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 	at com.lip.road.frontend.core.filter.LoggingContextFilter.doWithLoggingContext(LoggingContextFilter.java:67)
 	at com.lip.road.frontend.core.filter.LoggingContextFilter.doFilter(LoggingContextFilter.java:38)
 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 	at org.eclnt.jsfserver.util.ThreadingFilter.doFilter(ThreadingFilter.java:192)
 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 	at org.eclnt.jsfserver.util.CompressionFilter.doFilter(CompressionFilter.java:33)
 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
 	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
 	at java.lang.Thread.run(Thread.java:674)
 2009:09:07 13:38:17:498 | 12     | SEVERE   | 
 .......... Stacktrace Info ..........
 org.apache.jasper.JasperException: org.eclnt.jsfserver.util.ClientToBeReloadedException
 	at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:522)
 	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:416)
 	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
 	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 	at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:630)
 	at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
 	at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
 	at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
 	at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
 	at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)
 	at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
 	at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
 	at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
 	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 	at com.lip.road.frontend.core.filter.LoggingContextFilter.doWithLoggingContext(LoggingContextFilter.java:67)
 	at com.lip.road.frontend.core.filter.LoggingContextFilter.doFilter(LoggingContextFilter.java:38)
 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 	at org.eclnt.jsfserver.util.ThreadingFilter.doFilter(ThreadingFilter.java:192)
 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 	at org.eclnt.jsfserver.util.CompressionFilter.doFilter(CompressionFilter.java:33)
 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
 	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
 	at java.lang.Thread.run(Thread.java:674)
 Caused by: org.eclnt.jsfserver.util.ClientToBeReloadedException
 	at org.eclnt.jsfserver.elements.BaseComponent.ensureSessionIsValid(BaseComponent.java:971)
 	at org.eclnt.jsfserver.elements.BaseComponent.encodeBegin(BaseComponent.java:293)
 	at javax.faces.webapp.UIComponentTag.encodeBegin(UIComponentTag.java:591)
 	at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:478)
 	at org.apache.jsp.surroundpage_jsp._jspx_meth_t_005fsessioncloser_005f0(surroundpage_jsp.java:270)
 	at org.apache.jsp.surroundpage_jsp._jspx_meth_t_005fbeanprocessing_005f0(surroundpage_jsp.java:225)
 	at org.apache.jsp.surroundpage_jsp._jspx_meth_f_005fsubview_005f0(surroundpage_jsp.java:188)
 	at org.apache.jsp.surroundpage_jsp._jspx_meth_h_005fform_005f0(surroundpage_jsp.java:163)
 	at org.apache.jsp.surroundpage_jsp._jspx_meth_f_005fview_005f0(surroundpage_jsp.java:133)
 	at org.apache.jsp.surroundpage_jsp._jspService(surroundpage_jsp.java:100)
 	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
 	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
 	... 37 more
 2009:09:07 13:38:17:527 | 12     | INFO     | [47014] - >>>>>>>>>> request to be processed -------------------------------------------
in the workpage "restart workplace" then you press "restart" a server side error came out.
please see the log file.

bug with open and changed values in "Content Lifecycle" the popup with the question, the chances are losts, where missing by pressing the reset button in the workplace above.
a t:fixgrid item has an action listener with Events: Grid...,GridMove,..
but nothing happens on this Method in the class.

the user can chance the sort of the tables columns oder can hide some columns, this chance will be save in the database, so the user make this config once a time.

Greet Rainer
on your demo system
http://www.casabacdemo.com/ccdemos/startdemosall.jnlp

very importan is, you must klick 2x on the grid Text for the search and export menu.
open CaptainCasa Demo Workplace, grids and trees
large output lits.

klick on the grid item to search or export the grid, then click again on the grid item to open the menu again, then the menu nerver close. to close the menu you must restart the application.

Greet Rainer
very spzial thank for this quick reaktion and for the interim package.
tanks for this quick service. So the sprint end can come ;)

Rainer
Hi,

we have a problem in the masks. We have read only mask with disabled fields. Then the user chance to edit mode, the field who have the fokus, will be dont change his status to enabled. The user must leave the field with the focus and focus it again, then the field will be enabled.

Rainer
Greet,

we need the orginal version. Then the field ist disabled the calendar popup also shown, for information which day of the week or the optical information of the position in a month.
Can you add a property who controls this?

Rainer
Only one problem:

ok works with:

<t:sizeablepane id="g_9" height="100%" width="100%" >
<t:row id="g_10" >
<t:foldablepane id="g_11" height="100%" padding="5" rowdistance="5" text="Top" width="100%" >
</t:foldablepane>
</t:row>
</t:sizeablepane>
<t:row id="g_12" >
<t:foldablepane id="g_13" height="100%" padding="5" rowdistance="5" text="Bottom" width="100%" >
</t:foldablepane>
</t:row>
 
Profile for wocher -> Messages posted by wocher [49] Go to Page: 1, 2, 3, 4 Next 
Go to:   
Powered by JForum 2.1.6 © JForum Team