problem displaying images

2007-10-12 Thread Niniva Ray
Hello! I have 3 images to display and to do that in my jsp page I have the following code I am using struts 1.2.9. I have GetBarChartAction class and GetPieChartAction class implemented and properly configured. In the execute methods, I am using

Re: [newbie] "no getter method .."

2007-05-25 Thread Niniva Ray
No you need a getName() getter method in your ResultBean javabean class. Regards, Niniva probertm <[EMAIL PROTECTED]> wrote: Hi, all. Another newbie question on Struts. I am having an issue in getting my .jsp names to match with those in the ActionForm class and was after some help.

Re: How to pass data from one Action class to another Action class?

2006-10-11 Thread Niniva Ray
actions :D Thanks and regards, Pazhanikanthan. P (Paz) Consultant for AXA, Senior Software Engineer, HCL Australia Services Pty. Ltd. Off : +61-3-9618-4085 Mob : +61-0411-354-838 Niniva Ray 12/10/2006 08:26 AM Please respond to "Struts Users Mailing List" To: user@struts.apa

How to pass data from one Action class to another Action class?

2006-10-11 Thread Niniva Ray
Hello, If my Action class's success path is another Action class, not a jsp, how do I pass data from one Action class to the other Action class? Both of my action classes are associated with the same form bean. I was setting the method A of the common form bean in one Action class and doi

Re: Need help in how to display error messages

2006-08-04 Thread Niniva Ray
esolves the message") - but you're actually resolving the message yourself in the Action. Try just creating the ActionMessage with the key: ActionMessage error = new ActionMessage("error.message.filemanagement.errorsavingconfiguration"); Niall On 8/5/06, Niniva Ray wrote:

Need help in how to display error messages

2006-08-04 Thread Niniva Ray
Hi, I am working on a web application where I am using struts 1.2.9. The problem I am encountering is whenever I want to show any messages on the browser, suppose if I want to show the message "Error saving configuration", it is displaying ???en_US.Error saving configuration???