in my form there is a button to automatically fill some information if user wish so ..
on clicking it should get some information from database and fill some command fields ...
the other data user entered should be retained ...
i could submit the button and get info from db , change command object fro that portion only , place in session and call the same view and in that retrieve that from session and set that as command object ..
but that doesnt seems to be a good idea ..
is there any method i could do that without saving to session ..
any help will be greatly appreciated
thanks ..


Reply With Quote