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 - Add visualweb options for clientside state saving
Summary: Add visualweb options for clientside state saving
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Matthew Bohm
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-21 18:08 UTC by Lark Fitzgerald
Modified: 2007-09-22 01:26 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.