[jira] [Created] (TRINIDAD-2356) Regression caused by the check in of issue TRINIDAD-2158

2013-01-30 Thread hongbing wang (JIRA)
hongbing wang created TRINIDAD-2356: --- Summary: Regression caused by the check in of issue TRINIDAD-2158 Key: TRINIDAD-2356 URL: https://issues.apache.org/jira/browse/TRINIDAD-2356 Project: MyFaces

[jira] [Updated] (TRINIDAD-2356) Regression caused by the check in of issue TRINIDAD-2158

2013-01-30 Thread hongbing wang (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hongbing wang updated TRINIDAD-2356: Status: Patch Available (was: Open) Regression caused by the check in of issue

[jira] [Created] (TRINIDAD-2182) Make converters/validators support disabled attribute

2011-12-22 Thread hongbing wang (Created) (JIRA)
Components: Components Affects Versions: 2.0.0-core Reporter: hongbing wang Priority: Minor While developing my own component, I need disable/enable converters/validators based on EL. Please support disabled attribute for the following: ColorConverter DateTimeConverter

[jira] [Updated] (TRINIDAD-2182) Make converters/validators support disabled attribute

2011-12-22 Thread hongbing wang (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hongbing wang updated TRINIDAD-2182: Status: Patch Available (was: Open) Make converters/validators support disabled

[jira] [Updated] (TRINIDAD-2157) Make class MethodBindingMethodExpression and MethodExpressionMethodBinding public

2011-12-21 Thread hongbing wang (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hongbing wang updated TRINIDAD-2157: Status: Patch Available (was: Open) Make class MethodBindingMethodExpression

[jira] [Created] (TRINIDAD-2165) TrNumberFormat of TrNumberConverter doesn't accept 0 for maximumFractionDigits or maximumIntegerDigits

2011-11-16 Thread hongbing wang (Created) (JIRA)
/browse/TRINIDAD-2165 Project: MyFaces Trinidad Issue Type: Bug Components: Components Affects Versions: 1.2.12-plugins Reporter: hongbing wang Also need the fix in 2.0.2. TrNumberconverter sets its _maxFractionDigits and _maxIntegerDigits to its

[jira] [Updated] (TRINIDAD-2165) TrNumberFormat of TrNumberConverter doesn't accept 0 for maximumFractionDigits or maximumIntegerDigits

2011-11-16 Thread hongbing wang (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hongbing wang updated TRINIDAD-2165: Status: Patch Available (was: Open) TrNumberFormat of TrNumberConverter doesn't

[jira] [Created] (MYFACES-3386) Make class MethodBindingMethodExpression and MethodExpressionMethodBinding public

2011-11-06 Thread hongbing wang (Created) (JIRA)
: MyFaces Core Issue Type: Bug Components: General Affects Versions: 2.0.2 Reporter: hongbing wang While developing components, I need implement javax.faces.component.ActionSource and ActionSource2, which require to implement following methods: public

[jira] [Created] (MYFACES-3387) Make converters/validators support disabled attribute

2011-11-06 Thread hongbing wang (Created) (JIRA)
: General Affects Versions: 2.0.2 Reporter: hongbing wang Attachments: support-disabled-for-converter-validator.patch While developing my own component, I need disable/enable converters/validators based on EL. Please support disabled attribute for the following

[jira] [Updated] (MYFACES-3387) Make converters/validators support disabled attribute

2011-11-06 Thread hongbing wang (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hongbing wang updated MYFACES-3387: --- Status: Patch Available (was: Open) Make converters/validators support disabled

[jira] Updated: (TRINIDAD-2038) Need new exception to know whether JSF needs to report the exception

2011-02-17 Thread hongbing wang (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hongbing wang updated TRINIDAD-2038: Status: Patch Available (was: Open) Need new exception to know whether JSF needs

[jira] Created: (TRINIDAD-2038) Need new exception wrapper to know whether JSF needs to report the exception

2011-02-16 Thread hongbing wang (JIRA)
Trinidad Issue Type: Bug Affects Versions: 2.0.0-beta-1 Reporter: hongbing wang There are cases that exception is thrown in update model phase, like model layer validation failure, by model outside of JSF and the exception is also handled and reported outside of JSF

[Trinidad][API] New Exception tells whether JSF needs to report the exception for TRINIDAD-2038

2011-02-16 Thread Hongbing
to report this exception, otherwise true. */ public boolean isReportingMessage(); } Thanks, Hongbing

Re: [Trinidad][API] New Exception tells whether JSF needs to report the exception for TRINIDAD-2038

2011-02-16 Thread Hongbing
Hi Pavitra: It can happen in update model phase. For example, Model layer throws exception when attribute value validation fails, binding layer detects it and re-throwd new exception with the new interface to JSF. JSF then can handle it accordingly. thanks, Hongbing On 2/16/2011 2:09 PM

Re: [Trinidad][API] New Exception tells whether JSF needs to report the exception for TRINIDAD-2038

2011-02-16 Thread Hongbing
, Hongbing On 2/16/2011 4:23 PM, Scott O'Bryan wrote: Hogbing, I'm taking a look at the bug now but just so I understand.. When you refer to JSF, I assume you mean the Trinidad renderkit. Is that correct? Scott On Feb 16, 2011, at 4:23 PM, Hongbinghongbing.w...@oracle.com wrote: Hi

[jira] Created: (TRINIDAD-2014) GlobalConfiguratorImpl - Reattach the cached RequestContext when current is null but cached RequestContext is not

2011-01-19 Thread hongbing wang (JIRA)
://issues.apache.org/jira/browse/TRINIDAD-2014 Project: MyFaces Trinidad Issue Type: Bug Affects Versions: 2.0.0-beta-1 Reporter: hongbing wang In GlobalConfiguratorImpl._attachRequestContext(ExternalContext ec), if current RequestContext is null but cached

[jira] Updated: (TRINIDAD-2014) GlobalConfiguratorImpl - Reattach the cached RequestContext when current is null but cached RequestContext is not

2011-01-19 Thread hongbing wang (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hongbing wang updated TRINIDAD-2014: Status: Patch Available (was: Open) GlobalConfiguratorImpl - Reattach the cached

[jira] Created: (TRINIDAD-1883) StateManagerImpl.PageState is incompatible in Trinidad 1.2 and 2.0

2010-08-16 Thread hongbing wang (JIRA)
Issue Type: Bug Affects Versions: 1.2.12-core Environment: Windows 7 Reporter: hongbing wang Priority: Critical Following variables of StateManagerImpl.PageState are removed from Trinidad 1.2.12.3 private final Object _structure, _state; and changed