Get command object
Posted
by user198147
on Stack Overflow
See other posts from Stack Overflow
or by user198147
Published on 2010-05-30T16:13:32Z
Indexed on
2010/05/30
16:22 UTC
Read the original article
Hit count: 246
Hi all, I am writing a spring 2.5 application and in my jsp I'm writing my own tags. It's about a list of objects...when I change the number of rows that list shows(a combobox), I am doing a submit on my form returning back to the view(obviosly with the new number of rows returned).
When listing with my own tags I need to get the properties from my command object. I have access to the pageContext object but I can't figure where the command object is stored.
Could someoane please help me?
Thanks in advance, Luisa
© Stack Overflow or respective owner