Re: problem in formbean

2006-11-30 Thread thamizh arasu
Hi Prem, At the time of landing the page, you are showing some values. That values are taken from DB. Once error coming you are redirecting to the same page. but with the error value. This is your problem right? this can be easily solved. you are showing the values taken from formbean. At the

Re: Struts and AJAX

2006-07-02 Thread thamizh arasu
Hi, For ur purpose struts is having ajaxtags. through which you can use ajax in your struts application. Refer http://ajaxtags.sourceforge.net/. chamal desilva <[EMAIL PROTECTED]> wrote: Hi, Can I use struts with AJAX. Does struts has classes and tags for AJAX or do I have write my own code.

Struts 1.3 Release Date...

2006-06-22 Thread thamizh arasu
Hi All, This is a good news about Struts 1.3 is going to be released. I searched the web but i could not find the release date of struts 1.3 version. can any one tell me the release date of struts 1.3.. BY Thamizharasu S - Yahoo! Messenger wit

Re: JSP does not display error message from validate()

2006-06-17 Thread thamizh arasu
Hi, To display the error message in ur jsp you have to do 2 things. 1. you are getting the errror message with the property key. so that you have to have a form field with the specified property id name 2. This is by default usage. you have to give the properties key id at the time of creating

Struts and AJAX

2006-04-04 Thread thamizh arasu
Hi, I have developed application with struts. now i want to use ajax in my struts application. using ajax we can avoid refreshing the whole page. instead of that it enough to refresh the part of the page. I like this functionality. if any one know the way to start struts with ajax please let m

Can any one help me to use layout:date

2006-03-02 Thread thamizh arasu
Hi, I am new to using struts-layout. I have some problem with that. I successfully installed struts-layout.jar in WEB-INF/lib folder. and copied config and images folder into the root folder. In my jsp i have included only the following line. that is, once that jsp got focused i got error i