Hi guys,

I was wondering is there a way to change the display tag syntax.

Normally, html designers use DISPLAY tag most  frequently if they are
following the standard practice of minimizing the usage of java snippets
in the JSP pages which I think they wont be knowing . The syntax for
display tag is

<DISPLAY property=bean:propertyname>

This seems too long thing. It would be nice if a shortcut for this is
provided as provided by most template languages like
<# bean:propertyName>

I was surprised to see that such a shortcut is provided for java
expressions <% %> and <%=  %> whose usage should be discouraged
normally. In 95% of cases, the designer will be using display tag and it
is real painful to include whole of the two keywords <DISPLAY property=>
and then the property name.

Regards
Vijay

===========================================================================
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