Re: simple html:select issue

2004-12-01 Thread Corey Scott
Andy, I believe you are after something like this: Regards, Corey On Wed, 01 Dec 2004 11:18:33 +, andy wix <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to use select and options tags in the simplest way where I have > an ArrayList of Strings in the request (Logs) and I wish the

Re: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Corey Scott
We do the same as Eddie, with 1 exception. Our test server (really only for clients and a good point of reference) runs CruiseControl, I find that this takes care of the hassle of keeping the client/test copy up-to-date. It also allows the developers to have complete freedom in their testing/deb

Re: struts to generate html email content

2004-11-25 Thread Corey Scott
You might also find velocity templates useful. http://www.javaworld.com/javaworld/jw-12-2001/jw-1228-velocity.html On Fri, 26 Nov 2004 13:59:59 +1300, Jason Lea <[EMAIL PROTECTED]> wrote: > > > > > Nathan Coast wrote: > > >Hi, > > > >Is there any way to generate content that isn't written to

Re: [Validation] and local string insertion

2004-11-22 Thread Corey Scott
; > to retrieve your bundle. > > I hope this helps you. > > > > On Thu, 18 Nov 2004 13:07:18 +0800, Corey Scott <[EMAIL PROTECTED]> wrote: > > Sorry ... resend, I cant find the previous one in the mail archive and > > I am not sure why the first one disapp

Re: box not getting populated from ActionForm.

2004-11-22 Thread Corey Scott
Peter and Santosh, Here is an example that I use to do the same thing: My Action Class: public class ListBillingCodeAction extends Action { public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exc

Re: [Validation] and local string insertion

2004-11-21 Thread Corey Scott
ng mode... > > What version of Struts are you using? > > > > -----Original Message- > From: Corey Scott [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 17, 2004 12:37 PM > To: [EMAIL PROTECTED] > Subject: [Validation] and local string insertion > &g

[Validation] and local string insertion

2004-11-21 Thread Corey Scott
Hi, I have been trying to achieve the same in my validate method to the following extract from me validation.xml Extract from my message bundle: stdError.required.field=Please enter/choose a {0} UpdateTaskForm.txt

Re: About *.do

2004-11-18 Thread Corey Scott
If that is the case, you might want to look into separate modules? -Corey On Thu, 18 Nov 2004 12:52:38 -0500, Chaikin, Yaakov Y. <[EMAIL PROTECTED]> wrote: > Is it a problem to map 2 servlet mappings to the Struts controller > servlet... > > For example, I could think of a situation where someo

Fwd: [Validation] and local string insertion

2004-11-17 Thread Corey Scott
Sorry ... resend, I cant find the previous one in the mail archive and I am not sure why the first one disappeared -Corey -- Forwarded message -- From: Corey Scott <[EMAIL PROTECTED]> Date: Thu, 18 Nov 2004 01:36:54 +0800 Subject: [Validation] and local string insert