Re: learning struts/spring?

2008-01-09 Thread mah bub
thanks a lot guys On Jan 8, 2008 3:15 PM, Rick Reumann [EMAIL PROTECTED] wrote: On Jan 7, 2008 9:15 PM, mah bub [EMAIL PROTECTED] wrote: is there any nice tutorial which covers the basic with step by step examples so that i can catch up. I have several step by step Struts lessons

learning struts/spring?

2008-01-07 Thread mah bub
hi everyone, hope you are doing well. i'm a new comer to the world of web based system development. I would like to know should i learn struts (1 or 2) or spring or both of them and why? is there any nice tutorial which covers the basic with step by step examples so that i can catch up. any

Re: Validation is called before form is populated from my database

2005-07-19 Thread mah bub
Hi, As much I know if you need to load data when the page is load before the validation is called. You may load data when the action is called and there could be another action associated with the Submit button's page which will check the validation. I'm not sure whether it make you clear or

canceling a operation after sending to container

2005-03-18 Thread mah bub
Hi, I'm very new to this web based solution devlopment. I manage to develop a solution using Struts/SQL Server/XSLT/XML for a retail shop in our country. Some of the reports are very highly resource needed and the users some times pree 2/3 times on the same button to generate the report. Is