Subscribe-Please

2004-02-16 Thread f f
__ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Thanks

2004-02-16 Thread f f
Hi all, Sorry for this late reply. I have many work to do... on Thu, 12 Feb 2004. Mr. Heya Gosper wrote, Looks like you don't have the error string correct (ie you may have a misspelling) errors.cartIsEmtpy Yes you were right. and Mr. Navjot Singh wrote : 2. ActionMapping is not deprecated.

RE : Beginner question: form bean executing but action class not

2004-02-12 Thread f f
The easiest way to learn is look at the working example(and from book of course). Struts comes with great example. Compare your xml configurations and other things(such as tags), with, say struts-example/web-inf/struts-config.xml. __ Do you Yahoo!? Yahoo! Finance:

2 PROBLEMs-Please Help

2004-02-11 Thread f f
Hi gurus, I have 2 problems(or may be 2 bug reports) : 1. The point is IT CAN'T SAVE ERRORS ! Here is some relevant codes(some of them are simplified) === from TrySubmitOrderAction.java(on execute method) : // if object under the name

Re: Beginner question: form bean executing but action class not

2004-02-11 Thread f f
you don't supply the controller controller / I hope this helps, Fredrich - Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online

An Action doesn't work as expected

2004-02-03 Thread f f
Hi gurus, I'm just learning to develop web application with Struts. All Action works well, except SubmitCustomerAction. I've tried to find the problem but I can't find it so far. Here is some relevant information on jsp page : html:form action=/submitCustomer focus=name onsubmit=return

Action doesn't work as expected

2004-02-03 Thread f f
Hi gurus, I'm just learning to develop web application with Struts. All Action works well, except SubmitCustomerAction. I've tried to find the problem but I can't find it so far. Here is some relevant information on jsp page : html:form action=/submitCustomer focus=name onsubmit=return

Re: An Action doesn't work as expected-Thank You

2004-02-03 Thread f f
Hi, it worrrk. Thanks, Fredrich __ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ - To unsubscribe, e-mail: [EMAIL

Select tag and mapped fields

2003-02-15 Thread f f
The select tag does not correctly match values from a mapped field. Thus, the following does not work: html:select property=value(cars) value=value(cars) This would theoretically get the mapped value for the key cars from our form bean and match against an item in our list of options. However,