Re: [Trinidad] RangeValidator(s)

2007-05-16 Thread Blake Sullivan
How exactly is having the Double.MIN/MAX available on the client going to help us? Isn't the result of an overflow a valid Double? -- Blake Sullivan Matthias Wessendorf wrote: ok, we can use undefined instead of null. So we can use the undefined to indicate that Number.MAX / -Number.MAX

Re: [TRINIDAD] LengthValidator fixes

2007-05-22 Thread Blake Sullivan
the latter) Do surrogates count as a character? -- Blake Sullivan - If min and max are the same, we don't have a custom message, so you'd get something like Enter a value between 5 and 5 characters. Looks silly. So, in addition to LengthValidator.NOT_IN_RANGE, I'll add LengthValidator.EXACT

Re: [TRINIDAD] LengthValidator fixes

2007-05-22 Thread Blake Sullivan
Adam Winer wrote: On 5/22/07, Blake Sullivan [EMAIL PROTECTED] wrote: Adam Winer wrote: The Trinidad subclass of LengthValidator needs some work. Changes I plan to make - feedback appreciated: - The messages are copied from the LongRangeValidator, so we say Enter a value greater than

Re: [jira] Resolved: (TRINIDAD-18) wild-carded skinning pseudo classes incorrectly transformed to CSS-2

2007-05-29 Thread Blake Sullivan
/jira/browse/TRINIDAD-18 Project: MyFaces Trinidad Issue Type: Bug Components: Skinning Affects Versions: 1.0.1-core, 2.0.0-core Environment: Windows XP Reporter: Blake Sullivan Assignee: Jeanne Waldman Fix For: 1.0.1-core I

Re: [Trinidad] Testing JavaScript

2007-07-17 Thread Blake Sullivan
How does this compare to JSUnit? -- Blake Adam Winer wrote: This'd be SWEET! -- Adam On 7/17/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi, perhaps we should add some Unit tests (via [1]) to Trinidad, to test stuff like our converters: import junit.framework.TestCase; import

Re: [Trinidad] [API] New Skin APIs

2007-07-19 Thread Blake Sullivan
Considering that I reviewed them, it isn't surprising that I like all of these changes. -- Blake Sullivan Jeanne Waldman wrote: Hi there, I have some new Skin API proposals I would like to run by everyone. This involves public API changes and some private IMPL changes, and comes up while I

Re: [Trinidad] Client-Side Validators/Convertors should throw TrLabeledFacesMessage (extends TrFacesMessage)

2007-07-20 Thread Blake Sullivan
. Is this map of id-FacesMessage[] or id -ListFacesMessage? -- Blake Sullivan -- Adam * Fix the order of output messages. Currently messages output by the above methods appear in the order of required errors, convertor errors, validator errors. Rather than the order in which

Re: [Trinidad] [API] New Skin APIs

2007-07-24 Thread Blake Sullivan
one another.--their keys are supposed to be disjoint. Therefore, I would go for Collection. -- Blake Sullivan Regards, ~ Simon On 7/24/07, *Jeanne Waldman* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Thanks everyone. I'm almost done with the implementation. What should

Re: [Trinidad] Client-Side Validation - Enable 'onchange' validation

2007-08-24 Thread Blake Sullivan
Adam Winer wrote: On 8/22/07, Simon Lessard [EMAIL PROTECTED] wrote: On 8/22/07, Danny Robinson [EMAIL PROTECTED] wrote: Guys, Now we're into 1.0.3, I'd like to enable the inline validation for 'onchange' of an input component. I'd like to start some discussion on how we'd

Re: [TRINIDAD] Why are we generating final property accessors

2007-08-25 Thread Blake Sullivan
are either dangerous for compatibility and/or cases where HotSpot can determine that the optimization is possible based on the classes actually loaded in your application, which optimizes all of the non-final cases as well. -- Blake Sullivan AFAIK, there is zero benefit to performance from

Re: [Trinidad] Components provided by issues 663 and 664 - overview and chance to vote

2007-09-05 Thread Blake Sullivan
of trunk? +1 Adding features in too early is a good way to make problems for ourselves later. Once we are certain that we understand the problem space, if these components are the best solution, it will be easy to move them to trunk. -- Blake Sullivan -- Adam

Re: [TRINIDAD] New element in trinidad-skins.xml /SkinImpl/SkinAddition

2007-09-21 Thread Blake Sullivan
resource-bundle with a var name within the faces-config.xml. This would also be useful, but isn't mutually exclusive with the above. -- Blake Sullivan ~ Simon On 9/21/07, *Jeanne Waldman* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, I have a new issue I need to resolve

Re: [Trinidad] Create a 1.2 trunk

2007-10-25 Thread Blake Sullivan
Winer handled most of it. -- Blake Sullivan Matthias Wessendorf wrote: On 10/24/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: On 10/24/07, Andrew Robinson [EMAIL PROTECTED] wrote: IMO, the 1.1 would still act as the main trunk for new features that are not 1.2 specific. It would

