Re: Correct Prepopulate Method

2005-03-12 Thread Jesse Clark
manner. Could you point me to some resources that could help me understand the alternate approach that you recommend? TIA, -Jesse Dakota Jack wrote: On Fri, 11 Mar 2005 12:09:25 -0800, Jesse Clark <[EMAIL PROTECTED]> wrote: Joel, Here is a short description from the FAQ that starts to descri

Re: Correct Prepopulate Method

2005-03-11 Thread Jesse Clark
Joel, Here is a short description from the FAQ that starts to describe the alternative that Jack mentioned below: http://struts.apache.org/faqs/newbie.html#prepopulate. This approach basically means that you end up with two actions per form/jsp which will increase your maintenance work a little

Re: User Delegation with struts

2005-03-10 Thread Jesse Clark
The SecurtiyFilter package (http://sourceforge.net/projects/securityfilter/) uses a servlet filter and allows you to still use the request.isUserInRole stuff as well. I'm not familiar with Acegi so I'm not sure how the two stack up against each other feature-wise, but I was able to get a worki

Re: Struts DB Access :: Best Practices

2005-03-09 Thread Jesse Clark
I agree that you can use Hibernate to generate code in a top-down or bottom-up approach fairly easily. However, I would disagree with your earlier comment that Hibernate is very easy to learn. It is a powerful tool and makes life easier once you learn it, but I think realistically you are looki