[Trinidad] Could not find renderer for CoreDocument

2007-07-15 Thread Burghard Britzke
Hi, I tried to get a small trinidad enabled jsf running. I deployed it to jboss. but it results in an empty page, giving some warnings at the jboss console: 16:47:55,189 ERROR [STDERR] 15.07.2007 16:47:55 org.apache.myfaces.trinidad.component.UIXComponentBase _getRendererImpl WARNUNG: Cou

Re: [Trinidad] Could not find renderer for CoreDocument

2007-07-15 Thread Burghard Britzke
use a skin other than simple in a real application. About your error, I think you might be missing the following in your faces-config.xml: org.apache.myfaces.trinidad.corerender-kit-id> Regards, ~ Simon On 7/15/07, Burghard Britzke < [EMAIL PROTECTED]> wrote: Hi, I tried

[Trinidad] sorting table, table range navigation...

2007-07-20 Thread Burghard Britzke
I am new to trinidad and tried to play a little bit with the . I enabled table paging with the attribut rows="15" for the I enabled table sorting with the sortProperty="name" sortable="true" for the the controls are shown as expected. but do nothing on click. I read the FAQ at http://wiki.a

facelets vs. jsp

2007-07-21 Thread Burghard Britzke
in conjunction with myfaces or jsf for general: should I use facelets or jsp if I would have the choice?

Re: [Trinidad] sorting table, table range navigation...

2007-07-21 Thread Burghard Britzke
Am 21.07.2007 um 03:31 schrieb Adam Winer: Do you have a trh:body or tr:document on the page? These are (at least for 1.0.1) required for PPR to function. -- Adam On 7/20/07, Burg

Re: [Trinidad] sorting table, table range navigation...

2007-07-21 Thread Burghard Britzke
BTW the page does not reload in response of a click. should it? Am 21.07.2007 um 11:10 schrieb Burghard Britzke: I use the the managed bean returns a java.util.List. In the docs there are notes about a CollectionModel and an "underlying table model". what is it? is it my ma

Re: facelets vs. jsp

2007-07-22 Thread Burghard Britzke
didn't they? it seems that all of the packages at jsf-facelets.jar are com.sun... packages. nevertheless I changed to facelets because there are most reasons for and only very few against facelets. I got my trinidad training-app running now (with facelets) and (thanks to matthias for the

Re: facelets vs. jsp

2007-07-22 Thread Burghard Britzke
hat for my next project. Regards, Zied 2007/7/22, Matthias Wessendorf <[EMAIL PROTECTED]>: On 7/22/07, Burghard Britzke <[EMAIL PROTECTED] > wrote: > didn't they? it seems that all of the packages at jsf-facelets.jar > are com.sun... packages. facelets is an independent os proj

[Trinidad] when it decides to render xhtml and when to render html 4.01?

2007-07-23 Thread Burghard Britzke
hi, sometimes the decides to render xhtml and sometimes html4.01. how to control it?

Re: [Trinidad] when it decides to render xhtml and when to render html 4.01?

2007-07-23 Thread Burghard Britzke
TML, so I'm surprised to hear otherwise. -- Adam On 7/23/07, Burghard Britzke <[EMAIL PROTECTED]> wrote: > hi, > sometimes the decides to render xhtml and sometimes > html4.01. how to control it? > >

Re: [Trinidad] when it decides to render xhtml and when to render html 4.01?

2007-07-25 Thread Burghard Britzke
etting contentType on f:view should do the trick, but I don't know for sure. -- Adam On 7/23/07, Burghard Britzke <[EMAIL PROTECTED]> wrote: > and for facelets? is it possible to set the content type, too? > for facelets .xhtml files it rendered html 4.01. > > Am 23.07.200

Re: [Trinidad] when it decides to render xhtml and when to render html 4.01?

2007-07-25 Thread Burghard Britzke
ld do the trick, but I don't know for sure. > >> ... > >> On 7/23/07, Burghard Britzke <[EMAIL PROTECTED]> wrote: > >> > hi, > >> > sometimes the decides to render xhtml and sometimes > >> > html4.01. how to control it?

Re: [Trinidad] sorting table, table range navigation...

2007-07-25 Thread Burghard Britzke
:28 schrieb Matthias Wessendorf: Hi Burghard, this page works fine for me http://facesgoodies.googlecode.com/svn/trunk/src/main/webapp/all.xhtml MyFaces 1.2.0, Trinidad 1.2.1 and Facelets I also use a List, that contains but enties. -Matthias On 7/21/07, Burghard Britzke <[EMAIL PROTEC

Re: [Trinidad] sorting table, table range navigation...

2007-07-25 Thread Burghard Britzke
may be this comes out of invalid xhtml I let w3c.org check the xhtml output and it found two errors that lets me suspect this. there are multible "required attribute "type" not specified" for the

