Commit 1213b247770b67a1839bb1e45a327c98361a4d8f

Authored by bernard
1 parent 29f46306

Fixed problem with reRendering whole calendar via a4j:support reRender

... ... @@ -27,8 +27,9 @@
27 27 <jsp:scriptlet>
28 28 <![CDATA[org.richfaces.component.util.FormUtil.throwEnclFormReqExceptionIfNeed(context, component);]]>
29 29 </jsp:scriptlet>
30   - <div id="#{clientId}" class="rich-schedule #{component.attributes['styleClass']}"/>
31   - <script type="text/javascript">
32   - <f:call name="writeInitFunction"/>
33   - </script>
  30 + <div id="#{clientId}" class="rich-schedule #{component.attributes['styleClass']}">
  31 + <script type="text/javascript">
  32 + <f:call name="writeInitFunction"/>
  33 + </script>
  34 + </div>
34 35 </f:root>
\ No newline at end of file
... ...
Please register or login to post a comment