RE: Generate a Drop-Down ???

2003-11-17 Thread Bryan Hanks
There's a very easy way to generate a drop-down. From your example, I'm not sure what ProdutoView does, so I'm going to assume you want to only create a drop-down of CSV and XML. Forgive me for starting over, but there is a very easy way to do what you want, but you must modify you ArrayList a

RE: Reasons for using Struts

2003-09-28 Thread Bryan Hanks
I use it because it is much easier to maintain. If the front-end (JSP) needs to be updated only, I can do that without accidentally messing with the underlying business logic. Conversely, if the business rules change (and they always do...), I can change them without worrying about having to