Hi

Got it working so far:

using ${argument} prints out the toString() of my object, as ${argument.name}
prints out the name; now i just need to the enxt step: How do i put this
object into the value stack so i can use it properly?

kr. Lars Dam

On Wed, Apr 30, 2008 at 5:22 PM, Antonio Petrelli <
[EMAIL PROTECTED]> wrote:

> 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