Re: repopulating fields from an array in a formbean

2006-07-05 Thread Michael Jouravlev
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

repopulating fields from an array in a formbean

2006-07-05 Thread struts
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