Re: [Trinidad] Create a 1.2 trunk

2007-10-25 Thread Blake Sullivan
, the need for JSF 1.1 won't be that large as now. Yep. I assume the JSF 1.1 - 1.2 change is more painful because of the J2EE container requirement (which hopefully JSF 2.0 will take better advantage of than 1.2 does). -- Blake Sullivan To me, this makes sense. -M -- Blake like important

Re: [Trinidad] change trunk after next 1.0.x release?

2007-10-29 Thread Blake Sullivan
Matthias, If the committers want to spend their time backporting fixes to 1.0.x, that's their right. -- Blake Sullivan Matthias Wessendorf wrote: Hi, what do you think about doing a 1.0.4 release soon, and the afterwards created 1.2.4-branch becomes trunk then. The 1.0.x development goes

Re: [Trinidad] change trunk after next 1.0.x release?

2007-10-29 Thread Blake Sullivan
no regressions relative to 1.0.x. I would have thought that waiting at least seventeen months to cur over to 1.2 would ahve been long enough. -- Blake Sullivan - anyone else want to chime in. Danny On 10/29/07, *Scott O'Bryan* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Yeah

Re: [Trinidad] NumberConverter and fr_FR locale

2007-11-30 Thread Blake Sullivan
that the String that we pass to the NumberFormatter has no spaces in it? -- Blake -Matthias On Nov 30, 2007 7:25 PM, Matthias Wessendorf [EMAIL PROTECTED] wrote: Blake, out of the blue, but perhaps that is a JDK bug? I am on 1.5.0_11 On Nov 30, 2007 7:14 PM, Blake Sullivan [EMAIL PROTECTED

Re: [Trinidad] Making date-converter lenient

2007-12-12 Thread Blake Sullivan
. -- Blake Sullivan

Re: [Trinidad] CoreRenderer static methods

2008-01-23 Thread Blake Sullivan
convenience functions, then it is confusing to have both the class itself and a separate Utils class. Given that we have a separate Utils class, these methods shouldn't be on the abstract class. -- Blake Sullivan -Andrew

Re: [Trinidad] CoreRenderer static methods

2008-01-24 Thread Blake Sullivan
useless. In the future, I think we should make that method as well as PropertyKey class generic aware. I completely agree. I did this on a branch one night but never got around to submitting the patch. -- Blake Sullivan Regards, ~ Simon /** * This method evaluates the property

Re: [Trinidad] add method to get an application scoped concurrentMap to RequestContext (TRINIDAD-926)

2008-01-28 Thread Blake Sullivan
I'm, of course, in favor. -- Blake Sullivan Gabrielle Crawford wrote: Hi, In case anyone filtered away the [jira] message. I'd like to add the method described below to the requestContext. Comments? Objections? Thanks, Gab Original Message add method to get

Re: [Trinidad] add method to get an application scoped concurrentMap to RequestContext (TRINIDAD-926)

2008-01-30 Thread Blake Sullivan
ConcurrentHashMap, which uses lock striping internally. -- Blake Sullivan If we are able to satisfy our requirements by going down this route, I would prefer this over adding a somewhat-redundant API to Trinidad (ie. would prefer fixing the underlying problems so that we can use the Application map

Re: [Trinidad] add method to get an application scoped concurrentMap to RequestContext (TRINIDAD-926)

2008-01-30 Thread Blake Sullivan
Andy Schwartz wrote: Hey Blake - On Jan 30, 2008 11:52 AM, Blake Sullivan [EMAIL PROTECTED] wrote: This is more of an issue, however the other problem is that the ServletContext and Session still don't expose the atomic operations of ConcurrentMap. Neither do they document what object

Re: [Trinidad] add method to get an application scoped concurrentMap to RequestContext (TRINIDAD-926)

2008-01-30 Thread Blake Sullivan
Andy Schwartz wrote: Hey Blake - On Jan 30, 2008 3:57 PM, Blake Sullivan [EMAIL PROTECTED] wrote: I believe that we do want to do this, but we can hold off until we have concrete needs unless the synchronization is actually killing our performance on the Servlet Container implementations

Re: svn commit: r628919 - in /myfaces/trinidad/trunk_1.2.x: src/site/xdoc/devguide/ trinidad-api/src/main/java/org/apache/myfaces/trinidad/render/ trinidad-api/src/main/java/org/apache/myfaces/trinida

2008-02-24 Thread Blake Sullivan
Jeanne, Can't we use the old code path in the case where the form component is not a naming container and the scoped id contains less than 2 colons. This is probably by far the most common case and I believe that the result is the same across all three schemes. -- Blake [EMAIL PROTECTED]

Re: [jira] Commented: (TRINIDAD-961) NON-FUNCTIONAL PARTIALTRIGGERS FOR TABLE COLUMN HEADER/FOOTER

2008-03-10 Thread Blake Sullivan
against the likelihood of regression? It seems that your disagreement is with the relative weighting of the advantages and disadvantages in this case, which is a fair complaint but isn't precedent setting. -- Blake Sullivan Scott Max Starets wrote: I'd say leave it in UIXComponentBase

Re: [jira] Commented: (TRINIDAD-961) NON-FUNCTIONAL PARTIALTRIGGERS FOR TABLE COLUMN HEADER/FOOTER

2008-03-10 Thread Blake Sullivan
be depending on this API. I don't by the let's break it and see if anyone complains attitude, and that is the precedent I was referring to. I don't think anyone ever said that we shouldn't ask the list. -- Blake Sullivan This is why I mentioned that I'm willing to concede the point if nobody

Re: TRINIDAD-996

2008-03-10 Thread Blake Sullivan
and then have to explain when you should use one rather than the other. -- Blake Sullivan the whole issue is based on common requirements of real world projects. i'm sure that there is a reason for the current approach. however, there are also other opinions out there. so it would be great

Re: TRINIDAD-996

2008-03-11 Thread Blake Sullivan
requirements. support for: - subforms - different types of focus handling What types? - conventions What conventions? We are looking for actual use cases as opposed to support everything that this piece of code supports. -- Blake Sullivan and of course: the solutions shouldn't break backward

Re: [jira] Issue Comment Edited: (TRINIDAD-996) improvement of defaultCommand

2008-03-11 Thread Blake Sullivan
Gerhard, What are the semantics of the groups and how do they compare to subforms? -- Blake Sullivan Gerhard Petracek (JIRA) said the following On 3/11/2008 1:46 AM PT: [ https://issues.apache.org/jira/browse/TRINIDAD-996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment

Re: [jira] Commented: (TRINIDAD-1014) document skin additions in the Apache MyFaces Trinidad Skinning dev guide.

2008-03-23 Thread Blake Sullivan
Jeanne Waldman (JIRA) said the following On 3/18/2008 2:03 PM PT: [ https://issues.apache.org/jira/browse/TRINIDAD-1014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12580079#action_12580079 ] Jeanne Waldman commented on TRINIDAD-1014:

Re: [Trinidad] implementing tabIndex attributes on select components

2008-03-24 Thread Blake Sullivan
these cases. -- Blake Sullivan Andy Schwartz said the following On 3/22/2008 5:15 AM PT: Hey All - The concern with exposing a public component-level tabIndex attribute has always been that this opens up the potential for way more problems than it solves. The problem with HTML tabIndex attribute

Re: [Trinidad] private / protected final methods in renderers

2008-04-09 Thread Blake Sullivan
. a desire to be able to change the Renderer implementation without breaking subclassers. I actually think that we went too far in providing lots of subclasser knobs in Trinidad, but that's just my opinion. -- Blake Sullivan Cristi Toth said the following On 4/9/2008 5:23 PM PT: Hi guys, A lot

Re: [Trinidad] private / protected final methods in renderers

2008-04-10 Thread Blake Sullivan
possible subclasser might want. If there really are huge chunks of interesting code that should be shared in this case, they can be broken out into utilities and shared that way. -- Blake Sullivan -Andrew On Thu, Apr 10, 2008 at 1:48 PM, Andy Schwartz [EMAIL PROTECTED] wrote: On Thu, Apr 10

Re: [Trinidad] private / protected final methods in renderers

2008-04-10 Thread Blake Sullivan
implementation. -- Blake Sullivan Python goes further, it has no final, everything is mutable. The idea is to give ppl. the power they need and let them shoot themselves in the foot if they want to. This isn't just a matter of principle. I challenge you to author a real world application

Re: [Trinidad] private / protected final methods in renderers

2008-04-11 Thread Blake Sullivan
for the best on upgrades does not decrease their maintenance burden. -- Blake Sullivan I fully agree that #2 is the solution though and even that we need to make some part of the trinidad rendering in the API, because I strongly feel that only having components in the API is just

Re: [Trinidad] private / protected final methods in renderers

2008-04-11 Thread Blake Sullivan
up a new version and knows that he might be hosed if the superclass code changed (which he should recheck when he reapplies his hack). -- Blake Sullivan The other solution is to open things up in response to need. Since there is already a clear path for dealing with missing functionality

Re: [Trinidad] private / protected final methods in renderers

2008-04-11 Thread Blake Sullivan
with an artificial reason for why they can not do this. This has definitely ceased being a productive discussion. -- Blake Sullivan

Re: [Trinidad] private / protected final methods in renderers

2008-04-14 Thread Blake Sullivan
the particular problems we were experiencing at that point in time. Therefore, if you want to extend a Trinidad Renderer class, even in an unsupported fashion, you need to accept that you might need to hack. -- Blake Sullivan If you don't personally agree to go through each and every source file

Re: An apology

2008-04-15 Thread Blake Sullivan
(OK many times), I'll send a two page plan out for review and you're only comments will be on these two minor points that I got wrong. To repeat, I'm sorry. -- Blake Sullivan Andrew Robinson said the following On 4/15/2008 9:01 AM PT: I wish to withdraw and clarify the scope of my apology

Re: [Trinidad] private / protected final methods in renderers

2008-04-15 Thread Blake Sullivan
the guaranteed lifetime for these changes is. -- Blake Sullivan On Tue, Apr 15, 2008 at 2:40 PM, Cristi Toth [EMAIL PROTECTED] wrote: Hi guys, Dividing this thread is the best thing. But I think we either reached a conclusion or we should start a vote about final/private methods We can change

Re: [Trinidad] added browser version support in skinning TRINIDAD-799

2008-04-16 Thread Blake Sullivan
-version 7.5 really means version 7.6) -- Blake Sullivan Cristi Toth said the following On 4/16/2008 3:24 PM PT: Hi guys, I finally added browser version support in skinning, but using a different format than first suggested. As we needed to support multiple browsers, each with multiple

Re: [Trinidad] added browser version support in skinning TRINIDAD-799

2008-04-17 Thread Blake Sullivan
don't know what it means, but I assume it's very browser dependent. Determining a floating point browser version isn't a technical problem and should be supported. The Gecko engine is an example of an engine that adds CSS features in point releases 1.8 - 1.9 for example. -- Blake Sullivan But do

Re: [Trinidad] added browser version support in skinning TRINIDAD-799

2008-04-17 Thread Blake Sullivan
Cristi Toth said the following On 4/16/2008 11:32 PM PT: On Thu, Apr 17, 2008 at 8:04 AM, Blake Sullivan [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Cristi Toth said the following On 4/16/2008 5:34 PM PT: Hi Blake, I wanted to be backwards compatible with what the XSS

Re: [Trinidad] added browser version support in skinning TRINIDAD-799

2008-04-17 Thread Blake Sullivan
) is potentially confusing due to inconsistency 3) might not be immediately obvious and could theoretically have precision problems 4) is not immediately obvious either but incredibly flexible I vote for 3) since it gets the job done and doesn't preclude doing more later. -- Blake Sullivan

Re: [Trinidad] added browser version support in skinning TRINIDAD-799

2008-04-17 Thread Blake Sullivan
== true -- Blake Sullivan If so, I like 3 as well. -Andrew On Thu, Apr 17, 2008 at 1:31 PM, Blake Sullivan [EMAIL PROTECTED] wrote: If we agree that we like the we like the media query syntax and that the only issue is how to handle less than (as opposed the =) for the max-version, then we

Re: [Trinidad] added browser version support in skinning TRINIDAD-799

2008-04-17 Thread Blake Sullivan
Cristi Toth said the following On 4/17/2008 2:00 PM PT: On Thu, Apr 17, 2008 at 9:58 PM, Blake Sullivan [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Andrew Robinson said the following On 4/17/2008 12:35 PM PT: So do I read this correctly that for #3, 8 means 8.x so

Re: [Trinidad] added browser version support in skinning TRINIDAD-799

2008-04-17 Thread Blake Sullivan
Cristi Toth said the following On 4/17/2008 2:00 PM PT: On Thu, Apr 17, 2008 at 9:58 PM, Blake Sullivan [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Andrew Robinson said the following On 4/17/2008 12:35 PM PT: So do I read this correctly that for #3, 8 means 8.x so

Re: [Trinidad] added browser version support in skinning TRINIDAD-799

2008-04-17 Thread Blake Sullivan
Cristi Toth said the following On 4/17/2008 2:25 PM PT: On Thu, Apr 17, 2008 at 11:15 PM, Blake Sullivan [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Cristi Toth said the following On 4/17/2008 2:00 PM PT Does anybody KNOW how the browsers express their version exactly

Re: [Trinidad] added browser version support in skinning TRINIDAD-799

2008-04-18 Thread Blake Sullivan
:1.9.2) does not match because the browser version 1.9 expands to 1.9.0 and 1.9.2 is than 1.9.0 // actual browser version gecko 1.9 @agent gecko and (min-version:1.9.*) matches because the browser version 1.9 expands to 1.9.0 and 1.9.* == 1.9.0 -- Blake Sullivan Blake Sullivan said

Re: [Trinidad] added browser version support in skinning TRINIDAD-799

2008-04-18 Thread Blake Sullivan
Cristi Toth said the following On 4/18/2008 2:58 PM PT: I like this too does the list of space separated numbers comply to that CSS future spec we were talking about? I don't think it does. -- Blake Sullivan On Fri, Apr 18, 2008 at 11:43 PM, Scott O'Bryan [EMAIL PROTECTED] mailto:[EMAIL

Re: [Trinidad] added browser version support in skinning TRINIDAD-799

2008-04-18 Thread Blake Sullivan
:6), ie and (version:8) -- Blake Sullivan Or this doesn't make sense? Glauco P. Gomes Matt Cooper escreveu: It does: @agent ie and (min-version:5) and (max-version:7) { /* styles for all 5.*, 6.*, and 7.* versions of the IE agent versions */ } Regards, Matt On Fri, Apr 18, 2008 at 5:02 PM

