Trouble With Multiple Message Resources Bundles

2003-12-01 Thread Cornellious Mann
researched the archives and have not found any sufficient reasons as to why this doesn't work. All of the Struts documentation reads like this should work. I did see one or two message indicating this could be a problem Does anyone have any ideas? = Best Regards, Cornellious Mann

Trouble With Multiple Message Resources Bundles

2003-11-18 Thread Cornellious Mann
researched the archives and have not found any sufficient reasons as to why this doesn't work. All of the Struts documentation reads like this should work. Does anyone have any ideas? = Best Regards, Cornellious Mann __ Do you Yahoo!? Protect your identity

Re: Dynamic form fields on ActionForm

2003-10-08 Thread Cornellious Mann
/08/2003 06:19 AM Cornellious Mann wrote: Unfortunately, products can be added at runtime and therefore I don't know what the full set is. From the research I have done it sounds like ActionForms can not handle this situation and I will need to handle it myself in the Action. Do you

Re: Dynamic form fields on ActionForm

2003-10-08 Thread Cornellious Mann
store / 'persist' your products somehow? Or do they only last as long as the user's session? Do you use a database? On 10/08/2003 03:01 PM Cornellious Mann wrote: All we have is a product ID. There is no category. How do you think category could help? Also, have you used an indexed

Re: Dynamic form fields on ActionForm

2003-10-08 Thread Cornellious Mann
. Similarly with units[0], units[1] On 10/08/2003 04:47 PM Cornellious Mann wrote: Currently, we are a stateless application. So on each request we will read the database and get a list of products. Then our JSP will generate a from a list of products. Each product will have

Re: Dynamic form fields on ActionForm

2003-10-08 Thread Cornellious Mann
/2003 07:45 PM Cornellious Mann wrote: I'm not sure about one thing though. If I name all of my inputs on the HTML page the same name, when I submit the form, won't only one of the inputs be passed along? --- Adam Hardy [EMAIL PROTECTED] wrote: I think I see what you mean. If all

Re: Dynamic form fields on ActionForm

2003-10-08 Thread Cornellious Mann
they went out with remains the same when they come back in. I think you must be missing the point here somewhere On 10/08/2003 10:34 PM Cornellious Mann wrote: This worked. :) Do you know if the order is guaranteed? From my testing it looks like the values appear

Re: Dynamic form fields on ActionForm

2003-10-08 Thread Cornellious Mann
. the order they went out with remains the same when they come back in. I think you must be missing the point here somewhere On 10/08/2003 10:34 PM Cornellious Mann wrote: This worked. :) Do you know if the order is guaranteed? From my testing it looks like the values appear in the array

Dynamic form fields on ActionForm

2003-10-07 Thread Cornellious Mann
the list in input parameters? Thanks for any help. = Best Regards, Cornellious Mann __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com

Re: Dynamic form fields on ActionForm

2003-10-07 Thread Cornellious Mann
fields or not in JSP. Adam On 10/07/2003 09:48 PM Cornellious Mann wrote: I am wondering what is the best approach to handle dynamic form fields within an ActionForm. I have a JSP page that will display quantity input fields for a dynamic list of products. I don't know how many