While we're talking about display tag, I'd like to know if something is
planned for 1.0 release to be able to use the 'backquotes' syntax. As a
lot of scripting engines do.
This has the advantage to allow inner tags which won't interfere with
HTML syntax. ex:

<LOOP ...>
 <A HREF="page?id_user=<DISPLAY PROPERTY user:id>">user</A>
</LOOP>

..is really bad.. instead..

<LOOP ...>
 <A HREF="page?id_user=`user:id`">user</A>
</LOOP>

.. is better isn't it?


olivier

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to