Re: [Trinidad] sorting table, table range navigation...

2007-07-25 Thread Burghard Britzke
This behaviour is found with firefox 2.0.0.5 on Mac OS X Am 25.07.2007 um 13:07 schrieb Burghard Britzke: may be this comes out of invalid xhtml I let w3c.org check the xhtml output and it found two errors that lets me suspect this. there are multible "required attribute "t

Re: [Trinidad] design components with using css files

2007-07-25 Thread Burghard Britzke
have a look at this http://www.oracle.com/technology/products/adf/adffaces/11/doc/skin- selectors.html Am 26.07.2007 um 08:09 schrieb Okan Çetin: Hi, I am trying to create styles with using css files. I am trouble with outputText component. This code is working : af | inputText::content {

Re: [Trinidad] when it decides to render xhtml and when to render html 4.01?

2007-07-25 Thread Burghard Britzke
yes, I missed it. another thing is, that the rendered xhtml is not w3c conform. this may be the reason why I noticed a missfunction of the paging and sorting controls of the (see [Trinidad] sorting table, table range navigation...) if I let it render html 4.01 the table controls behave

Eclipse Bug ID for Faclets Support

2007-08-06 Thread Burghard Britzke
There is a bug listet in Eclipse Bugzilla for faclets code completion in their xhtml editor. you are invited to vote for it. https://bugs.eclipse.org/bugs/show_bug.cgi?id=192393

Re: [Trinidad] Invalid XHTML produced

2007-08-08 Thread Burghard Britzke
I posted for the same subject at http://www.mail-archive.com/ users@myfaces.apache.org/msg40586.html but got no answer. Am 08.08.2007 um 20:50 schrieb Andrew Robinson: I am trying to use the following DOCTYPE for my pages with Trinidad 1.0.2-SNAPSHOT and facelets 1.1.11: http://www.w3.org/TR

Re: [Trinidad] Invalid XHTML produced

2007-08-08 Thread Burghard Britzke
what about the

Re: NoClassDefFoundError when using myfaces in my webapp

2007-12-08 Thread Burghard Britzke
NoClassDefFoundError means an erronous class path in every case. check if the library file servlet-api.jar is in your lib folder. Am 08.12.2007 um 07:46 schrieb ying lcs: Hi, I am trying to use myfaces in my web application. i have added all the libraries in the 'lib' of the myfaces distrib

[Trinidad] sorting

2008-06-30 Thread Burghard Britzke
I provide the following jsp http://java.sun.com/JSP/Page"; version="2.1" xmlns:f="http://java.sun.com/jsf/core"; xmlns:h="http://java.sun.com/jsf/html"; xmlns:tr="http://myfaces.apache.org/trinidad";> jsp:text> rows=

Re: [Trinidad] sorting

2008-06-30 Thread Burghard Britzke
I am using sun-appserver9.1 Sun's JavaServer Faces implementation (1.2_04-b20-p03) trinidad libs v 1.2.8 Am 30.06.2008 um 12:00 schrieb Burghard Britzke: I provide the following jsp http://java.sun.com/JSP/Page"; version="2.0" xmlns:f="htt

[trinidad] infos about /.../adf/jsLibs/DebugCommon1_2_8.js?

2008-07-01 Thread Burghard Britzke
is it possible to get some debugging info about what is going on at the client when pressing some link or button? It seems that nearly every thing is coded in the (Debug)Common1_2_8.js. but how to get info about infos about the state of its objects at some points? burghard.

Re: [trinidad] infos about /.../adf/jsLibs/DebugCommon1_2_8.js?

2008-07-01 Thread Burghard Britzke
ok! I tried it with firebug before but it is a little bit tricky to find the right location for the breakpoint in a 30,000 lines code without a search funktion. so my question is: does trinidad deliver the same script file for every request? because you told me that it is build out of many

Re: [trinidad] infos about /.../adf/jsLibs/DebugCommon1_2_8.js?

2008-07-01 Thread Burghard Britzke
thank you. but is there any hint for searching (and finding) in the firebug? Am 02.07.2008 um 07:11 schrieb Matthias Wessendorf: On Tue, Jul 1, 2008 at 9:13 PM, Burghard Britzke <[EMAIL PROTECTED]> wrote: ok! I tried it with firebug before but it is a little bit tricky to find the

Re: [trinidad] infos about /.../adf/jsLibs/DebugCommon1_2_8.js?

2008-07-01 Thread Burghard Britzke
thank you! Am 02.07.2008 um 07:27 schrieb Matthias Wessendorf: On Wed, Jul 2, 2008 at 7:20 AM, Burghard Britzke <[EMAIL PROTECTED]> wrote: thank you. but is there any hint for searching (and finding) in the firebug? yes. Go to the script tab, select the Trinidad file, and do a sea

