Hello; I must be misunderstanding something here.

The documentation for stripes:textarea leads me to believe that if I author
it like this:

<stripes:textarea name="farg.bargle"/>

...then the tag will attempt to look for a "farg" attribute in the request,
and call its getBargle() method, and use the results as the default value
for the text area.

I do not see this behavior; the textarea is always blank.

I can of course get the value I want by doing this:

<stripes:textarea name="farg.bargle" value="${farg.bargle}"/>

...but I thought that I didn't have to do this.

Thanks,
Laird
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to