can template be applied to JSP pages.

View: New views
5 Messages — Rating Filter:   Alert me  

can template be applied to JSP pages.

by mishra poonam :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hi All,
i want create a dynaminc page will have few scriptless and some jstl tags............. but i when i create a new JSP page in OpenCms 7 workspace it doesnt give the option of template.....only on html pages templates ca be applied..

plz lel me know how to apply templates on JSP pages also??  

Thanks in advance!!!!!


ICC World Twenty20 England '09 exclusively on YAHOO! CRICKET

_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev

Re: can template be applied to JSP pages.

by Christoph P. Kukulies :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, Jun 27, 2009 at 02:56:52PM +0530, mishra poonam wrote:
> Hi All,
> i want create a dynaminc page will have few scriptless and some jstl tags............. but i when i create a new JSP page in OpenCms 7 workspace it doesnt give the option of template.....only on html pages templates ca be applied..
>
> plz lel me know how to apply templates on JSP pages also??  


You can, oc course, but it does not appear in the first properties
dialog. In the Advanced properties dialog you can assign it a template
in the template field.


--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de

_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev

Re: can template be applied to JSP pages.

by Roedel, Mark :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

...and, of course, you'll also need to use some cms.include() calls (or
<cms:include> tags if you're doing JSTL) inside your JSP pages so that
OpenCMS knows where to put the different template pieces in relation to
the rest of your code.  See
http://www.opencms-wiki.org/Including_your_template_elements_within_your
_JSPs for some basic examples.

--
Mark Roedel
Webmaster
LeTourneau University


-----Original Message-----
From: opencms-dev-bounces@...
[mailto:opencms-dev-bounces@...] On Behalf Of Christoph P.
Kukulies
Sent: Saturday, June 27, 2009 4:45 AM
To: The OpenCms mailing list
Subject: Re: [opencms-dev] can template be applied to JSP pages.

On Sat, Jun 27, 2009 at 02:56:52PM +0530, mishra poonam wrote:
> Hi All,
> i want create a dynaminc page will have few scriptless and some jstl
tags............. but i when i create a new JSP page in OpenCms 7
workspace it doesnt give the option of template.....only on html pages
templates ca be applied..
>
> plz lel me know how to apply templates on JSP pages also??  


You can, oc course, but it does not appear in the first properties
dialog. In the Advanced properties dialog you can assign it a template
in the template field.


_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev

Antwort: Re: can template be applied to JSP pages.

by Frank Pertack :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Mark,

