| Author |
div tag in struts 2
|
Ritesh Badwaik
Greenhorn
Joined: Feb 23, 2009
Posts: 16
|
|
Hi all,
I want to hide some components using div tag . I tried as follows
<s:div id="divFromHour" style="display:none">
some component
</s:div>
but it is not working.
please help !
Thanks
Ritesh
|
 |
Roberto Hernandez
Ranch Hand
Joined: Apr 29, 2009
Posts: 33
|
|
You can't use the style attribute when using struts tags. You must use cssStyle or cssClass. Please be sure to read the struts2 tags documentation before posting stuff like this.
|
 |
 |
|
|
subject: div tag in struts 2
|
|
|