[ANNOUNCE] release of myfaces commons 1.0.2

2011-10-19 Thread Leonardo Uribe
The Apache MyFaces team is pleased to announce the release of Apache MyFaces Commons 1.0.2. This project contains non-renderkit-specific code that can be used with any myfaces jsf framework. MyFaces Commons 1.0.2 is available in both binary and source distributions. * http://myfaces.apache.o

[Trinidad] Feedback for Trinidad-2144: NumberConverter format hint changes

2011-10-19 Thread Yee-Wah Lee
Hi everyone, I have some suggestions for changing the numberConverter's format hint which I would like to hear your feedback on. https://issues.apache.org/jira/browse/TRINIDAD-2144 Currently the numberConverter provides a hint using the converter's pattern like this: "Sample pattern: ##.##".

Re: Do Trinidad Tables update with new rows in PartialSubmit if a CommandButton outside table does the adding of rows?

2011-10-19 Thread Max Starets
Catherine, If the table has partialTriggers pointing to the command button, it should work just fine. I would check two things: 1) is your partial trigger Id set correctly, i.e do you need to do something like stepping out of the naming container, etc.?; 2) do you see table's HTML included in

Re: My Faces Tunning

2011-10-19 Thread Kito Mann
Hello David, One easy way to get the page size is to use a browser plugin like Firebug or HttpWatch. They'll show you all of the requests for a particular page and how large they are. Chrome and Safari have decent tools built-in. Obviously this won't work for every single page, but it'll give you

RE: My Faces Tunning

2011-10-19 Thread Boyd, David (Corporate)
Each page is different of course, some have lots of parts where others are straight forward. We are using myFaces 1.1.7 and Tomahawk 1.1.5. Is there a way to capture how large each page is after it has been compiled and rendered? -Original Message- From: Kito Mann [mailto:kito.m...@vir

RE: My Faces Tunning

2011-10-19 Thread Boyd, David (Corporate)
Mark, Can you tell me what application server you are using? Are you using any session replication and if so what kind? What OS are you using? Are you using Session Affinity? What JSF implementation are you using? We are using myFaces 1.1.7 and Tomahawk 1.1.5 (old and not able to upgrade at

Re: is i18n messages suppose to be html escaped?

2011-10-19 Thread Ted
oh and in addition to the inconsistency between the 2 example strings, I just checked, to the best of my knowledge #{msg.foo} is a short cut for outputText tag, The outputText tag, according to the jsf javadocs, says it is "true" by default. So, if that's true, shouldn't " be escaped to " by defa

Re: is i18n messages suppose to be html escaped?

2011-10-19 Thread Ted
thanks, but I posted 2 strings, one was escaped while the other was not. Shouldn't it at least consistently escape or not escape? On Wed, Oct 19, 2011 at 4:11 PM, Kito Mann wrote: > Ted, > > The strings will only be escaped if the component you're using escapes the > text. If you're just embeddi