<?xml version="1.0" encoding="ISO-8859-1" ?>

<rss version='0.91'><channel><language>en</language><copyright>(c) 2004 SCC-Informationssysteme GmbH</copyright><image><title><![CDATA[Common Controls Forum]]></title><url>http://www.common-controls.com/bbs/images/logos/rss_logo.gif</url><link>http://www.common-controls.com/bbs</link></image><title><![CDATA[Common-Controls Forums]]></title><description><![CDATA[Common Controls Support Forum]]></description><item><title><![CDATA[Exception during http session serialization]]></title><link>http://www.common-controls.com/bbs/article.do?o=A6992</link><description><![CDATA[Hi, I'm using common-controls-1.6. During session serialization I'm getting this error.<br> <br>java.io.NotSerializableException: com.cc.framework.ui.control.ControlButton.<br><br><br>I saw your few reply, according to you trial version don't support serialization. How to make sure that its trial version?<br>Will you pls provide me the version which support serialization.<br><br>Thanks<br>Ramesh<br>]]></description></item><item><title><![CDATA[RE: SwapSelect NumberFormatException]]></title><link>http://www.common-controls.com/bbs/article.do?o=A6991</link><description><![CDATA[Hello, is the problem fixed? I am facing the same problem with version1.6.020. The exception occurs at a level (ControlActionDef.mapActualParameter) where debugging is not possible (no source code license). Here, the stacktrace:<br>ERROR  [17.11.2011 15:17:48]  (StandardWrapperValve.java:250) - Servlet.service() for servlet action threw exception<br>java.lang.NumberFormatException: For input string: &quot;&quot;<br>	at java.lang.NumberFormatException.forInputString(Unknown Source)<br>	at java.lang.Integer.parseInt(Unknown Source)<br>	at java.lang.Integer.&lt;init&gt;(Unknown Source)<br>	at com.cc.framework.ui.control.ControlActionDef.mapActualParameter(ControlActionDef.java:609)<br>	at com.cc.framework.adapter.struts.ActionUtil.handleControlAction(ActionUtil.java:254)<br>	at com.cc.framework.adapter.struts.FWAction.handleControlAction(FWAction.java:125)<br>	at com.cc.framework.adapter.struts.ActionUtil.execute(ActionUtil.java:630)<br>	at com.cc.framework.adapter.struts.FWAction.execute(FWAction.java:268)<br>	at com.cc.framework.adapter.struts.FWAction.execute(FWAction.java:298)<br>	at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)<br>	at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)<br>	at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)<br>	at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)<br>	at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)<br>	at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)<br>	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)<br>	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)<br>	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)<br>	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)<br>	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)<br>	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)<br>	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)<br>	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)<br>	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)<br>	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)<br>	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)<br>	at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)<br>	at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)<br>	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)<br>	at java.lang.Thread.run(Unknown Source)<br>]]></description></item><item><title><![CDATA[Birt]]></title><link>http://www.common-controls.com/bbs/article.do?o=A6990</link><description><![CDATA[Hallo,<br><br>wie kann man von einer Action aus eine Birt Report aufrufen. Weiss das vielleicht jemand.<br><br>Danke]]></description></item><item><title><![CDATA[Date Picker not working in Cisco ASA SSL VPN]]></title><link>http://www.common-controls.com/bbs/article.do?o=A6989</link><description><![CDATA[Hi,<br><br>We purchased a solution which uses your Date Picker. However, our users go through a Cisco SSL VPN. We have noticed that without the VPN (direct browser connection) the Date Picker works fine. However, through the VPN, clicking on on the calendar icon brings up the calendar, but clickon on individual dates does not populate the date field. Also, once you move the mouse off the calendar, it does not close.<br><br>The problem seems to be because the SSL VPN connection re-writes some urls.<br><br>Do you have any experience of your users working with SSL VPNS (of any make, but especially Cisco ASA)? Any ideas on how we can resolve this?<br><br>Thanks, and regards,<br>Javan.]]></description></item><item><title><![CDATA[tabset in cc V1.7.050]]></title><link>http://www.common-controls.com/bbs/article.do?o=A6988</link><description><![CDATA[I have a problem with ctrl:tabset since V1.7.050. <br>On many pages with tabset I get a javascript error when loading the page. <br> <br>Zeile 477<br>'null' ist Null oder kein Objekt<br> <br>I get the error message only with ie but not with firefox. Nevertheless when I use firefox the firebug <br>says 'div is null' and this refers to line 477 in tabset.js from cc 1.7.<br> <br>I use ctrl:tabset without 'ajax' and with 'runAt=client'. When I use it with 'runAt=server' <br>everything works fine. Maybe by accident... I don't know if it has anything to do with runAt.<br><br>As a workaround I put the lines 477-483 in &quot;if (div != null)&quot; and now it works but I don't think that it's <br>a good idea. It would be better if div were not null.<br><br>Can you help me?<br>]]></description></item><item><title><![CDATA[RE: RE: RE: RE: RE: Calendar and accents]]></title><link>http://www.common-controls.com/bbs/article.do?o=A6987</link><description><![CDATA[Hi,<br><br>since which Version was the bug resolved?<br>I'm using Common Controls Version 1.6.023.<br><br>If the Locale is de_DE the common controls will take the texts from the file FrameworkResources_de.properties and not from the file calendar_res.js. The texts like M\u00e4rz will decoded to M&amp;auml;rz. <br>Than the text will commited to the javaScript and now M&amp;auml;rz was changed/decoded to M&amp;amp;&amp;auml;rz -&gt; expected was M&amp;auml;rz.<br><br>How can i stop the secound decoding?<br><br>Thanks,<br>JG]]></description></item><item><title><![CDATA[RE: RE: Scrolling in ctrl:list tag]]></title><link>http://www.common-controls.com/bbs/article.do?o=A6986</link><description><![CDATA[stuck again, why common controls looks so fragile. I am having kind of same problem with ctrl:list. I am using latest common control (licensed version) for my project.<br>I am using a ctrl.list to display table with the 200 rows with vertical scrolling (with scrollHeight and minRows attribute), <br>the problem is with the alignment of the header and the column below it. table headers don't aliogn properly with the column below.<br>Any reason why the alignment is not correct, am I missing something, or just common controls dosen't support vertical scrolling list.<br>Any help is much appreciated <br><br>  ]]></description></item><item><title><![CDATA[RE: RE: columnhtml not working at all]]></title><link>http://www.common-controls.com/bbs/article.do?o=A6985</link><description><![CDATA[Hi,<br><br>We are trying to migrate our project from old version to latest version no. 1.7.050, all seems all right except<br>the ctr.columntext component stopped working and not showing anything (title, data). We tried several combination <br>without any luck. Can I ask you to please give me an idea about things possibly I am doing wrong. Below is the code<br>that I am currently using  <br><br>&lt;ctrl:list id=&quot;messages&quot; property=&quot;messages&quot; runat=&quot;client&quot;<br>                                         rows=&quot;99&quot; refreshButton=&quot;false&quot; width=&quot;100%&quot; minRows=&quot;6&quot;<br>                                         action=&quot;/dashboard&quot; noframe=&quot;false&quot;&gt;                                                 <br>                                        &lt;ctrl:columntext title=&quot;Message&quot; property=&quot;messageLtext&quot; width=&quot;70%&quot;/&gt;<br>                                        &lt;ctrl:columntext title=&quot;Severity&quot; property=&quot;priorityCode&quot; width=&quot;10%&quot;/&gt;<br>                                        &lt;ctrl:columntext title=&quot;Date Time&quot; property=&quot;raisedDtime&quot; width=&quot;20%&quot;/&gt;        <br>          &lt;/ctrl:list&gt;  <br><br>Any help is much appreciated<br><br>Regards,<br>Ani <br><span class='emph'>[/emp][code][/code][b][/b][u][/u]</span>]]></description></item><item><title><![CDATA[columnheader issue - style colour]]></title><link>http://www.common-controls.com/bbs/article.do?o=A6984</link><description><![CDATA[Hello all,<br><br>There appears to be a issue with ctrl:columnheader in the context of the code below. If a colour style is<br>added to the ctrl:columnheader (to set the column header text to red, as is the case below), this _only_ works if the<br>sortable=&quot;true&quot; is removed from the ctrl:columndrilldown. So, just removing the sortable=&quot;true&quot; below _does_ allow the column<br>header title to be red, but leaving sortable=&quot;true&quot; in (it's needed) results in the column header colour not changing from<br>it's default at all.<br><br>Could you please advise, is there perhaps a workaround or fix? Thank you.<br><br>&lt;ctrl:list<br>   title=&quot;&lt;...&gt;&quot;<br>   name=&quot;&lt;...&gt;&quot;<br>   property=&quot;&lt;...&gt;&quot;<br>   refreshButton=&quot;&lt;...&gt;&quot;<br>   createButton=&quot;&lt;...&gt;&quot;<br>   formElement=&quot;&lt;...&gt;&quot;<br>   width=&quot;&lt;...&gt;&quot;<br>   height=&quot;&lt;...&gt;&quot;<br>   noframe=&quot;&lt;...&gt;&quot;<br>   emptyText=&quot;&lt;...&gt;&quot;<br>   pageButtons=&quot;&lt;...&gt;&quot;<br>   scrollHeight=&quot;&lt;...&gt;&quot;<br>   &gt;<br>   ...<br>   <br>	&lt;ctrl:columndrilldown width=&quot;50&quot; sortable=&quot;true&quot; property=&quot;&lt;...&gt;&quot; linkName=&quot;&lt;...&gt;&quot; &gt;<br>		&lt;ctrl:columnheader title=&quot;&lt;...&gt;&quot; align=&quot;&lt;...&gt;&quot; style=&quot;color:red;&quot; /&gt;<br>	&lt;/ctrl:columndrilldown&gt;]]></description></item><item><title><![CDATA[IE-7 Compatibility for Common Controls Framework]]></title><link>http://www.common-controls.com/bbs/article.do?o=A6983</link><description><![CDATA[I want to use this framework for one of my projects. <br>Can any one please let me know whether this framework supports IE-7 and other browsers like Mozilla, Google Chrome?]]></description></item><item><title><![CDATA[Space in front of FormElementTextTag label]]></title><link>http://www.common-controls.com/bbs/article.do?o=A6982</link><description><![CDATA[I use FormElementTextTag.setLabel to set label(a $ sign) of the tag. When the html is generated, it add a space in front of the label. The html code is:<br><br>&lt;td class='fe'&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='fl'&gt;$&lt;/td&gt;&lt;td class='fd'&gt;<br><br><br>My question is, how can I remove this space?<br><br><br>Thanks!]]></description></item><item><title><![CDATA[RE: <ctrl:columnTree> tooltip]]></title><link>http://www.common-controls.com/bbs/article.do?o=A6981</link><description><![CDATA[This is my solution for the same problem:<br><br>&lt;ctrl:columntree property=&quot;titel&quot; tooltip=&quot;@{bean.tooltip}&quot; /&gt;]]></description></item><item><title><![CDATA[RE: RE: <ctrl:columnTree> tooltipProperty]]></title><link>http://www.common-controls.com/bbs/article.do?o=A6980</link><description><![CDATA[Is there a bugfix for this problem in version 1.6 by now?]]></description></item><item><title><![CDATA[Cant see the com.cc.sampleapp package]]></title><link>http://www.common-controls.com/bbs/article.do?o=A6979</link><description><![CDATA[hi where I m can get<br>the package com.cc.sampleapp<br>for your exemple or tutorial<br>thank]]></description></item><item><title><![CDATA[[http-8080-2] WARN  ListTag - No painter for Tag com.cc.framework.taglib.controls.ListTag]]></title><link>http://www.common-controls.com/bbs/article.do?o=A6978</link><description><![CDATA[I try to use ctrl:list tag in my jsp but I got this error:<br>[http-8080-2] WARN  ListTag - No painter for Tag com.cc.framework.taglib.controls.ListTag<br><br>Can anyone help me?]]></description></item></channel></rss>