Re: [Trinidad] added browser version support in skinning TRINIDAD-799

2008-04-18 Thread Blake Sullivan
this Object to be returned by the Agent. -- Blake Sullivan Blake Sullivan said the following On 4/18/2008 3:15 PM PT: OK, how about option 5) the version feature is a String that matches the native major.minor.whatever format of the browser's engine. If the browser's engine uses non

Re: [Trinidad] added browser version support in skinning TRINIDAD-799

2008-04-19 Thread Blake Sullivan
Cristi Toth said the following On 4/19/2008 3:51 AM PT: or @agent ie and (version:6) and (version:8) This rule would never be true because it is asserting that the agent must match IE and the version must match both 6.* and 8.* -- Blake Sullivan On Sat, Apr 19, 2008 at 1:31 AM, Blake

Re: [Trinidad] added browser version support in skinning TRINIDAD-799

2008-04-19 Thread Blake Sullivan
Cristi Toth said the following On 4/19/2008 10:58 AM PT: :) yep, I forgot about the and is or valid in those CSS rules? No. That's what the comma is for. -- Blake Sullivan On Sat, Apr 19, 2008 at 6:44 PM, Blake Sullivan [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Cristi Toth

Re: [trinidad] release? I need help...

2008-05-05 Thread Blake Sullivan
and agent that we see (as opposed to one per major agent version as we do now). -- Blake Sullivan Blake said there is something like this in Rich Client already and that you could donate the regex used for that. But since then he didn't give any sign of the code and I had no time to bug him