your link (http://www.opencms-wiki.org/Including_your_template_elements_within_your) seems to be an empty page?

Best regards


Frank Pertack


Vater Solution GmbH
Liebigstraße 26
24145 Kiel

Telefon: +49 431 20084-210
Telefax: +49 431 20084-222
Mobil: +49 151 16353519
mailto: fpertack@...
http://www.vater-gruppe.de

Amtsgericht Kiel, HRB 6403
Geschäftsführer:
Klaus-Hinrich Vater
Michael Wiese
-----
Diese Email enthält ggfs. vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese Email irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Email. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Email sind nicht gestattet.


Inactive hide details for "Roedel, Mark" ---29.06.2009 15:25:26---...and, of course, you'll also need to use some cms.include()"Roedel, Mark" ---29.06.2009 15:25:26---...and, of course, you'll also need to use some cms.include() calls (or <cms:include> tags if you're


Von:

"Roedel, Mark" <MarkRoedel@...>

An:

<kuku@...>, "The OpenCms mailing list" <opencms-dev@...>

Datum:

29.06.2009 15:25

Betreff:

Re: [opencms-dev] can template be applied to JSP pages.

Gesendet von:

opencms-dev-bounces@...





...and, of course, you'll also need to use some cms.include() calls (or
<cms:include> tags if you're doing JSTL) inside your JSP pages so that
OpenCMS knows where to put the different template pieces in relation to
the rest of your code.  See
http://www.opencms-wiki.org/Including_your_template_elements_within_your
_JSPs for some basic examples.

--
Mark Roedel
Webmaster
LeTourneau University


-----Original Message-----
From: opencms-dev-bounces@...
[
opencms-dev-bounces@...] On Behalf Of Christoph P.
Kukulies
Sent: Saturday, June 27, 2009 4:45 AM
To: The OpenCms mailing list
Subject: Re: [opencms-dev] can template be applied to JSP pages.

On Sat, Jun 27, 2009 at 02:56:52PM +0530, mishra poonam wrote:
> Hi All,
> i want create a dynaminc page will have few scriptless and some jstl
tags............. but i when i create a new JSP page in OpenCms 7
workspace it doesnt give the option of template.....only on html pages
templates ca be applied..
>
> plz lel me know how to apply templates on JSP pages also??  


You can, oc course, but it does not appear in the first properties
dialog. In the Advanced properties dialog you can assign it a template
in the template field.


_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev





_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev

Re: Antwort: Re: can template be applied to JSP pages.

by Isaac R. Higgins :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


the back end got cut off:

http://www.opencms-wiki.org/Including_your_template_elements_within_your_JSPs 

-----Original Message-----
From: opencms-dev-bounces@... on behalf of Frank Pertack
Sent: Mon 6/29/2009 9:41 AM
To: The OpenCms mailing list
Subject: [opencms-dev] Antwort: Re:  can template be applied to JSP pages.
 

Hello Mark,

your link (
http://www.opencms-wiki.org/Including_your_template_elements_within_your)
seems to be an empty page?

Best regards


Frank Pertack


Vater Solution GmbH
Liebigstraße 26
24145 Kiel

Telefon: +49 431 20084-210
Telefax: +49 431 20084-222
Mobil: +49 151 16353519
mailto: fpertack@...
http://www.vater-gruppe.de

Amtsgericht Kiel, HRB 6403
Geschäftsführer:
Klaus-Hinrich Vater
Michael Wiese
-----
Diese Email enthält ggfs. vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese Email
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Email. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Email sind nicht gestattet.



|------------>
| Von:       |
|------------>
  >-------------------------------------------------------------------------------------------------------------------------------------------------|
  |"Roedel, Mark" <MarkRoedel@...>                                                                                                             |
  >-------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| An:        |
|------------>
  >-------------------------------------------------------------------------------------------------------------------------------------------------|
  |<kuku@...>, "The OpenCms mailing list" <opencms-dev@...>                                                               |
  >-------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Datum:     |
|------------>
  >-------------------------------------------------------------------------------------------------------------------------------------------------|
  |29.06.2009 15:25                                                                                                                                 |
  >-------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Betreff:   |
|------------>
  >-------------------------------------------------------------------------------------------------------------------------------------------------|
  |Re: [opencms-dev] can template be applied to JSP pages.                                                                                          |
  >-------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Gesendet   |
| von:       |
|------------>
  >-------------------------------------------------------------------------------------------------------------------------------------------------|
  |opencms-dev-bounces@...                                                                                                                  |
  >-------------------------------------------------------------------------------------------------------------------------------------------------|





...and, of course, you'll also need to use some cms.include() calls (or
<cms:include> tags if you're doing JSTL) inside your JSP pages so that
OpenCMS knows where to put the different template pieces in relation to
the rest of your code.  See
http://www.opencms-wiki.org/Including_your_template_elements_within_your
_JSPs for some basic examples.

--
Mark Roedel
Webmaster
LeTourneau University


-----Original Message-----
From: opencms-dev-bounces@...
[mailto:opencms-dev-bounces@...] On Behalf Of Christoph P.
Kukulies
Sent: Saturday, June 27, 2009 4:45 AM
To: The OpenCms mailing list

Subject: Re: [opencms-dev] can template be applied to JSP pages.

On Sat, Jun 27, 2009 at 02:56:52PM +0530, mishra poonam wrote:
> Hi All,
> i want create a dynaminc page will have few scriptless and some jstl
tags............. but i when i create a new JSP page in OpenCms 7
workspace it doesnt give the option of template.....only on html pages
templates ca be applied..
>
> plz lel me know how to apply templates on JSP pages also??


You can, oc course, but it does not appear in the first properties
dialog. In the Advanced properties dialog you can assign it a template
in the template field.


_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev




_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev

winmail.dat (7K) Download Attachment