I have Add/Edit/Delete for one database table.
 
For Edit what i want is to get the values from database and display it on form 
as default.
 
What i am doing is -> 
1)First calling one action handler getting the values from database and putting 
inside one data bean. Putting that bean inside request scope then forwarding to 
Edit Form
2)Inside Edit form I want to get these values as by default for text box
 
I tried something <html:text property="oddsno" value=????> many different 
combination using cout / html:bean... etc etc but i am not getting the values.
 
Is there any good solution for getting default values inside Edit Form?
 
regards
Manisha

                
---------------------------------
Do you Yahoo!?
 Meet the all-new My Yahoo! – Try it today! 

Reply via email to