Re: A4J-like Trinidad components?

2008-05-15 Thread Blake Sullivan
architectural changes at all. -- Adam Solve https://issues.apache.org/jira/browse/TRINIDAD-697 at the framework level? -- Blake Sullivan Andrew Robinson said the following On 5/15/2008 11:03 AM PT: He mentioned ways to do it using backing beans and non-declarative ways. He also didn't like my

Re: A4J-like Trinidad components?

2008-05-15 Thread Blake Sullivan
author. -- Blake Sullivan Adding a new components gives users the flexibility to choose the way they want to implement it and be able to work with non-Trinidad libraries. IMO this is a much better solution than a small enhancement for Trinidad messaging and JavaScript. -Andrew On Thu, May 15

Re: A4J-like Trinidad components?

2008-05-16 Thread Blake Sullivan
of these we prefer, if we want to go here at all right now, also depends on how often we think page authors would use this feature. -- Blake Sullivan Andrew Robinson said the following On 5/15/2008 2:02 PM PT: I would like to get back on track to the original subject and not let the messaging

Re: [jira] Commented: (TRINIDAD-1203) DATE SELECTION IN INPUTDATE ON BLACKBERRY THROWS VIEWEXPIREDEXCEPTION

2008-09-16 Thread Blake Sullivan
The tricky issue with remembering this state in the server is cleaning up if the redirect request never comes back. If you are content to wait until the session times-out, or there is another dialog request, then it isn't a problem. -- Blake Sullivan Scott O'Bryan (JIRA) said the following

