RE: Load message resources from DB???

2005-03-17 Thread Antony Joseph
sers manage these. > > > > Thank you for your time, > > > > Jason Long > > CEO and Chief Software Engineer > > BS Physics, MS Chemical Engineering > > http://www.supernovasoftware.com > > > -------

RE: Request Processor validation Question

2005-03-14 Thread Antony Joseph
Correction. Default implementation uses any configured roles. Your implementation can override this and implement whatever logic you want. - Original Message - From: "Antony Joseph" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Subject: RE: Request Pro

RE: Request Processor validation Question

2005-03-14 Thread Antony Joseph
door. > > Thanks, > Scott > > -Original Message- > From: Antony Joseph [mailto:[EMAIL PROTECTED] > Sent: Monday, March 14, 2005 9:56 AM > To: Struts Users Mailing List > Subject: Re: Request Processor validation Question > > > Hi Scott, > Check the javad

Re: Request Processor validation Question

2005-03-14 Thread Antony Joseph
I have gone through the RequestProcessor docs, but do not see > anyway to get the action.? > > Any ideas. > > Thanks, > Scott > > > Antony Joseph http://www.logicden.com https://workeffort.dev.java.net -- __

Re: Struts Menu

2005-03-14 Thread Antony Joseph
-- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] Antony Joseph http://www.logicden.com https://workeffort.dev.java.net -- ___ N

Re: Struts DB Access :: Best Practices

2005-03-10 Thread Antony Joseph
:) > >Looking forward for yours response. > >Have a great day. > > Karthikeyan B > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] Anton

Re: [Help] I need tutorial which tells us how to integrate Struts and Hibernet

2005-03-09 Thread Antony Joseph
-- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail

Re: Losing form values after validating

2005-03-09 Thread Antony Joseph
urely due to the fact that control passes through > > another action before getting back to the form page. The values > > somehow get lost on the way. > > > > Is there any way to keep the form data through this process? I&#x

Re: I need help..

2005-03-09 Thread Antony Joseph
ectly with two empty > addresses, whatever the user types in is not getting set on the > corresponding AddressBeans of the form collection. > > Am I doing something wrong here? Any help/suggestions would be appreciated. > I am trying to hit a deadline and I have no clue what

Re: form-bean and persistent data in session scope

2005-03-08 Thread Antony Joseph
> > __ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around > > http://mail.yahoo.com > > > > ----- > > To unsubscr

Re: Is there a way to auto-trim String properties in DynaForms?

2005-03-01 Thread Antony Joseph
alidwhen? "required" doesn't > > accept values that are nothing but whitespace whereas there's no > > way to test for this when using validwhen. > > K.C. Baltz > > --------- > To unsubscribe

Re: Queries and Paging

2005-02-28 Thread Antony Joseph
on our > current framework. > > ___ > Chris Cranford > Programmer/Developer > SETECH Inc. & Companies > 6302 Fairview Rd, Suite 201, Charlotte, NC 28210 > Phone: (704) 362-9423, Fax: (704) 362-9409, Mobile: (704) 650-1042 &g

Re: i18n problem

2005-02-25 Thread Antony Joseph
ilar tutorial about i18n? > > Thanks in advance! > Bernhard > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] Antony Joseph Available for consulting http://www.logicden.com

Re: Displaying mulitpage results

2005-02-21 Thread Antony Joseph
Schneider > Chief Architect > > Vecna Technologies, Inc. > 5004 Lehigh Road, Suite B > College Park, MD 20740 > [EMAIL PROTECTED] > t: 301-864-7594 > f: 301-699-3180 > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTEC

RE: Displaying mulitpage results

2005-02-19 Thread Antony Joseph
xactly what I was looking for. The one question > which I have is how can I use Struts tags inside the columns? I really need > some buttons and input fields. > > cheers, > > Peter > > > > Antony Joseph schrieb: > > Check out the datagrid library at &

Re: Displaying mulitpage results

2005-02-19 Thread Antony Joseph
some buttons and input fields. > > cheers, > > Peter > > > > Antony Joseph schrieb: > > Check out the datagrid library at > > http://jakarta.apache.org/taglibs/sandbox/doc/datagrid-doc/intro.html > > > > If all you are looking for is pagination, sorting and

Re: Displaying mulitpage results

2005-02-19 Thread Antony Joseph
ti-step workflow and I don't want to confuse > the user too much. > > Best Regards, > > Peter > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [

Re: Validator, Indexed Properties and error messages.

2005-02-16 Thread Antony Joseph
perty where the X > represents the index of the item that the error happened on? > > Thanks for any Help > > Jamie Cruz > Software Engineering > > > --------- > To unsubscribe, e-mail: [EMAIL PROTECT

Re: Proper n tiered exception handling

2005-02-15 Thread Antony Joseph
Different applications have different requirements. Take a look at the exception handling in the workeffort application download http://www.logicden.com to get an idea. The files you may want to look at are: ApplicationExceptionHandler.java, files in package com.logicden.workeffort.service.exc

Re: custom controls

2005-02-14 Thread Antony Joseph
I was looking for data picker for struts myself and could'nt find one. So I wrote a custom tag using the calender popup javascript available at http://www.mattkruse.com The custom date picker tag is available at http://www.logicden.com in the Workeffort application download (Apache license). S

Re: Caching Appliction Level Data?

2005-02-14 Thread Antony Joseph
You may want to look at Oscache. It allows clustering. That is what I use in my applications. Even though I use iBATIS, for list of values which change infrequently, I use oscache with with a spring AOP interceptor invalidating the cache whenever updates/inserts happen. Because I am using sprin

Replacing all action forms with a single LazyValidatorForm

2005-01-17 Thread Antony Joseph
If you are frustrated by the proliferation of action forms in your application, you may want to check out the LazyValidatorForm class in the struts-1.2.6 distribution. It is a wrapper around LazyDynaBean. A LazyDynaBean is similar to a DynaBean but does not require the properties to be configured i

Work Effort application based on Struts/iBATIS/Spring released

2004-10-18 Thread Antony Joseph
We have released a Work effort application. It is based on an open source stack. The frameworks used are Struts/iBATIS/Spring along with a whole bunch of other open source frameworks. Even though the application is a commercial application, the full source code is available publicly. If you are loo