Olivier Revollat wrote:
> Hello,
> When I use your code, I see */${article.titre} in the generated HTML
> (*/${article.titre} is not interpreted) ... ? any idea ?/*/*
> */Thanks./*
>
If you are using a web server that is using a version of JSP that does
not support expression language (I think it was added in version 2.0)
then this is the result you will get. You will need to use a jsp tag
such as <jsp:getProperty name="article" value="titre"/> to output the
value in the html.
Ed!
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user