Title: Logic tags

I have already considered using these tags however I came across several problems:

 

We have no hosting that supports JSP specification 1.3 yet! so�

  • I can only use EL scripts within JSTL tags.
  • I still need to use _javascript_lets to prepare data for use within JSTL tags (ie: get field value from dbForms et place in request object)
  • I cannot use JSTL tags as (runtime) input in most other tag libraries (ie: dbForms).

 

 

So, I am still looking�� Some of the things I want to do include:

 

  • If a field value retrieved via dbForms is of a particular value, execute a block of (html code) [Struts equals tag]
  • Change CSS style class associated to <td> tag depending on element index (odd/even) within the resultSetVector.� My goal is to have elements displayed in alternating colors

 

My goal is to eliminate as much as possible _javascript_let code within the JSP!

 

 

-----Message d'origine-----
De : Henner Kollmann [mailto:[EMAIL PROTECTED]
Envoy� : samedi 13 d�cembre 2003 10:33
� : [EMAIL PROTECTED]
Cc : [EMAIL PROTECTED]
Objet : AW: [dbforms] Logic tags

 

What's about using the jstl Standard Tag Library? There are conditional tags defined!

 

Regards,
Henner

 

 


Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von [EMAIL PROTECTED]
Gesendet: Freitag, 12. Dezember 2003 21:16
An: [EMAIL PROTECTED]
Betreff: [dbforms] Logic tags

Having used Struts, I am accustomed to using the Struts logic tags and more specifically the Equals tag to be able to do conditional statements.  What are most of you using in the dbForms world?  Would this be something to add in the DbForm library?

Reply via email to