Here is my own opinion, which cannot be considered an "official" or a
"best" practice, but nevertheless:
[ Approach 1 ]
You use one action class to display the page (render phase) and to
process input (submit phase). In this case I suggest not to use
"input" property entirely, and not to use auto
I have two related questions... I can probably figure out ways to hack
around these issues, but I'm hoping for a "best practices" solution.
My requirement is pretty simple: you click on a category link, the
action builds the List of items for that category, and the JSP iterates
them and shows qua
2 matches
Mail list logo