Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

<h:panelGroup rendeed="false"> Is Still Rendering

871355Jul 27 2011 — edited Jul 29 2011
Hello,

I have a small question regarding JSF <h:panelGroup rendeed="false">

I have the following in my jsp page
<h:panelGroup rendered="false">
    <script type="text/javascript">
        alert('ok');       
    </script>
</h:panelGroup>
I would expect the alert inside javascript shouldn't be firing because rendered is false, however when I run the page, alert is firing.
What could be the reason for this?
This post has been answered by 878598 on Jul 27 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 26 2011
Added on Jul 27 2011
2 comments
256 views