• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Best Practice Scriplet conversions

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

What is the best practice to convert an automated code like this into a EL or JSTL. There a lot of scriplets generated by an enigne that spins out JSP. I would like to make it more readable and friendly for non programmers.


...........................................................
.....................................................

What would be a best approach to convert these scriptlets???

Would it be possible to use something like a
<c:if> tag combined <C:set> tag?

Thanks in advance

Regards
Arun
 
reply
    Bookmark Topic Watch Topic
  • New Topic