Re: [jira] Resolved: (TRINIDAD-663) Idea for a new component to enhance PPR

2008-09-24 Thread Blake Sullivan
triggers exist? -- Blake Sullivan Andrew Robinson (JIRA) said the following On 9/24/2008 7:55 PM PT: [ https://issues.apache.org/jira/browse/TRINIDAD-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-663

Re: [jira] Resolved: (TRINIDAD-663) Idea for a new component to enhance PPR

2008-09-24 Thread Blake Sullivan
work well with partialTriggers or partialTargets, but a Renderer can override this to always render the id if any partial triggers are set (and in fact, the rich client does). However, the Renderer knows nothing about other partial targets. -- Blake Sullivan -Andrew On Wed, Sep 24, 2008

Re: [jira] Resolved: (TRINIDAD-1245) High Availability Testing Support

2008-10-03 Thread Blake Sullivan
Project: MyFaces Trinidad Issue Type: New Feature Components: Archetype Affects Versions: 1.2.9-core Environment: All Reporter: Blake Sullivan Assignee: Matthias Weßendorf Priority: Minor Fix For: 1.2.10-core

Re: [jira] Resolved: (TRINIDAD-1260) Allow

2008-10-15 Thread Blake Sullivan
: Improvement Affects Versions: 1.2.9-core, 1.2.10-core Environment: All Reporter: Blake Sullivan Assignee: Matthias Weßendorf Fix For: 1.2.10-core Attachments: JIRA_1260_1291.patch Original Estimate: 2h Remaining Estimate: 2h

Re: [TRINIDAD] Shallowed ClassCastException in SortableModel

2008-10-16 Thread Blake Sullivan
it is more important to find these problems during development. -- Blake Sullivan Simon Lessard said the following On 10/16/2008 12:50 PM PT: Hi all, I'm working on an ADF Faces Rich Client atm and as some may know, that library is based on Trinidad. Anyway, while debugging for a completely

Re: Memory Leak and Trinidad Pagination

2009-02-04 Thread Blake Sullivan
This is because the current ChangeManager implementation doesn't collapse AttributeComponentChanges for a change to the same attribute on the same component. -- Blake Sullivan Azhaguramanhjam, Ramkumar said the following On 2/4/2009 7:39 AM PT: Hi This is regarding

Re: [Trinidad] Introduce UpdateModelSkipMessageException

2009-02-16 Thread Blake Sullivan
to the handling of ValidatorExceptions earlier in the lifecycle? -- Blake Sullivan Min Lu said the following On 2/16/2009 10:33 AM PT: The patch below is for message reformat. We need a solution to skip reporting message. Since other than ValiatorException, the end users cannot fix other types of exception

Re: [TRINIDAD] annoying servlet spec restriction for setting character encoding after parameters have been retrieved...

2009-03-27 Thread Blake Sullivan
that we should move the check up so that we send fewer spurious warnings. -- Blake Sullivan

[TRINIDAD][API] JIRA-1465 Allow public access to the UIXComponent renderer, if any

2009-04-30 Thread Blake Sullivan
the component hierarchy -- Blake Sullivan

Re: [TRINIDAD][API] JIRA-1465 Allow public access to the UIXComponent renderer, if any

2009-04-30 Thread Blake Sullivan
the // child renderer in case anyone wants to use renderer decoration. I'm not sure what issue Adam is referring to here, since I would have thought that anyone doing Renderer decoration would have done so by decorating the RenderKitFactory. -- Blake Sullivan Simon Lessard said

Re: [TRINIDAD][API] JIRA-1465 Allow public access to the UIXComponent renderer, if any

2009-04-30 Thread Blake Sullivan
the // child renderer in case anyone wants to use renderer decoration. I'm not sure what issue Adam is referring to here, since I would have thought that anyone doing Renderer decoration would have done so by decorating the RenderKitFactory. -- Blake Sullivan Simon Lessard said

Re: [TRINIDAD] Allow redefinition of the RequestContextFactory

2009-05-01 Thread Blake Sullivan
Does any of the impl code cast the RequestContext to the RequestContextImpl? If it does, that would be the reason. -- Blake Matthias Wessendorf said the following On 5/1/2009 4:06 AM PT: not sure why it was done. The code was never really touched within the last two years.. Perhaps Blake or

Re: [jira] Commented: (TRINIDAD-1464) max upload size cannot be reconfigured after app is deployed

2009-05-01 Thread Blake Sullivan
Matthias, Would things be improved if we moved the configuration to trinidad-config.xml and allowed the configuration to be retrieved on a per-request basis? -- Blake Sullivan Matthias Weßendorf (JIRA) said the following On 5/1/2009 4:25 AM PT: [ https://issues.apache.org/jira/browse

Re: [jira] Commented: (TRINIDAD-1464) max upload size cannot be reconfigured after app is deployed

2009-05-06 Thread Blake Sullivan
attribute. Since we reread the EL-bound attributes on each request, the application is free to use any scheme it wants to determine the maximum size, including doing so on a per-user or per-user-per-request basis. -- Blake Sullivan On Fri, May 1, 2009 at 7:18 PM, Blake Sullivan blake.sulli

[TRINIDAD][API] JIRA-1474 Add Window abstraction to Trinidad

2009-05-15 Thread Blake Sullivan
(ExternalContext extContext, WindowLifecycleEvent event); } Blake Sullivan (JIRA) said the following On 5/15/2009 11:41 AM PT: Add Window abstraction to Trinidad -- Key: TRINIDAD-1474 URL: https://issues.apache.org/jira/browse/TRINIDAD

Re: [TRINIDAD][API] JIRA-1474 Add Window abstraction to Trinidad

2009-05-15 Thread Blake Sullivan
? Are you talking about the ExternalContext? Thanks for the helpful feedback. --Blake Sullivan Regards, ~ Simon On Fri, May 15, 2009 at 3:09 PM, Blake Sullivan blake.sulli...@oracle.com mailto:blake.sulli...@oracle.com wrote: Here is the proposed api: package

Re: [TRINIDAD][API] JIRA-1474 Add Window abstraction to Trinidad

2009-05-16 Thread Blake Sullivan
() rename addWindowListener to addWindowLifecycleListener rename removeWindowListener to removeWindowLifecycleListener Window: add isNew() -- Blake Sullivan Blake Sullivan said the following On 5/15/2009 10:18 PM PT: Simon Lessard said the following On 5/15/2009 12:35 PM PT: Hi Blake, I'm + 1

Re: [TRINIDAD][API] JIRA-1474 Add Window abstraction to Trinidad

2009-05-17 Thread Blake Sullivan
the application ignore events on any windows it doesn't care about. -- Blake Sullivan ~ Simon On Sat, May 16, 2009 at 1:18 AM, Blake Sullivan blake.sulli...@oracle.com mailto:blake.sulli...@oracle.com wrote: Simon Lessard said the following On 5/15/2009 12:35 PM PT: Hi Blake, I'm

Re: [jira] Commented: (TRINIDAD-1482) Facelets: cannot use facelets.VIEW_MAPPINGS with logical view handled by PageResolver

2009-05-21 Thread Blake Sullivan
Looks good. -- Blake Max Starets (JIRA) said the following On 5/21/2009 8:46 AM PT: [ https://issues.apache.org/jira/browse/TRINIDAD-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12711659#action_12711659 ] Max Starets commented on

[TRINIDAD][API] JIRA_1504 Allow FlattenedComponent to render content

2009-06-12 Thread Blake Sullivan
for the purpose of encoding, it can check ComponentProcessingContext.getHints().contains(ProcessingHint.PROCESS_FOR_ENCODING) -- Blake Sullivan

Re: [jira] Commented: (TRINIDAD-1530) The onsubmit function of tr:form is called after a client side validation error occurs and the form is not submitted.

2009-07-09 Thread Blake Sullivan
The direct replacement for the void operator is undefined. Does he really want undefined or does he want null. -- Blake Matthias Weßendorf (JIRA) said the following On 7/9/2009 5:59 AM PT: [

Re: [jira] Updated: (TRINIDAD-1524) i18n issue with (German) format pattern

2009-07-14 Thread Blake Sullivan
Matthias, This is slightly wrong for a couple of reasons: 1) We need to gather up all of the required whitespace, which can be more than one character and could be characters other than space 2) We need to ensure that the required whitespace was present before we called trim -- Blake

Re: [jira] Updated: (TRINIDAD-1368) Backport JSF 2.0 Component Tree Visiting and Optimize PPR Rendering

2009-07-28 Thread Blake Sullivan
You should have talked to me, since i was working on the same thing. -- Blake Sullivan On Jul 27, 2009, at 9:13 PM, Andrew Robinson (JIRA) wrote: [ https://issues.apache.org/jira/browse/TRINIDAD-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson

Re: [jira] Created: (TRINIDAD-1557) XMLMenuModel data structures are not fully serializable.

2009-08-19 Thread Blake Sullivan
to hold a reference to the unserializable structure and then lazily rebuild the structure if necessary. -- Blake Sullivan

Re: [Trinidad] JSF 2.0

2009-10-08 Thread Blake Sullivan
I don't believe that SessionSerializationChecker should have a getWrapped method yet. This class follows the pattern of the Collections decorators which don't have getWrapped(). -- Blake Sullivan Martin Kočí said the following On 10/8/2009 3:55 AM PT: Hi, I'm using trinidad with mojarra

Re: [jira] Created: (TRINIDAD-1590) maven-jdev-plugin: added ability to set JVM Java Options. Default is -ea to enable assertions

2009-10-11 Thread Blake Sullivan
We want our projects for debugging to have assertions on. Since assertions are controlled at runtime and are off by default, this has no effect on the performance of our customers' applications. - Blake Sullivan On Oct 11, 2009, at 10:05 PM, Maria Kaval wrote: [Gary K] Default is -ea

Re: [Trinidad] [API] Making XhtmlConstants (from IMPL module) a public API

2009-10-15 Thread Blake Sullivan
, just on trunk (Trinidad 1.2.x) Thx, Matthias Matthias, A bunch of the constants appear to be implementation-dependent. Rather than making the entire class public, I think you should come up with a proposal for which constants you want to move to a public class. -- Blake Sullivan

Re: [Trinidad] [API] Making XhtmlConstants (from IMPL module) a public API

2009-10-16 Thread Blake Sullivan
+1 -- Blake Sullivan Matthias Wessendorf said the following On 10/16/2009 11:12 AM PT: On Thu, Oct 15, 2009 at 6:12 PM, Blake Sullivan blake.sulli...@oracle.com wrote: Matthias Wessendorf said the following On 10/15/2009 5:48 PM PT: Hi, I'd like to move the XhtmlConstants class

Re: [MyFaces 2.0] calling popComponentFromEL/pushComponentToEL setParent() ?

2009-10-27 Thread Blake Sullivan
invokeOnComponent or tree visiting). -- Blake Sullivan On Oct 27, 2009, at 12:07 PM, Matthias Wessendorf wrote: Hi, I read up on the UIComponent.visitTree and it says its implementation has to call pushComponentToEL()/popComponentFromEL() before/after the processing. Somehow I feel that we may should do

Re: [TRINIDAD][API] JIRA-1613 Add support for rowKey change

2009-10-28 Thread Blake Sullivan
by checking if the Listener is already registered is likely faster and smaller. -- Blake Sullivan jing wu said the following On 10/28/2009 10:14 AM PT: RowKey is used in collection model to identify a row, it is safer to use than row indicies because RowKeys are unaffected by mutations

Re: [jira] Commented: (TRINIDAD-1620) New APIs for Trinidad CollectionModel and TreeModel to better deal with large data sets

2009-11-04 Thread Blake Sullivan
to ensure that the interface is complete from the beginning because we can't add more methods later without breaking backwards compatibility. -- Blake Sullivan Kamran Kashanian (JIRA) said the following On 11/4/2009 8:31 AM PT: [ https://issues.apache.org/jira/browse/TRINIDAD-1620?page

Re: [Trinidad] should event handlers be rendered for disabled components?

2009-12-10 Thread Blake Sullivan
. -- Blake Sullivan Andrew Robinson said the following On 12/10/2009 11:56 AM PT: While implementing the client behaviors on the Trinidad 2 branch I noticed something that does not sit right with me. I noticed that the on* attributes (onclick, onmouseover, etc.) are rendered by the renderEventHandlers

Re: org.apache.myfaces.trinidadinternal.ENABLE_PPR_OPTIMIZATION

2009-12-17 Thread Blake Sullivan
? Thanks, Matthias [1] org.apache.myfaces.trinidadinternal.ENABLE_PPR_OPTIMIZATION It is temporary because application developers shouldn't have to set it, it should just work. -- Blake Sullivan

Re: [Trinidad] CHECK_STATE_SERIALIZATION parameter

2009-12-17 Thread Blake Sullivan
our class instance is shared across applications. -- Blake Sullivan Matthias Wessendorf said the following On 12/17/2009 7:41 AM PT: The CHECK_STATE_SERIALIZATION parameter is evaluated (via System Property) in the static constructor of the StateUtils class; Not sure if we really should move

Re: JSF [Trinidad] treetable, How to define Initially Selected Rows?

2009-12-19 Thread Blake Sullivan
and you don't want to recreate it each time. -- Blake Sullivan On Dec 18, 2009, at 2:25 AM, Majid Hussain wrote: Hi, My project is build in JSF, Hibernate and Faclets. i m using trinidad treetable tag to build a tree with multiselection nodes. Now i m facing a problem to initially selection

Re: [Trinidad] Renaming an API that Is Used Only in Mobile Development

2009-12-22 Thread Blake Sullivan
critical problem. In addition, my understanding is that this api was only added to the RequestContextImpl, rather than the RequestContext itself and so is only accidentally available to page authors through EL. -- Blake Sullivan On Dec 22, 2009, at 11:07 AM, Mamallan Uthaman wrote: Hi Andrew

Re: [Trinidad] Renaming an API that Is Used Only in Mobile Development

2009-12-28 Thread Blake Sullivan
basis, we can remove this API. Please share your thoughts? Thanks Mamallan Blake Sullivan wrote: Mamallan, Related to what Andrew is saying, I think that the real issue is that this is the wrong api. Agents don't have skins--skins are specialized for agents. It seems that there were two

Re: [Trinidad] Renaming an API that Is Used Only in Mobile Development

2009-12-28 Thread Blake Sullivan
You're missing the and. The skinning.xml documentation is wrong. I'm fixing it right now at part of JIRA-1547 @agent ie *and *(version: 6) -- Blake Sullivan Mamallan Uthaman said the following On 12/28/2009 4:16 PM PT: I just checked the skinning based on an agent name and its version

Re: [Trinidad] Renaming an API that Is Used Only in Mobile Development

2009-12-28 Thread Blake Sullivan
OK, the HTML to plaint text converter added the asterixes. This should be: @agent ie and (version:6) -- Blake Blake Sullivan said the following On 12/28/2009 4:23 PM PT: You're missing the and. The skinning.xml documentation is wrong. I'm fixing it right now at part of JIRA-1547 @agent

[TRINIDAD][API]TRINIDAD-1668 Speed up UIXComponent.getId()

2009-12-31 Thread Blake Sullivan
UIComponent.getId() is by far the most requested component attribute. There are a number of reasons for this: 1) The JSF RI has an issue in the JSP-JSF integration which causes getId() to be called n^2 times where n is the number of children a component has 2) getClientId() calls getId() 3)

  1   2   3   4   >