[opencms-dev] Re: Include file html in JSP problem in Opencms6.0 alpha 1 and alph a2

cdg3472 kosol.t at g-able.com
Wed Oct 27 14:14:52 CEST 2004


Dear all
    Problem about include file HTML in JSP is still in alpha2 release.
my question is
- where i can download source code of opencms 6.

and Thanks alot for  every suggestion about Thai and Chinese language.
I move to use Opencms6 instead Opencms5  ,but i meet some Bugs ( coz in 
opencms5
include file html is work) when in clude page HTML in JSP as I had posted.
I thinks Hans have same problem with me.

Best regards,
Tar
---------------------------------

Kosol Tuanveeradej
kosol.t at g-able.com




opencms-dev-request at opencms.org wrote:

>Send opencms-dev mailing list submissions to
>	opencms-dev at opencms.org
>
>To subscribe or unsubscribe via the World Wide Web, visit
>	http://lists.opencms.org/mailman/listinfo/opencms-dev
>or, via email, send a message with subject or body 'help' to
>	opencms-dev-request at opencms.org
>
>You can reach the person managing the list at
>	opencms-dev-owner at opencms.org
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of opencms-dev digest..."
>
>
>Today's Topics:
>
>   1. Include file html in JSP problem in Opencms6.0 alpha (cdg3472)
>   2. OpenCms 6.0 Alpha-1 - status of CmsJspTagContentItem
>      (Mike Bachrynowski)
>   3. Re: Two Body Elements under Opencms6 Alpha (Thomas Maerz)
>   4. OpenCMS 5.0.1 is not responding (Schmidt, Helmut)
>   5. Re: Two Body Elements under Opencms6 Alpha (Joachim Arrasz)
>   6. RE: OpenCMS 5.0.1 is not responding (Markus Strickler)
>   7. opencms and mysql (Cherif)
>   8. Re: Two Body Elements under Opencms6 Alpha (Thomas Maerz)
>   9. Re: Two Body Elements under Opencms6 Alpha (Sebastian Himberger)
>  10. Inclusion loop error while working on HowTo's (Marc Davenport)
>  11. Re: Urgent Opencms hangs Oracle 9IAS 9.0.3 (Farnaz Fotrousi)
>  12. Version 6, class names (Jonathan)
>  13. RE: Two Body Elements under Opencms6 Alpha (Alexander Kandzior)
>  14. Re: Two Body Elements under Opencms6 Alpha (Sebastian Himberger)
>  15. Re: Two Body Elements under Opencms6 Alpha (Sebastian Himberger)
>  16. Re: Two Body Elements under Opencms6 Alpha (Joachim Arrasz)
>  17. Re: Version 6, class names (Joachim Arrasz)
>  18. OpenCms 6.0 alpha 2 released (Alexander Kandzior)
>  19. Re: OpenCms 6.0 alpha 2 released (Daniel Wiesner)
>  20. Re: Installation struggle (Ivan Garcia Sainz-Aja)
>  21. alpha2 install problem (Andy Kriger)
>  22. metadata in open cms (Eric Hein)
>  23. RE: metadata in open cms (Olli Aro)
>  24. Re: OpenCms 6.0 alpha 2 released (Joachim Arrasz)
>  25. Re: Urgent Opencms hangs Oracle 9IAS 9.0.3 (Dariush)
>  26. RE: Include file html in JSP problem in Opencms6.0 alpha
>      (Hans van der Linden)
>  27. Including HTML Element into OCMS6 JSP (Joachim Arrasz)
>  28. RE: Including HTML Element into OCMS6 JSP (Alexander Kandzior)
>  29. Re: Including HTML Element into OCMS6 JSP (Joachim Arrasz)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Tue, 26 Oct 2004 18:57:51 +0700
>From: cdg3472 <kosol.t at g-able.com>
>Subject: [opencms-dev] Include file html in JSP problem in Opencms6.0
>	alpha
>To: opencms-dev at opencms.org
>Message-ID: <417E3BBF.9020508 at g-able.com>
>Content-Type: text/plain; charset=windows-874; format=flowed
>
>Dear All
>    I have some problem in Including HTML file in JSP.  When i use JSP 
>scriptlet
>   
>    <% cms.include("boardtitle.html"); %>
>
>to include "boardtitle.html" in my JSP page the part (in 
>boardtitle.html) not show
>but when i use
>
>    <% cms.include(template,"head"); %>
>
>the included part display properly.
>in opencms5 this including is work but I have problem with Thai and 
>Chinese language.
>When i move to opencms6 language problem is gone, but got include HTML 
>problem
>my question is
>
>-   in opencms6 how we can include HTML page in jsp (Scriptlet)?
>-   I know that there have some change in opencms6 package was changed some.
>    Is there have some API document of opencms ?
>
>
>Thank for advandce
>Kosol
>
>
>
>Kosol Tuanveeradej
>kosol.t at g-able.com
>
>
>------------------------------
>
>Message: 2
>Date: Tue, 26 Oct 2004 13:09:02 +0100
>From: "Mike Bachrynowski" <mikeb at tableau.co.uk>
>Subject: [opencms-dev] OpenCms 6.0 Alpha-1 - status of
>	CmsJspTagContentItem
>To: "The OpenCms mailing list" <opencms-dev at opencms.org>
>Message-ID: <58434C5CD38056429BEAB71E1A2AA93422E859 at sbs.tableau.co.uk>
>Content-Type: text/plain;	charset="us-ascii"
>
>Hi
>
>I installed the opencms_6.0_alpha_1.zip distribution (this contains
>CmsJspTagContentItem and the tag contentitem).  I am testing the
>xmlcontent approach.  I am using Docbook XML fragments and have set up a
>opencms Schema to process my Docbook fragments.  I can edit, store and
>publish the fragments.   Very impressed.  Now I would like to view the
>results in a jsp page (as in the xmlpage approach)....and then use the
>OpenCMS module / template approach similar to that used with xmlpage
>content.  
>
>CVS checkout of the complete OpenCms source code no longer includes the
>source for the CmsJspTagContentItem class. The class is replaced by 4
>new classes.
>- org.cms.jsp.CmsjspTagContentCheck
>- org.cms.jsp.CmsjspTagContentLoad
>- org.cms.jsp.CmsjspTagContentLoop
>- org.cms.jsp.CmsjspTagContentShow
>
>The cvs / javadoc documentation defines 4 new cms tags in the taglib
><cms:contentcheck ... />
><cms:contentload ... />
><cms:contentloop ... />
><cms:contentshow ... />
>
>My questions.
>1. Is CmsJspTagContentItem no longer to be used?
>2. When will opencms_6.0_alpha_x.zip be available to replace
>opencms_6.0_alpha_1.zip with a version that has the four above classes
>and the new taglib?
>3. In the meantime should I compile the current cvs version and run with
>that? 
>4. Any chance of JSP code snippet examples that shows how the developers
>expect the new tags to be used to view xmlcontent documents?
>
>Thanks in anticipation.
>
>Install information on the logon page is as follows
>------------------------
>OpenCms version is: 6.0 alpha 1 Caladan
>Running on Sun Microsystems Inc. Java HotSpot(TM) Client VM 1.4.2_02-b03
>mixed mode with Windows XP 5.1 (x86)
>------------------------
>
>Regards
>
>Mike Bachrynowski
>
>
>
>
>------------------------------
>
>Message: 3
>Date: Tue, 26 Oct 2004 14:31:26 +0200
>From: Thomas Maerz <thomasmaerz at gmx.de>
>Subject: Re: [opencms-dev] Two Body Elements under Opencms6 Alpha
>To: The OpenCms mailing list <opencms-dev at opencms.org>
>Message-ID: <84654x8xup.fsf at gmx.de>
>Content-Type: text/plain; charset=us-ascii
>
>Joachim Arrasz <info at arrasz.de> writes:
>
>  
>
>>i tried using the same default_bodies than under OCMS5 to create two
>>bodies into a mastertemplate ...
>>
>>Has this changed in OCMS6 ?
>>    
>>
>
>You can use the content of a page's controlcode as a default body.
>
>Also you can create a sibling of a page in the default_bodies folder and
>select this sibling as body when creating a new page.
>Or you use a page as default_body.
>
>Just tested with CVS HEAD.
>
>Regards,
>Thomas
>
>
>------------------------------
>
>Message: 4
>Date: Tue, 26 Oct 2004 14:55:28 +0200
>From: "Schmidt, Helmut" <Helmut.Schmidt2 at axa.de>
>Subject: [opencms-dev] OpenCMS 5.0.1 is not responding
>To: "'opencms-dev at opencms.org'" <opencms-dev at opencms.org>
>Message-ID:
>	<86ADCFE0183C19449D3056D1F3328A1705BB25C5 at holmes03.axa-de.intraxa>
>Content-Type: text/plain; charset="iso-8859-1"
>
>Hi there!
>
>Since a few days a have a problem with my OpenCMS (5.0.1) installation.
>
>When I try to start /opencms/opencms/system/login I don't get any response
>for my request.
>In the opencms.log I can see that after logging information about the
>encoding the logging just stops. The next line concerning ethernet-settings
>will not occur.
>
>I have tried to take a view at the sources. The problem seems to occur in
>the "OpenCms" constructor:
>
>        ...
>        setDefaultEncoding(defaultEncoding);
>        if(C_LOGGING && isLogging(C_OPENCMS_INIT)) log(C_OPENCMS_INIT, ".
>Encoding set to      : " + defaultEncoding);
>        
>        // Read server ethernet address (MAC) and init UUID generator
>        String ethernetAddress = conf.getString("server.ethernet.address",
>CmsUUID.getDummyEthernetAddress());
>
>        if(C_LOGGING && isLogging(C_OPENCMS_INIT)) log(C_OPENCMS_INIT, ".
>Ethernet address used: " + ethernetAddress);
>        CmsUUID.init(ethernetAddress);
>
>Does anybody have an idea??????
>
>Thank You
>
>Helmut
>
>
>------------------------------------------------------------------------------
>Aus Rechts- und Sicherheitsgruenden ist die in dieser E-Mail gegebene Information nicht rechtsverbindlich. Eine rechtsverbindliche Bestaetigung reichen wir Ihnen gerne auf Anforderung in schriftlicher Form nach. Beachten Sie bitte, dass jede Form der unautorisierten Nutzung, Veroeffentlichung, Vervielfaeltigung oder Weitergabe des Inhalts dieser E-Mail nicht gestattet ist. Diese Nachricht  ist ausschliesslich fuer den bezeichneten Adressaten oder dessen Vertreter bestimmt. Sollten Sie nicht der vorgesehene Adressat dieser E-Mail oder dessen Vertreter sein, so bitten wir Sie, sich mit dem Absender der E-Mail in Verbindung zu setzen.
>----------------------------
>For legal and security reasons the information provided in this e-mail is not legally binding. Upon request we would be pleased to provide you with a legally binding confirmation in written form. Any form of unauthorised use, publication, reproduction, copying or disclosure of the content of this e-mail is not permitted. This message is exclusively for the person addressed or their representative. If you are not the intended recipient of this message and its contents, please notify the sender immediately.
>
>==============================================================================
>
>
>------------------------------
>
>Message: 5
>Date: Tue, 26 Oct 2004 15:37:12 +0200
>From: Joachim Arrasz <info at arrasz.de>
>Subject: Re: [opencms-dev] Two Body Elements under Opencms6 Alpha
>To: The OpenCms mailing list <opencms-dev at opencms.org>
>Message-ID: <417E5308.2050208 at arrasz.de>
>Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>Hi Thomas,
>
>  
>
>>Also you can create a sibling of a page in the default_bodies folder and
>>select this sibling as body when creating a new page.
>>Or you use a page as default_body.
>> 
>>
>>    
>>
>sorry, i wrote absolutely bulls...t what i meant was, how can i use two 
>body sections in OCMS6 within one page?
>The new editor has this body-selector as OCMS5 also had. So i tried the 
>old way to do this via a defaultbody where i configured 2 bodies into one
>defaaultBody and made bodySelector = true...
>
>This i tried in OCMS6 but it didn´t work ...
>
>
>Sorry for the other stupid question ...
>
>Bye Achim
>
>
>  
>




More information about the opencms-dev mailing list