2008/4/30 Lars Dam <[EMAIL PROTECTED]>:
> outputting ${argument} shows content of toString() - using ${argument.name}
>  gives me following error:
>  "According to TLD or attribute directive in tag file, attribute value does
>  not accept any expressions"

Probably you are using <s:out>
Don't use any tag, simply write ${argument.name} inside your JSP code
outside of any JSP tag.

Antonio

Reply via email to