Re: JSF Performance: Mojarra improves dramatically with latest release

2013-05-21 Thread Ted
/ -- Ted.

Re: HTML5 Doctype

2012-06-26 Thread Ted
.) --- Greetings dennis Am 25.06.2012 23:16, schrieb Ted: I do... I think if I'm not mistaken the doc type for html5 is just !DOCTYPE HTML Note you only asked about the doc type, not the actual tags... or JSF tag equivalents. I'm using 2.1.6 as well and 1.1.11 as well. jdk1.6

Re: HTML5 Doctype

2012-06-25 Thread Ted
hoer...@his.de mailto:mustern...@his.de Registergericht: Amtsgericht Hannover, HRB 6489 Geschäftsführer: Prof. Dr. Martin Leitner Vorsitzender des Aufsichtsrats: Prof. Dr. Andreas Geiger -- Ted.

Re: No saved view state could be found after redeploy

2012-06-20 Thread Ted
with Mojarra in submit after redeploy. Why MyFaces throws exception and Mojarra don't? Thanks, Regards, Pavel -- Ted.

Re: Trinidad is dead -- what do you use instead?

2012-06-18 Thread Ted
? Thanks a lot for your input and your patience in discussing that issue. Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org -- Ted.

Re: JVM optimized memory setting for server

2011-12-19 Thread Ted
? Are there rules that are usually followed in deciding the settings? The server is completely dedicated to the two websites and the database runs on a different server. Thanks, -- James -- Ted.

Re: JVM optimized memory setting for server

2011-12-19 Thread Ted
serving hundreds of requests per second so we had to, any long gc pause would backlog the http requests and the system would fail with in 30 seconds of the pause. On Tue, Dec 20, 2011 at 11:27 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: On 20 December 2011 00:01, Ted r6squee

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 kito.m...@virtua.com wrote: Ted, The strings will only be escaped if the component you're using escapes the text

Re: is i18n messages suppose to be html escaped?

2011-10-19 Thread Ted
; by default? or are special for some reason? On Wed, Oct 19, 2011 at 8:02 PM, Ted r6squee...@gmail.com wrote: 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 kito.m

is i18n messages suppose to be html escaped?

2011-10-18 Thread Ted
is brown My expectation is that the quote should have been converted to quot; shouldn't it? (either that or at least the 's should not have been escaped...) anyone know anything about this? -- Ted.

h:messages in myfaces 2.1.1 not displaying

2011-06-27 Thread Ted
have my PROJECT_STAGE is development and so it's rendering my message at the bottom of the browser page. My h:messages tag however is doing absolutely nothing at all. It's just being removed. anyone have this anomaly or is there something special about this tag in myfaces? -- Ted.

configuring myfaces 2.1.0 with tomcat7

2011-06-08 Thread Ted
? if so will it just work or do I still need to configure the web.xml? -- Ted.

Re: AJAX?

2008-09-22 Thread Ted Goddard
to manually specify any update regions in the page.) Regards, Ted. On 20-Sep-08, at 6:11 AM, Jan-Kees van Andel wrote: I suppose with RichFaces you mean Ajax4jsf? There are several other options. Just check out: http://www.jsfmatrix.net/ I personally also like ICEFaces, but that's

Re: Problems with page navigation

2008-02-27 Thread Ted Goddard
, Ted. On 27-Feb-08, at 9:42 AM, dancantong wrote: Hi! I'm new to JSF and I'm experiencing problems with page navigation. I'm developing a web application with MyFaces and ICEFaces. I have a page with an ICEFaces table. On the table there is an output link that point to an action that returns

Re: [Trinidad]PPR and future alignment with JSF 2.0

2007-09-07 Thread Ted Goddard
of underlying PPR mechanisms for optimization, but it will not be necessary for developers to refer to page regions within their application. Cheers, Ted. On 6-Sep-07, at 11:43 AM, [EMAIL PROTECTED] wrote: I have read where Ajax4jsf is dedicated to being aligned with the ajax implementation specified

Re: Which components to use?

2007-09-06 Thread Ted Goddard
third-party components are compatible with ICEfaces, provided they maintain their state as form fields. Components that take this strategy will have their state serialized to the server via Ajax along with any ICEfaces or other components within the containing form. Regards, Ted. - Original

Re: Philosophy of JSF

2007-05-18 Thread Ted Husted
a memory-to-memory transfer, otherwise, we have to hit the database again. The trade-off having JSF automatically process the encoded view state field (whether you need it again or not). -Ted.

Re: All, please read ...

2007-01-10 Thread Ted Husted
a patch. But, I've yet to see an open source project that didn't gladly accept a Javadoc only patch. I've seen many people go through a source code file, adding Javadocs to help themselves understand it, and then donated the patch back, to share the wealth. -Ted. On 1/9/07, Michael Margozzi [EMAIL

Re: The Positives Of JSF

2006-12-11 Thread Ted Husted
the frameworks. The pointy-haired bosses don't like to hear that, because they want developers to be replaceable commodities and frameworks to be silver bullets. But, the truth is, web development is still a skilled profession, and not a matter of just clicking buttons in a GUI. -Ted.

RE: survey: what tool are you using for JSF ?

2005-10-19 Thread Ted Jones
Unfortunately no. Just code completion, but that has served us well thus far. -Original Message- From: Conway. Fintan (IT Solutions) [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 19, 2005 6:50 AM To: MyFaces Discussion Subject: RE: survey: what tool are you using for JSF ? Hi Ted

RE: survey: what tool are you using for JSF ?

2005-10-18 Thread Ted Jones
We are using Eclipse 3.1 with the Web Tool Platform plugin (http://www.eclipse.org/webtools/wst/main.html). Very fast and WST has a lot of great features. -Original Message- From: Randahl Fink Isaksen [mailto:[EMAIL PROTECTED] Sent: Monday, October 17, 2005 12:43 PM To: MyFaces

Set SelectItem Selected Programmatically

2005-08-05 Thread Ted Jones
Is there a way to programmatically set a SelectItem object selected so when the page renders it is highlighted in it's select box? Thanks, Ted Jones