Hello,
How I can use html instead of ftl in ofbiz? I tried by adding an html file but it gives me error like "Rendering not yet supported for the template". If anyone has integrated before then please let me know. -- Thanks Ramkrishna |
Hi Ramkrishna
You can include entire html code in an ftl file. Regards Gavin -----Original Message----- From: Ramkrishna Swamy [mailto:[hidden email]] Sent: 28 February 2012 02:34 PM To: [hidden email] Subject: How to add html instead of ftl Hello, How I can use html instead of ftl in ofbiz? I tried by adding an html file but it gives me error like "Rendering not yet supported for the template". If anyone has integrated before then please let me know. -- Thanks Ramkrishna |
In reply to this post by RamKrishna Swamy
Just treat it like any other static content (images, *.css, *.js, etc).
-Adrian On 2/28/2012 12:33 PM, Ramkrishna Swamy wrote: > Hello, > > How I can use html instead of ftl in ofbiz? I tried by adding an html file > but it gives me error like "Rendering not yet supported for the template". > If anyone has integrated before then please let me know. > |
In reply to this post by RamKrishna Swamy
The idea of Ftl is to curb down HTML.
1. Just create a Ftl file and dump in the "NECESSARY" Html code and it should suffice. 2. Also explore the Content part of Ofbiz. (might be you are heading for this path) Dev Panda From: Ramkrishna Swamy <[hidden email]> To: [hidden email] Date: 02/28/2012 06:04 PM Subject: How to add html instead of ftl Hello, How I can use html instead of ftl in ofbiz? I tried by adding an html file but it gives me error like "Rendering not yet supported for the template". If anyone has integrated before then please let me know. -- Thanks Ramkrishna =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you
Thanks,
Dev Panda |
My requirement is to use html not ftl.
Adrian: I have to include the html file inside widget tag as we do for ftl, so how I can add static html inside widget tag? On Tue, Feb 28, 2012 at 6:35 PM, <[hidden email]> wrote: > The idea of Ftl is to curb down HTML. > 1. Just create a Ftl file and dump in the "NECESSARY" Html code and it > should suffice. > 2. Also explore the Content part of Ofbiz. (might be you are heading for > this path) > > > Dev Panda > > > > > From: > Ramkrishna Swamy <[hidden email]> > To: > [hidden email] > Date: > 02/28/2012 06:04 PM > Subject: > How to add html instead of ftl > > > > Hello, > > How I can use html instead of ftl in ofbiz? I tried by adding an html file > but it gives me error like "Rendering not yet supported for the template". > If anyone has integrated before then please let me know. > > -- > Thanks > Ramkrishna > > > =====-----=====-----===== > Notice: The information contained in this e-mail > message and/or attachments to it may contain > confidential or privileged information. If you are > not the intended recipient, any dissemination, use, > review, distribution, printing or copying of the > information contained in this e-mail message > and/or attachments to it are strictly prohibited. If > you have received this communication in error, > please notify us by reply e-mail or telephone and > immediately and permanently delete the message > and any attachments. Thank you > > > -- Thanks Ramkrishna |
Use the Content component to store the HTML, then you can include the
content in the screen widgets. -Adrian On 2/28/2012 1:12 PM, Ramkrishna Swamy wrote: > My requirement is to use html not ftl. > > Adrian: I have to include the html file inside widget tag as we do for ftl, > so how I can add static html inside widget tag? > > > On Tue, Feb 28, 2012 at 6:35 PM,<[hidden email]> wrote: > >> The idea of Ftl is to curb down HTML. >> 1. Just create a Ftl file and dump in the "NECESSARY" Html code and it >> should suffice. >> 2. Also explore the Content part of Ofbiz. (might be you are heading for >> this path) >> >> >> Dev Panda >> >> >> >> >> From: >> Ramkrishna Swamy<[hidden email]> >> To: >> [hidden email] >> Date: >> 02/28/2012 06:04 PM >> Subject: >> How to add html instead of ftl >> >> >> >> Hello, >> >> How I can use html instead of ftl in ofbiz? I tried by adding an html file >> but it gives me error like "Rendering not yet supported for the template". >> If anyone has integrated before then please let me know. >> >> -- >> Thanks >> Ramkrishna >> >> >> =====-----=====-----===== >> Notice: The information contained in this e-mail >> message and/or attachments to it may contain >> confidential or privileged information. If you are >> not the intended recipient, any dissemination, use, >> review, distribution, printing or copying of the >> information contained in this e-mail message >> and/or attachments to it are strictly prohibited. If >> you have received this communication in error, >> please notify us by reply e-mail or telephone and >> immediately and permanently delete the message >> and any attachments. Thank you >> >> >> > |
Free forum by Nabble | Edit this page |