0 Replies Latest reply on May 14, 2009 9:23 PM by karshak

    Can we use both  jsp's and XHTML pages in same project

    karshak

      We have a requirement which is


      we have a background image and we need to rotate images on top of it i.e Ad's. These rotating images we get from DB.
      With jsp's we load those images and with the help of java script we each time set the value of the rotating images depending on a criteria SAY every 2 sec.we can user SCRIPLETS to do all required code in the page.


      BUT........................
         With XHTML, though i can use java script, i cannot replace the SCRIPLETS code with EL.


      I tried to do it by having a thread getting invoked that changes the images every time but....


      Any idea is highly appreciated.


      Thank you.