I am using following button tag to display button by passing some runtime value to "value" attribute:
<html:开发者_开发问答button  styleClass="button50" value="<%=no_list %>" onclick="callOneFunction(this);" />
it is throwing an jasper exception saying, setValue(String) cannot work with html:button.
Please help me out to resolve my problem, I want to pass some value at runtime to value attribute. How to do it ?
Thanks in advance.
This is how you have to write.
<html:submit styleClass="button50">
<%=no_list %>
</html:submit>
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论