Revision history [back]

click to hide/show revision 1
initial version

asked 2016-11-18 02:07:06 +0800

barcvilla gravatar image barcvilla

How to call *.zul file from index.zul

Hi community

I have the following structure in my project: essentials WebContent css imgs META-INF WEB-INF webapp chapter3 banner.zul footer.zul main.zul sidebar.zul index.zul timeout.zul

in the index.zul I put the following line code:

<borderlayout hflex="1" vflex="1"> <north height="100px" border="none" &gt;="" <include="" src="/webapp/chapter3/banner.zul"/> There is something wrong here??? </north> </borderlayout>

what I have to do or change in my code for call .zul files from webapp folder?

thanks in advanced

How to call *.zul file from index.zul

Hi community

I have the following structure in my project: essentials WebContent css imgs META-INF WEB-INF webapp chapter3 banner.zul footer.zul main.zul sidebar.zul index.zul project:

  1. essentials
  2. 1.1 WebContent
  3. 1.1.1 css
  4. 1.1.2 imgs
  5. 1.1.3 META-INF
  6. 1.1.4 WEB.INF
  7. 1.1.5 webapp
  8. 1.1.5.1 chapter3
  9. 1.1.5.1.1 banner.zul
  10. 1.1.5.1.2 footer.zul
  11. 1.1.5.1.3 main.zul
  12. 1.1.5.1.4 sidebar.zul
  13. 1.1.6 index.zul
  14. 1.1.7 timeout.zul

source code to call *.zul files in index.zul file is:

in the index.zul I put the following line code:

<borderlayout hflex="1" vflex="1"> <north height="100px" border="none" &gt;="" <include="" src="/webapp/chapter3/banner.zul"/> There is something wrong here??? </north> </borderlayout><include src="/webapp/chapter3/banner.zul"/>

what I have to do or change in my code for call .zul files from webapp folder?

thanks in advanced

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More