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 113395 - Add visualweb options for lifecycle.PARTIAL
Summary: Add visualweb options for lifecycle.PARTIAL
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 17:54 UTC by Lark Fitzgerald
Modified: 2007-08-21 18:35 UTC (History)
1 user (show)

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 17:54:04 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 lifecycle which we default to 
true.

    <servlet>
        <servlet-name>Faces Servlet</servlet-name>
        <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
        <init-param>
            <param-name>javax.faces.LIFECYCLE_ID</param-name>
            <param-value>com.sun.faces.lifecycle.PARTIAL</param-value>
        </init-param>
        <load-on-startup>1</load-on-startup>
    </servlet>

If a user disables it, then we should remove the above from the web.xml.
Comment 1 Matthew Bohm 2007-08-21 18:35:09 UTC
What I understand from the description is that we would provide a way to toggle lifecycle.PARTIAL in Tools->Options. I
do not think we would want to do this, though, because that would tie us to dynamic faces more than we have committed to
at this point. Maybe jayashri can say. For now just marking future.