[trinidad 1.2]

2012-08-20 Thread Me Self
Hi All How do I disable PPR error popups? If a bean method handling PPR events throws an runtime exception the user sees a popup that reveals internal code structure - I want to disable this in production but how?

[trinidad] renderkit replaced

2012-04-26 Thread Me Self
Trinidad keeps writing this message in the log every few secs: RenderKit with renderKitId 'EXTVAL_TRINIDAD_RENDERKIT' was replaced Any1 know what that really means? Everything appears to be working despite this log message.

Re: [MyFaces 1.2] how to access managed bean from phaselistener?

2011-10-26 Thread Me Self
problem. regards Michael Am 25.10.2011 um 11:19 schrieb Me Self wmso...@gmail.com: How do I access a managed bean from a phaselistener without it knowing the faces-config.xml name of the bean? I have 1 phaselistener that acts across hundreds of pages that each have one managed bean. All

[MyFaces 1.2] how to access managed bean from phaselistener?

2011-10-25 Thread Me Self
How do I access a managed bean from a phaselistener without it knowing the faces-config.xml name of the bean? I have 1 phaselistener that acts across hundreds of pages that each have one managed bean. All the managed beans subclass the same base class. All pages are a composition of the same

Re: [MyFaces 1.2] how to access managed bean from phaselistener?

2011-10-25 Thread Me Self
/25 Me Self wmso...@gmail.com How do I access a managed bean from a phaselistener without it knowing the faces-config.xml name of the bean? I have 1 phaselistener that acts across hundreds of pages that each have one managed bean. All the managed beans subclass the same base class. All pages

Re: Best practice for storing application variables

2011-10-25 Thread Me Self
You can externalize the environment specific configuration from the artifacts (war,ear,jar) that you are deploying by putting those variables in a propertyfile and placing the file in a folder that you add to your servers classpath. That way the same artifact can be deployed to all environments -

[trinidad 1.2] tr:table docs, rowselection, sorting, pagenation, filtering?

2011-07-08 Thread Me Self
I have a few questions about the trinidad table component. Hope someone can answer at least some of them.. 1) I havent found much documentation other than http://myfaces.apache.org/trinidad/devguide/table.html. Is there any ADF documentation that would be usefull or is the trinidad version too

[trinidad 1.2]

2011-04-26 Thread Me Self
Hi All When trinidad renders for instance two radio buttons it wraps them in a table tag or separtes them with br. Is there a simple way to make trinidad render components into simpler html.

[trinidad 1.2] table rows not populated

2011-04-13 Thread Me Self
I have a tr:table with an add row button but whenever the user presses a tr:commandButton in that table then the list thats backing up the table is reset. All other fields in the managed bean are repopulated as expected. The managed bean is request scoped: public class PageBean { private

Re: [trinidad 1.2] table rows not populated

2011-04-13 Thread Me Self
Guide). Admirolas 2011.04.13 10:01, Me Self rašė: I have atr:table  with an add row button but whenever the user presses atr:commandButton  in that table then the list thats backing up the table is reset. All other fields in the managed bean are repopulated as expected. The managed bean

[trinidad]

2011-04-04 Thread Me Self
When I deploy a web application that depends on: \WEB-INF\lib\jstl-1.2.jar \WEB-INF\lib\myfaces-api-2.0.4.jar \\WEB-INF\lib\myfaces-impl-2.0.4.jar \\WEB-INF\lib\trinidad-api-2.0.0-beta-2.jar \WEB-INF\lib\trinidad-impl-2.0.0-beta-2.jar ..in a clean weblogic 10.3 then all i fine, but when I deploy

[trinidad] trinidad xsd?

2011-03-13 Thread Me Self
Where do I find the trinidad tr/trh xsd files so I can register them in the eclipse xml catalog? (for trinidad 2.0)

[trinidad] 2.0 download not working

2011-02-25 Thread Me Self
I get http 404 when I try to download trinidad 2.0 from this URL: http://myfaces.apache.org/dist/binaries/trinidad-2.0.0-beta-2-dist.zip The tar.gz is also 404.

[trinidad] Deploy trinidad 2.0 example on WebLogic Server Version: 10.3.4.0?

2011-02-25 Thread Me Self
Im trying to deploy trinidad-demo 2.0 in weblogic but im getting this error: There was a failure when processing annotations for application /MLT-DEV/Oracle/Middleware_10.3.4/user_projects/domains/workflow_external_ui/servers/AdminServer/upload/trinidad-demo-2.0.0-beta-2.war. Please make sure

Re: [trinidad] Deploy trinidad 2.0 example on WebLogic Server Version: 10.3.4.0?

2011-02-25 Thread Me Self
of websphere support JSF 2.0?  I know there is plans to release a websphere that does, but to my knowledge it hasn't been distributed yet. On Feb 25, 2011, at 3:13 AM, Me Self wmso...@gmail.com wrote: Im trying to deploy trinidad-demo 2.0 in weblogic but im getting this error

Re: [trinidad] Deploy trinidad 2.0 example on WebLogic Server Version: 10.3.4.0?

2011-02-25 Thread Me Self
been distributed yet. On Feb 25, 2011, at 3:13 AM, Me Self wmso...@gmail.com wrote: Im trying to deploy trinidad-demo 2.0 in weblogic but im getting this error: There was a failure when processing annotations for application /MLT-DEV/Oracle/Middleware_10.3.4/user_projects/domains

Re: [trinidad] Deploy trinidad 2.0 example on WebLogic Server Version: 10.3.4.0?

2011-02-25 Thread Me Self
Hi Scott Got it working - replaced the glassfish jstl jar with the one from repo2.maven.org. On Fri, Feb 25, 2011 at 2:47 PM, Scott O'Bryan darkar...@gmail.com wrote: I think you might need to install an upgraded EL as well. On Feb 25, 2011, at 5:25 AM, Me Self wmso...@gmail.com wrote: Hi

[trinidad] Status of trinidad 2.0?

2011-02-25 Thread Me Self
Im starting a new JSF project and must decide whether to go with a stabile 1.2 impl or if I should risk it and use 2.0 beta. Im considering 2.0 because the app will be used by powerusers - they need all the clientside javascript speedups I can provide. So I would like to hear your opinions - will