can anybody can write this tld
we need to create a Tag lib for
UI.
Textbox Searchbutton clearbutton
After entering partial text (Ex:john)if we hit search button it has to search database and retrieve records starts with john and this result set it has to display as a list box in place of text box.i.e.,
Textbox Searchbutton clearbutton <---before
List box clearbutton <---after
vice versa.
As this part is going to repeat in our main UI 7 times for 7 different fields when we use above Tld it should not clear above layer listbox results.
|