This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 113397

Summary: Add visualweb options for clientside state saving
Product: obsolete Reporter: Lark Fitzgerald <lfitzgerald>
Component: visualwebAssignee: Matthew Bohm <mbohm>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Lark Fitzgerald 2007-08-21 18:08:51 UTC
The options for Visual Web had been reorganized to the Basic | Miscellaneous | Visual Web section.

It would be nice to have a components section with component specific properties like client side state saving

    <context-param>
        <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
        <param-value>client</param-value>
    </context-param>

where user can change client/server and it will be reflected in the web.xml
Comment 1 Matthew Bohm 2007-09-22 01:26:21 UTC
Changing target milestone to future.