Re: New Screen css layoutSettings issue

2016-02-29 Thread hoboy2
Hi Deepack Here is my controller. http://www.w3.org/2001/XMLSchema-instance; xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/site-conf.xsd;> Where is the web-app located ? Thanks in advance -- View this message in context:

Re: New Screen css layoutSettings issue

2016-02-29 Thread Deepak Dixit
Hi hoboy2, Could you please share your controller request as well as web-app definition? https://cwiki.apache.org/confluence/x/cQFk Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com On Mon, Feb 29, 2016 at 5:47 PM, hoboy2 wrote: > Thanks very much in advance for

[MARKETING]: Potential Youtube Video for Downloading and Buidling OFBiz for Linu

2016-02-29 Thread Sharan-F
Hi All I've had a go at creating a video for our OFBiz Youtube Channel and have included a link on our wiki page to it. It's just a simple video for downloading and building OFBiz for Linux. https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Youtube+Channel It would be good if someone else

Re: New Screen css layoutSettings issue

2016-02-29 Thread hoboy2
Thanks very much in advance for any helps. I have followed your advice, still have the problem. The situation is that I have received an html file called index.html that I have renamed to index.ftl I am trying to create a screen.xml using the index.html renamed to index.ftl

Re: OFBiz trunk + Apache DBCP2 + MySQL connectivity issues

2016-02-29 Thread Vyom Jain
Thanks, shouldn't this be committed in SVN then? -- Vyom On 29 February 2016 at 14:51, Scott Gray wrote: > Actually yes, I have encountered this. I fixed it with the following > class, which you would then use in the DBCPConnectionFactory class in place > of the

Re: New Screen css layoutSettings issue

2016-02-29 Thread hoboy2
Tks very much julien. -- View this message in context: http://ofbiz.135035.n4.nabble.com/New-Screen-css-layoutSettings-issue-tp4677488p4677546.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: New Screen css layoutSettings issue

2016-02-29 Thread Julien NICOLAS
Hi hoboy2, in your component, it's better to use the usually used folder /osafe/webapp/osafe/image for your public files. you have to check if your component configuration contained in the /osafe/webapp/osafe/WEB-INF/web.xml is as follow (in bold) : ContextFilter

Re: New Screen css layoutSettings issue

2016-02-29 Thread hoboy2
Hi >Julien wrote:Are they contained in a theme component or in a hotdeploy component ? They are contained in the hotdeploy. This is the path in the hotdeploy in the folder: /hot-deploy/osafe/webapp/osafe/common/test/css/cssbootstrap.min.css This is how I refert to it in the screen.xml But

Re: OFBiz trunk + Apache DBCP2 + MySQL connectivity issues

2016-02-29 Thread Scott Gray
Actually yes, I have encountered this. I fixed it with the following class, which you would then use in the DBCPConnectionFactory class in place of the PoolableManagedConnectionFactory. /** * An extension to the DBCP2 PoolableManagedConnectionFactory that ensures that * PoolableConnections