Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 107261 Details for
Bug 173831
[faces-config] Managed bean editor drops value data
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Proposed fix
value_field.patch (text/plain), 958 bytes, created by
Vadim Dmitriev
on 2008-07-12 16:30:20 EDT
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Vadim Dmitriev
Created:
2008-07-12 16:30:20 EDT
Size:
958 bytes
patch
obsolete
>Index: src/org/eclipse/jst/jsf/facesconfig/ui/dialog/AddEditManagedPropertyDialog.java >=================================================================== >RCS file: /cvsroot/webtools/org.eclipse.jsf/components/jsf/plugins/org.eclipse.jst.jsf.facesconfig.ui/src/org/eclipse/jst/jsf/facesconfig/ui/dialog/AddEditManagedPropertyDialog.java,v >retrieving revision 1.8 >diff -u -r1.8 AddEditManagedPropertyDialog.java >--- src/org/eclipse/jst/jsf/facesconfig/ui/dialog/AddEditManagedPropertyDialog.java 4 Oct 2007 22:04:16 -0000 1.8 >+++ src/org/eclipse/jst/jsf/facesconfig/ui/dialog/AddEditManagedPropertyDialog.java 12 Jul 2008 20:27:11 -0000 >@@ -316,7 +316,7 @@ > valueField.getTextControl(null, parent).setEditable(false); > valueField.setEnabled(true); > } else { >- valueObject = ""; //$NON-NLS-1$ >+ valueObject = valueField.getText(); > valueField.getTextControl(null, parent).setEditable(true); > valueField.setEnabled(true); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 173831
: 107261