Wednesday, 21 August 2013

JSP Custom tag html button render

JSP Custom tag html button render

I have a jsp and custom tag to load that is basically a portion of my html
code. The even that triggers the page to call the custom tag is onclick
from a button using ajax to reload it. The problem I'm having is that when
it reaches the custom tag to esentially refresh a portion of my page , the
page has checkboxs on them (one is checked), it doesn't entirely refresh
that part of the page because I have checkboxes that would be get
un-checked within that tag???

No comments:

Post a Comment