tutul wrote:
> Hi,
>
> Does anyone knows how to retrieve data back from <display:table> once it is
> shown on the page?
>   
Exactly the same way you'd get data back from any other form's input 
controls. The name of the input is "value" so that will be the name of 
the parameter returned when the form is submitted.

DisplayTag is only interested in displaying your data (hence the name). 
If you want to use it to display html forms then it'll let you do it but 
it's up to you to retrieve the data submitted by the user. DisplayTag is 
only involved when you send data to a client not when a client sends 
data to you.

Have a look at the generated html and the http request to better 
understand what's going on.

Ed!

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to