[trinidad] _submitPartialChange() does not submitForm() for xhtml

2008-07-02 Thread Burghard Britzke
using trinidad 1.2.8 with Firefox 3.0 (safari has the same behaviour, too) on Mac OS X 10.5.4 xhtml rendered pages does not submit forms via _submitPartialChange() I found the following code snippet in DebugCommon1_2_8.js in function _submitPartialChange() 9176 // Get the actual form obje

Re: [trinidad] _submitPartialChange() does not submitForm() for xhtml

2008-07-02 Thread Burghard Britzke
rote: Hi, On Wed, Jul 2, 2008 at 12:33 PM, Burghard Britzke <[EMAIL PROTECTED]> wrote: using trinidad 1.2.8 with Firefox 3.0 (safari has the same behaviour, too) on Mac OS X 10.5.4 FF2 on windoze as well (and the great IE7 too...) xhtml rendered pages does not submit forms via _s

PPR Response Coding Problem with Glassfish

2008-07-02 Thread Burghard Britzke
with the following environment: Mac OS X 10.5.4 Sun AS 9.0.2 (Glassfish) Java 1.5 Safari 3.1.2 and Firefox 3.0 's page navigation does not work as expected for my configuration. A klick on one of the navigation buttons sends a request (or two) to the server. But the response is routed into a

Re: PPR Response Coding Problem with Glassfish

2008-07-03 Thread Burghard Britzke
problems. works fine with facelets. give me some time to verify the root issues, instead of doing a simple "getElementById". I think there are more similar issue to your problem. -M On Thu, Jul 3, 2008 at 8:33 AM, Burghard Britzke <[EMAIL PROTECTED]> wrote: with the following envir

Re: PPR Response Coding Problem with Glassfish

2008-07-04 Thread Burghard Britzke
I catched the response from the server and it contains a double xml- header

Re: PPR Response Coding Problem with Glassfish

2008-07-04 Thread Burghard Britzke
schrieb Matthias Wessendorf: Hi, On Fri, Jul 4, 2008 at 9:11 AM, Burghard Britzke <[EMAIL PROTECTED]> wrote: I catched the response from the server and it contains a double xml- header

Re: PPR Response Coding Problem with Glassfish

2008-07-04 Thread Burghard Britzke
that already one PI too much ? -M On Fri, Jul 4, 2008 at 5:39 PM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: On Fri, Jul 4, 2008 at 5:31 PM, Burghard Britzke <[EMAIL PROTECTED]> wrote: I found the following solution in the dev.mailing list: http://mail-archives.apache.org/mo

Re: PPR Response Coding Problem with Glassfish

2008-07-04 Thread Burghard Britzke
dorf <[EMAIL PROTECTED] > wrote: On Fri, Jul 4, 2008 at 5:31 PM, Burghard Britzke <[EMAIL PROTECTED]> wrote: I found the following solution in the dev.mailing list: http://mail-archives.apache.org/mod_mbox/myfaces-dev/200709.mbox/[EMAIL PROTECTED] when I remove the jsp:text> at

Re: [Trinidad] Nullpointer from Google Bot

2008-07-08 Thread Burghard Britzke
Every NullPointerException is caused by a missing initialization. My first guess is an initialization error in de.tccproducts.dps.web.utils.lifecycle.ExceptionFilter.doFilter sincerely, burghard. Am 08.07.2008 um 09:18 schrieb Döring Markus: Hi List, since our application went live, we get s

Re: [TRINIDAD] Eclipse/Ganymede has visual page editing support for Trinidad

