Re: Help on ApplicationResources

2004-03-04 Thread Niall Pemberton
Struts is designed to do eactly this. You can provide your own implementations of the MessageResources and MessageResourcesFactory classes and plug them in. Look at the javadoc for the org.apache.struts.util package - it has a good section on Message Resources telling you what you need to know.

Re: Help on ApplicationResources

2004-03-04 Thread Niall Pemberton
Struts is designed to do eactly this. You can provide your own implementations of the MessageResources and MessageResourcesFactory classes and plug them in. Look at the javadoc for the org.apache.struts.util package - it has a good section on Message Resources telling you what you need to know.

Re: Help on ApplicationResources

2004-03-04 Thread Niall Pemberton
Apologies for these - I hadn't noticed that the message I was replying to had been cross-posted and I didn't check the reply address - I meant to send to struts-user list Niall - Original Message - From: Niall Pemberton [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Sent:

DO NOT REPLY [Bug 27439] New: - Form definition inheritance support

2004-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27439. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

TranZ NetworkZ - Received Your Mail

2004-03-04 Thread [EMAIL PROTECTED]
Dear Customer, We Will Get Back To You Shortly. Regards, Suresh (91) 080-23561956 (91) 044-24838112 Bangalore - India - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 27439] - Form definition inheritance support

2004-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27439. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 25920] - ConcurrentModificationException in IterateTag

2004-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25920. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

TranZ NetworkZ - Received Your Mail

2004-03-04 Thread [EMAIL PROTECTED]
Dear Customer, We Will Get Back To You Shortly. Regards, Suresh (91) 080-23561956 (91) 044-24838112 Bangalore - India - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Help on mapping multiple records with formbean.

2004-03-04 Thread Venkata Aleti
Hi I have a view that include multiple editable rows , each row represents Employee information. Here view contains any number of rows, its dynamic. Now I want map this view to form bean so that I can Validate the user inputs and display error messages if any errors exist . Right now I have one