Hi Thierry<br><br>I've done it this way:<br>* create a "dummy" template jsp, for example in modules/MODNAME/resources/jsptemplates/mypage.jsp<br>* this mypage.jsp has some<br><% cms.template("pageBody", "body", true);
<br>   cms.include(cms.getRequestContext().getUri().toString(), "body", true);<br>%><br><br>* on mypage.jsp, set the properties template to your css and the template-elements to all the editable parts in mypage.jsp
 (in this case, body*|Body)<br>* now you create a new page (mypage.html) and set the template property to /system/modules/MODNAME/resources/jsptemplates/mypage.jsp<br>* your user can now edit this page as he wants and does not affect your jsp code
<br>* the lucene search indexes mypage.html and you can search for that and if you open it, the page is rendered with mypage.jsp<br><br>Hope that helps<br><br>Regards<br>Corsin<br><br><div><span class="gmail_quote">On 2/21/06, 
<b class="gmail_sendername">Thierry Collogne</b> <<a href="mailto:tcollogne@hotmail.com">tcollogne@hotmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br><br>I am using opencms 6.0.4. I have some jsp pages which consist of dynamic<br>rendered content, but also some static text.<br><br>I now want the static text to be editable. Currently I have made an xmlpage<br>
which I include into the jsp with cms:include editable="true". This way it<br>is possible to edit the text.<br><br>But now when I search the page with lucene, I get the xmlpage as result, not<br>the jsp page.<br>
<br>My question is now: Is it possible to make text editable on a jsp, but<br>without the include? Perhaps by adding a div tag around the text you want to<br>be editable?<br><br>Or is it possible to return the jsp page in the search results instead of
<br>the xmlpage?<br><br>Does anyone know about this?<br><br>Thank you,<br><br>Thierry<br><br><br><br>_______________________________________________<br>This mail is sent to you from the opencms-dev mailing list<br>To change your list options, or to unsubscribe from the list, please visit
<br><a href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br></blockquote></div><br><br clear="all"><br>-- <br>Corsin Camichel<br><a href="mailto:cocaman@gmail.com">
cocaman@gmail.com</a>