[OT] how to process emails automatically??

2007-08-27 Thread petchia
I'm having trouble finding a solution to a problem I need to solve and thought I'd ask the always knowledgeable Struts list. I need to setup a system that can process emails and their attachments automatically. Basically, I need a piece of software that will run every time an email is sent to

[s2] converter attribute of action tag

2007-07-19 Thread petchia
Does anyone know what this is for? In looking through the Struts 2 and XWork source code it doesn't appear to be implemented. Any ideas?? -Bill -- View this message in context: http://www.nabble.com/-s2--converter-attribute-of-%3Caction%3E-tag-tf4111871.html#a11691601 Sent from the Struts -

[s2] bean tag in struts.xml - what is it for?

2007-07-16 Thread petchia
Can someone explain to me how the bean tag in the struts.xml file works? I have read the docs at the following URL: http://struts.apache.org/2.0.8/docs/bean-configuration.html The part I'm confused on is how beans defined with the bean tag are used by the Struts 2 framework. Are these beans

[s2]how to detect changes in the available values in a list using optionstransferselect

2007-07-10 Thread petchia
I need to be able to detect when an item is added (or removed) from the right side of an optionstransferselect component. Basically if an item on the left side is added to the right side, I want to be able to run some JavaScript code to update another part of the page. I tried using the

Re: [s2] What is the name attribute of exception-mapping tag for?

2007-07-10 Thread petchia
I've dug into the S2 and XWork code and I can't see anywhere that the name attribute of an exception mapping is used. Anyone have any clue about this? Is it just an used attribute that was intended for something that never got implemented? I'm at a loss here. -Bill petchia wrote: Anyone

RE: [s2] no result defined error after failed validation - can someone help?

2007-07-10 Thread petchia
Does this mean that errors and messages are stored in the session? If so, is this configurable? I don't see why the errors would be stored in the session by default. -Bill 徐 伟 wrote: Try this way, and it might works. Make your action beans all implement