<?xml version="1.0" encoding="utf-8" ?>




























<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
  <title>OpenCms Forum (Forum: Questions about Programming)</title>
  <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/index"/>
  <modified>2013-05-18T14:42:08+02:00</modified>
  <tagline> ATOM Feed of OpenCms Forum (Forum: Questions about Programming)</tagline>
  <copyright>Copyright by this site owner</copyright>
  <author>
    <name>OpenCms Forum Editor</name>
    <email></email>
  </author>
  <id>http://opencms-forum.de/opencms-forum/rsssummary</id>
  <generator>mvnForum Feed Generator 1.0.2-GA</generator>

  <entry>
    <title>Nothing in left frame in Explorer view - unexpected error</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=2249"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=2249</id>
    <issued>2007-02-15T19:21:07+01:00</issued>
    <modified>2012-03-07T11:00:43+01:00</modified>
    <content>The last change I believe I made before this happened was some changes to an html file. When I go into explorer view there is a Java error box in the left frame that says &quot;An unexpected error happened but no error message was provided. Please check the error details or contact your system administrator.&quot;  I am still able to create new content but I cannot change the folder I am in. The ...</content>
    <author><name>pmarchwiak</name></author>
  </entry>

  <entry>
    <title>List Folders &amp; Files without Permission?</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=2487"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=2487</id>
    <issued>2007-06-17T16:05:14+02:00</issued>
    <modified>2012-03-07T11:00:32+01:00</modified>
    <content>Hi

I'm new to OpenCMS and JSP and I need to get a List of all Folders, Subfolders and Files of a specified Folder. I wrote the Recursive Function listed below that satisfies my needs pretty well. (The Folders and Files are put into a XML-Structure for further processing)

So far I get a List of the Resources the currently logged in User has access-rights to. But is it possible to display all ...</content>
    <author><name>Josh</name></author>
  </entry>

  <entry>
    <title>get names of files in request</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=2441"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=2441</id>
    <issued>2007-05-24T19:43:07+02:00</issued>
    <modified>2012-03-07T11:00:25+01:00</modified>
    <content>Hi all:

I use to retrieve file names from a request as:

//Enumeration files = cms.getRequestContext().getRequest().getFileNames(); 

In opencms 6.2.3 this is not posible since getRequest() is no longer available neither getFileNames() 

ply can anbody share the new approach

TIA

arian</content>
    <author><name>pincho</name></author>
  </entry>

  <entry>
    <title>java classes in OpenCms</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=2060"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=2060</id>
    <issued>2006-11-22T15:16:13+01:00</issued>
    <modified>2012-03-07T09:20:34+01:00</modified>
    <content>Hi,
I want to add a new java class file in OpenCms. Can anyone tell me where am I suppose to add it?

thank you in advance
g.</content>
    <author><name>georgia_k</name></author>
  </entry>

  <entry>
    <title>Java Server Faces (JSF) Integration</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=2068"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=2068</id>
    <issued>2006-11-25T00:36:09+01:00</issued>
    <modified>2012-03-07T09:20:26+01:00</modified>
    <content>Hi all,

did anybody manage to integrate JSF with OpenCMS? 

To test it myself I created a simple &quot;Hello&quot; application that has two JSP files. The first one (inputname.jsp) has a form with an input field. The second one (greeting.jsp) subsequently prints the name entered.

To achieve what I want I created a new OpenCMS-module with this contents:

[code]+ classes
  + net
    + ...</content>
    <author><name>willy</name></author>
  </entry>

  <entry>
    <title>help i use OpenCmsLocale error</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=2504"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=2504</id>
    <issued>2007-06-26T10:50:12+02:00</issued>
    <modified>2012-03-07T09:19:49+01:00</modified>
    <content>i define the xsd file :

//---------------------xsd file----------------------------------------
&lt;xsd:schema xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; elementFormDefault=&quot;qualified&quot;&gt;
	&lt;xsd:include schemaLocation=&quot;opencms://opencms-xmlcontent.xsd&quot;/&gt;
	&lt;xsd:element name=&quot;Dogs&quot; type=&quot;OpenCmsDogs&quot;/&gt;
	&lt;xsd:complexType ...</content>
    <author><name>jyhcyd</name></author>
  </entry>

  <entry>
    <title>Unable to sort with collector.priority</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=2252"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=2252</id>
    <issued>2007-02-16T15:23:57+01:00</issued>
    <modified>2012-03-07T09:18:04+01:00</modified>
    <content>Hello,

I am very angry because I spent a lot of time trying to sort a list of documents.

I created a jsp with the property collector.priority set to &quot;Month&quot;, which is the XML field I want to use for sorting my document list.

Here is the jsp:

&lt;%@ page session=&quot;false&quot; %&gt;
&lt;%@ taglib prefix=&quot;cms&quot; uri=&quot;http://www.opencms.org/taglib/cms&quot; ...</content>
    <author><name>jim20100</name></author>
  </entry>

  <entry>
    <title>Forward from external servlet to an opencms jsp</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=2328"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=2328</id>
    <issued>2007-04-05T09:59:36+02:00</issued>
    <modified>2012-03-07T09:17:11+01:00</modified>
    <content>Hi,

