Re: Best Design Practice

2005-08-20 Thread Eric C. Hein
Try Rick's site: http://www.reumann.net/struts/main.do - Original Message - From: "karthikeyan balasubramanian" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, August 20, 2005 3:07 AM Subject: Best Design Practice Hi all, I know this question has been asked bef

Re: Eliminate Setup Actions

2005-03-05 Thread Eric C. Hein
You could call the action directly (instead of the .jsp) and have the action add the options to the request if they're not already there, then forward. - Original Message - From: "Ben Taylor" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, March 05, 2005 12:03 AM Sub

Re: [OT] looking for salary surveys

2005-04-20 Thread Eric C. Hein
Here you go... http://www.informationweek.com/advisor/ - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, April 20, 2005 8:54 AM Subject: [OT] looking for salary surveys I am wrapping up a project and have put myself on the market. Recruiters are contacting me, and I am

Re: Looking for a book

2005-04-22 Thread Eric C. Hein
Also see this thread: http://www.mail-archive.com/user@struts.apache.org/msg23187.html - Original Message - From: "Eugene Suzyumov" <[EMAIL PROTECTED]> To: Sent: Friday, April 22, 2005 6:25 AM Subject: Re: Looking for a book Many thanks for all your answers. I'll tell you then what I'll

Re: [OT] Too late to become a rock star?

2005-05-12 Thread Eric C. Hein
I guess I'm relieved that Ted doesn't refer to his kids as "POJO's". :) - Eric Tour Manager - "No Bean Found" - Original Message - From: "Ted Husted" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, May 12, 2005 1:23 PM Subject: Re: [OT] Too late to become a rock star?

Re: Getting name of form bean?

2005-05-16 Thread Eric C. Hein
It should be the "name" declared in the "form-bean" tag of the struts-config.xml file. You can always do view>source on the html markup of the jsp and see the names of the form and fields. - Eric - Original Message - From: "John Moore" <[EMAIL PROTECTED]> To: "Struts Mailing List" Sen

Using tag with a Map

2005-05-28 Thread Eric C. Hein
I know I can populate a drop down using a List as follows: labelProperty="value"/> But to clean things up a bit I'd like to put all my department List(s) in a map. So the collection would be akin to -> departmentMap.get("sales"), for example. When I try using: property="la

Re: Using tag with a Map

2005-05-28 Thread Eric C. Hein
anks Again, Eric - Original Message - From: "Wendy Smoak" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, May 28, 2005 5:32 PM Subject: Re: Using tag with a Map From: "Eric C. Hein" <[EMAIL PROTECTED]> Was this past