Well, assuming something akin to the varStatus bean could be developed (I think
I worked out what the problem is with my implementation) I wouldn't think of
altering the result of the decorator, more I would look at using the decorated
data as the value of my form input.

Quoting John York <[EMAIL PROTECTED]>:

> So, this approach would modify the value for that row within the dataset? 
> I'm not sure I like that either. What happens if you want to use 
> decorators at the same time? Do you then edit the output from the 
> decorator?
> 
> Just thinking out loud here...

> > 
> > It's not so tough, but will probably get implemented as part of a 
> > broader set of JSTL attribute alignment fixes.  For now, just 
> > increment a counter every time you get executed, like 
> > 
> > <% int i = 1; %>
> > <display:table name="peopleList" id="person"> 
> > <display:column title="Name"> 
> > <input value="<c:out value="${person.name}"/>" name="<%=""+ i++%>"/> 
> > </display:column> 
> > </display:table>
> > 



sam
http://www.magpiebrain.com/



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to