Get command object
- by user198147
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