I am creating a struts based application and i want to load a div based on content in a sj:textfield. I am using struts jquery plugin. The div has to be loaded by passing the textfield contents to a struts action.
Can anyone tell me how to do so since I could not find any instance of this anywhere.
i am not sure, if i got u right. but i will give a try. check out the code below
after you submit the form, the result should be appeared in the div with id "myResultDiv", check out the struts2 jquery plugin page strut2-jquery-plugin-showcase
EDIT 1