I was able to get my form-in-every-row working correctly, but that included some 
hacking of the code itself. I'd like to avoid that in the future.

It would be nice if the Decorators had available to them their own properties so that 
both the column and table decorators would have available to them the values as is.

I'm talking about something like this:

<display:table name="list" 
        decorator = "SomeDecorator"
        >
  <display:setProperty name = "action" value ="/search.do"/>
  <display:column property = "name">
        <display:setProperty name = "property" value = "name />
  </display:column>
  <display:column title = "edit">
        <display:setProperty name = "type" value = "submit"/>
        <display:setProperty name = "name" value = "edit this"/>
  </display:column>
</display:table>

And have these properties available to the Decorator.

-Mike


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click
_______________________________________________
displaytag-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to