2008-07-22 Thread Burghard Britzke
the facelets plugin is not released yet. but it is downloadable from cvs and can easily build and installed (see http://wiki.eclipse.org/JSF_Facelets_Tools_Project) . it works fine for me. I did not know that the trinidad suport has not been anounced. this is working very well, too. Am 22.0

Re: Trinidad tr:treeTable expand/collapse commands

2008-07-28 Thread Burghard Britzke
because of your filename ending (jspx) I think you are rendering xhtml. may be you are running into the issue [#TRINIDAD-1139] partial submit (for ppr) does not work for content type xhtml (_submitPartialChange() does not submitForm() for xhtml) - ASF JIRA . Vote for it and it will be fixed

[trinidad] Facelet Template with

2008-08-03 Thread Burghard Britzke
I am developing a facelet template with a within. The html-title should vary for every use of that template. So I put the -tag in a within a . That works well from my template-clients which use to overwrite the . Unfortunally I want to insert other tags which should be rendered in the

Re: Partial Page Rendering using Trinidad does not work on Weblogic 10

2008-08-05 Thread Burghard Britzke
"unsupported class version" means that you are trying to load java5 classes into a java 1.4 vm or a java6 class into a java5 vm. Am 05.08.2008 um 15:33 schrieb René van Wijk: Hi Matthias, When I rebuild the trinidad project, I get an unsupported class version error when I run it again. Cou

Re: trinidad xhtml compliance

2008-08-05 Thread Burghard Britzke
use to force xhtml content type, to be rendered. but be aware of the issues matthias mentioned. https://issues.apache.org/jira/browse/TRINIDAD-1152 https://issues.apache.org/jira/browse/TRINIDAD-1139 https://issues.apache.org/jira/browse/TRINIDAD-818 you probably want to vote for it to get

Re: [Trinidad] Skinning Error: CSS not available

2008-08-18 Thread Burghard Britzke
I use @import "#{facesContext.externalContext.requestContextPath}/.css"

...
 
  


and it worked for me. the link-element should also work as the 

Re: [Trinidad] Skinning Error: CSS not available

2008-08-18 Thread Burghard Britzke
you have to decide if you want to import styles without the skinning mechanism or if you want to take advantage of the trinidad skinning mechanism. for the latter take the above steps. burghard. Am 18.08.2008 um 19:31 schrieb Burghard Britzke: I use </

Re: [Trinidad] Skinning Error: CSS not available

2008-08-18 Thread Burghard Britzke
n Mon, Aug 18, 2008 at 6:51 PM, Burghard Britzke <[EMAIL PROTECTED] > wrote: but it it not the trinidad skinning css file which I included. the skinning css file should exist at the location you specified in the trinidad-skins.xml configuration file. the skin-elements you specify ther

Re: Trinidad Large Tree

2008-10-25 Thread Burghard Britzke
may be it is the javascript code used by the tree component which screw up ie? burghard. Am 25.10.2008 um 15:30 schrieb Matthias Wessendorf: Are you saying the issue is the JavaScript in IE ? -Matthias On Fri, Oct 24, 2008 at 6:27 PM, Wu, Billy <[EMAIL PROTECTED]> wrote: Hi everyone,

Re: [Trinidad] charset

2008-12-29 Thread Burghard Britzke
are you trying to render xml? you probably run into https://issues.apache.org/jira/browse/TRINIDAD-1139 and https://issues.apache.org/jira/browse/TRINIDAD-818 . the javascript generated for xml rendered pages is not valid and does not work. you should consider to vote for them or better fix i

Re: [Trinidad] charset

2009-01-01 Thread Burghard Britzke
="http://java.sun.com/jsf/html"; xmlns:tr="http://myfaces.apache.org/trinidad";> ... Am 31.12.2008 um 14:28 schrieb desik: I don't have any settings regarding html / xhtml rendering. So I guess it's default rendering. Voted

Re: [Trinidad] charset

2009-01-01 Thread Burghard Britzke
... may be will work, too. :-) Am 31.12.2008 um 14:28 schrieb desik: I don't have any settings regarding html / xhtml rendering. So I guess it's default rendering. Voted for both bugs. Burghard Britzke wrote: are you trying to render xml? you probably run

Re: [Trinidad] PPR does not work for XHTML rendered pages (was: charset)

2009-01-01 Thread Burghard Britzke
fine! but using html4 is just a workaround. trinidad does not work for xhtml rendered pages since more than one year! burghard. Am 01.01.2009 um 14:11 schrieb desik: You are right. Tried: and it works. Verified page source. Without contentType attribute page is rendered as xhtml, with

Re: [Trinidad] PPR does not work for XHTML rendered pages (was: charset)

2009-01-01 Thread Burghard Britzke
On Thu, Jan 1, 2009 at 7:30 AM, Burghard Britzke wrote: fine! but using html4 is just a workaround. trinidad does not work for xhtml rendered pages since more than one year! burghard. Am 01.01.2009 um 14:11 schrieb desik: You are right. Tried: and it works. Verified page source.

Re: [a bit off topic] Trying to use xhtml instead of html, problem with IE?

2009-01-24 Thread Burghard Britzke
Yes! the browser takes the content type, which is sent by the server as part of the http-header. but have a look at this ugly anouncement http://blogs.msdn.com/ie/archive/2005/09/15/467901.aspx . burghard. Am 23.01.2009 um 23:44 schrieb Bjørn T Johansen: Not sure if I understand your questio

Re: FlowScope beans are being added to the FlowScope.

2014-07-03 Thread Burghard Britzke
may be weld (see http://weld.cdi-spec.org) Am 04.07.2014 um 06:52 schrieb Paul Spencer : > MyFaces 2.2.3 & 2.2.4 > jetty-maven-plugin:8.1.15.v20140411 > > FlowScope beans are being added to the FlowScope. I suspect this is related > to the message below. > > org.apache.myfaces.util.Externa