I'm having a problem integrating external packages of mine from another java application with opencms.
I've created a .jar file with the classes of my packages, included it in opencms, and so, everytime I want to use them, I include that packages in mey jsp's. The problem is that when I access that classes (external to opencms) and I try to forward to a new jsp in opencms I have this ...</content>
    <author><name>bolinhu</name></author>
  </entry>

  <entry>
    <title>DataSource</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=2044"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=2044</id>
    <issued>2006-11-15T16:27:25+01:00</issued>
    <modified>2012-02-04T07:26:50+01:00</modified>
    <content>Hi,
I am trying to make a confi file for a module, in which I want to include de datasource to get a connection. I am looking where itÂ´s configured but I canÂ´t find it. In OpenCms 5.0 you had a opencms.xml where you wrote the datasource name, where is it configurated now? 
I found at the opencms.properties a connection pool, but itÂ´s name is opencms:default. Am I suppose to get the ...</content>
    <author><name>Alejandro</name></author>
  </entry>

  <entry>
    <title>import on MAC</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=4310"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=4310</id>
    <issued>2011-10-13T22:24:45+02:00</issued>
    <modified>2011-12-13T10:01:41+01:00</modified>
    <content>When i try to import using wizard in MAC book, it is not allowing me to pick the .zip file and when the folder path is mentioned it says 

The following errors occurred when validating the form:
 
 
The input directory &quot;/Users/user1/Documents/site1/seasonal/10-31-11/&quot; was not found. 

It works fine in Windows 7.

Please let me know if i need to do anything different.

Thanks</content>
    <author><name>opencmsid</name></author>
  </entry>

  <entry>
    <title>Problems with CmsJspTagContentLoad in Plain Java</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=2910"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=2910</id>
    <issued>2008-01-21T18:28:34+01:00</issued>
    <modified>2011-12-13T10:01:12+01:00</modified>
    <content>hi,

    I've developed a newsletter package for my webapp based on opencms... that works fine using the serach engine... the problem is that the search doesn't return all the content available... I changed to CmsJspTagContentLoad but I've getting NPE no matter what I do.

That's the code:

package br.com.armtec.newsletter;


import java.util.ArrayList;
import java.util.Collection;
...</content>
    <author><name>Daniel.fidalgo</name></author>
  </entry>

  <entry>
    <title>How to login to existing OpenCMS application via Java app</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=2739"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=2739</id>
    <issued>2007-10-19T17:02:11+02:00</issued>
    <modified>2011-12-13T10:00:35+01:00</modified>
    <content>Hey all,

Does anyone know of a way to login to an existing OpenCMS application from a java application outside OpenCMS?  

I don't want a webapp or anything crazy.  Just your run of the mill &quot;hello world&quot; type java app that will essentially get me into the system and then accesses resources in the future.  Right now, just making baby steps and trying to get logged in.

Any help ...</content>
    <author><name>plethera1</name></author>
  </entry>

  <entry>
    <title>Meta Tag problem</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=3672"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=3672</id>
    <issued>2009-08-19T16:08:00+02:00</issued>
    <modified>2011-12-03T08:48:39+01:00</modified>
    <content>for some reason when i edit a file and enter the summary and add double quotes (&quot;) or even a comma (,) when this summary gets put into the meta description tag it replaces the double quotes and comma with the word amp. why is that happening and how can i fix that?</content>
    <author><name>mora</name></author>
  </entry>

  <entry>
    <title>Question about uploading file in firefox 3.0 or higher</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=3975"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=3975</id>
    <issued>2010-07-15T10:49:10+02:00</issued>
    <modified>2010-07-18T14:47:37+02:00</modified>
    <content>Hi, I'm trying to upload a file to the server and it works fine in IE but not in Firefox. The problem is that when a form is submitted, Firefox assigns only the name to the form's file variable and I need the entire directory to upload the file. So when I try to submit a file like &quot;C:\Folder\hello.doc&quot;, the variable only receives &quot;hello.doc&quot; instead of the whole directory. My ...</content>
    <author><name>bguntoor</name></author>
  </entry>

  <entry>
    <title>how to change html template for photo gallery with opencms 7</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=3822"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=3822</id>
    <issued>2010-03-16T16:54:52+01:00</issued>
    <modified>2010-03-16T16:54:52+01:00</modified>
    <content>Hi all, how can I change the html code for photo gallery with opencms 7?
I use this instruction

&lt;div class=&quot;element&quot;&gt;&lt;%= cms.displayAlbum() %&gt;&lt;/div&gt;

But the code into the div (&lt;div class=&quot;element&quot;&gt;) is owner of opencms and i want to change this code for my templates.

But I can't retrive where to change it.

Thanks a lot
Alessandro</content>
    <author><name>picchiri</name></author>
  </entry>

</feed>

