Hi,
I'm have a web application (with spring 2.5) and I'm writing my own tags.
Using a class that extends SimpleFormController I set a command object.
When writing my tags I need some properties from the command object. I have the pageContext object but I can't figure out where it's stored.
Could everyone help me?
Thanks in advance,
Luisa
p.s.
I haven't set the command object to be stored to session(the property:sessionForm set to true), it's necessary?


Reply With Quote
