ProjectStage and ResourceDependency

2011-03-15 Thread Eisenträger , Tobias
Hello list, Is it possible to have different ResourceDependencies for components depending on the Project Stage? Example - when the project is in Development Stage the context param javax.faces.PROJECT_STAGE is set to Development context-param

AW: ProjectStage and ResourceDependency

2011-03-15 Thread Eisenträger , Tobias
: ProjectStage and ResourceDependency Hi Tobias, You could write your own ResourceHandler (-- ResourceHandlerWrapper) which wraps the createResource() methods and adjusts the filenames depending on the current ProjectStage. Regards, Jakob 2011/3/15 Eisenträger, Tobias Tobias.Eisentraeger

AW: [Trinidad] Best Javascript package to use in a new render kit

2011-03-08 Thread Eisenträger , Tobias
I have created a few components based on jquery and it seems to work pretty good. However - somehow including the libraries somewhere in the core, and not in the template would be good. -Ursprüngliche Nachricht- Von: Walter Mourão [mailto:walter.mou...@gmail.com] Gesendet: Sonntag,

AW: Websphere 6

2010-11-16 Thread Eisenträger , Tobias
To run it on Websphere 6.1, here are the required libraries (this is myfaces, trinidad and tomahawk in the JSF 1.2 versions): In your Dynamic Web App Project under WEB-INF/lib put the following: All App servers: Activation-1.1.jar commons-beanutils-1.7.0.jar commons-codec-1.3.jar

trinidad ResourceServlet _setHeaders png problem

2010-10-04 Thread Eisenträger , Tobias
We are getting the following error on WebSphere Application Server/6.1 - does anyone know what to do about that? Do you have to specify image/png somewhere - like in the server config? Trace: 2010/10/04 14:06:21.352 01 t=8C85D0 c=UNK key=P8 (13007002) ThreadId: 003c FunctionName:

AW: double click problem in JSF

2010-09-03 Thread Eisenträger , Tobias
This is a great example: http://javathoughts.capesugarbird.com/2008/03/ajax-button-with-overlay-div-and-wait.html Works good with trinidad Toby -Ursprüngliche Nachricht- Von: yogeen honnavar [mailto:yog...@yahoo.com] Gesendet: Freitag, 3. September 2010 06:12 An: MyFaces Discussion

AW: [Trinidad] IE + PPR causing Hour-glass

2010-06-15 Thread Eisenträger , Tobias
Hello Dmitry, we stumled upon the same problem, and simply deactivated the hour glass functionality via overwriting the javascript which comes bundled in trinidad. We include a custom javascript anyway in each page, and the last method overwrites the hourglass functionality. /** *

Caching of getters for iterating components

2010-06-08 Thread Eisenträger , Tobias
What is the best way to cache the result of a getter in the EL to not get too many getter invocations? Some are called up to 80.000 times on a page(all phases together). Please see the screenshot at: http://docs.google.com/document/pub?id=1HEYAzXmZ6GBLimk8tNAdvGt48m53Mwq8gGEVUiFg6GI (Showing

AW: [Trinidad] Trinidad consuming 80-90% CPU

2010-06-02 Thread Eisenträger , Tobias
Hello Paul, We are also very interested in this Problem. We have a Trinidad application which uses a lot more CPU then expected (Compared to an old Servlet app with same functionality it already uses more CPU with 30 test users then old system with hundreds of users). Our platform is

AW: AW: [Trinidad] Trinidad consuming 80-90% CPU

2010-06-02 Thread Eisenträger , Tobias
That's put an end to my search for performance fixes in a later 1.0.x release then. How can you be on 1.0.13? That isn't release? Perhaps you are actually on 1.2.13 as this would allign with your faces 1.2 implementation. Yes, that is correct - it's 1.2.13 That then begs the question of

AW: Click CommandButton from BackingBean

2010-05-20 Thread Eisenträger , Tobias
Hello Matthias, why don't you just submit the form normally to your webserver and let the webserver post to the web service? - This would probably be a lot more clean - architecture wise. Mit freundlichen Grüßen Tobias Eisenträger Softwareentwickler

Cannot get tr:inputDate to work

2010-04-13 Thread Eisenträger , Tobias
Hello, I think I am missing a configuration, something for additional resources from ADF, but I cannot remember how to configure that, and where. The problem is that when I use the tr:inputDate from the example at: http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_inputDate.html

AW: Cannot get tr:inputDate to work

2010-04-13 Thread Eisenträger , Tobias
-bundle resource-bundle base-namejflowwebclient/base-name varproperties/var /resource-bundle /application -M On Tue, Apr 13, 2010 at 11:23 AM, Eisenträger, Tobias tobias.eisentrae...@arag.de wrote: Hello, I think I am missing

AW: Cannot get tr:inputDate to work

2010-04-13 Thread Eisenträger , Tobias
It's an older bug (in myfaces-core) - but maybe it's just misconfiguration - can anyone look into this maybe? Here's the issue: https://issues.apache.org/jira/browse/MYFACES-1794 -Ursprüngliche Nachricht- Von: Eisenträger, Tobias [mailto:tobias.eisentrae...@arag.de] Gesendet

AW: Is there a way to close the tr:panelPopup component

2010-03-22 Thread Eisenträger , Tobias
at 1:01 AM, Eisenträger, Tobias tobias.eisentrae...@arag.de wrote: Hello, I've been using the tr:panelPopup Component and it worked great so far. Now I got the problem if I click on a tr:commandLink inside the popup, which only performs PPR - the panelPopup stays open, for example after

AW: Is there a way to close the tr:panelPopup component

2010-03-22 Thread Eisenträger , Tobias
[contentId]) { var popup = visiblePopups[contentId]; popup.hidePopup(null); } return; } Cheers, Tobias Eisenträger -Ursprüngliche Nachricht- Von: Eisenträger, Tobias [mailto:tobias.eisentrae...@arag.de] Gesendet: Montag, 22. März 2010 10:04

AW: Is there a way to close the tr:panelPopup component

2010-03-22 Thread Eisenträger , Tobias
Sitz und Registergericht: Düsseldorf, HRB 1371 USt-ID-Nr.: DE 119 355 995 -Ursprüngliche Nachricht- Von: Eisenträger, Tobias [mailto:tobias.eisentrae...@arag.de] Gesendet: Montag, 22. März 2010 10:23 An: MyFaces Discussion Betreff: AW: Is there a way to close the tr:panelPopup

AW: [TRINIDAD] Issue with Trinidad's javascript and UTF-8

2010-03-22 Thread Eisenträger , Tobias
Hello Simon, I also had problems getting the umlauts to work. Here is what I did. This might not be a very clean way of doing it, but this configuration finally worked for me. I will mark the things I think are important in yellow (sorry for the html formatting). A standard page:

Is there a way to close the tr:panelPopup component

2010-03-08 Thread Eisenträger , Tobias
Hello, I've been using the tr:panelPopup Component and it worked great so far. Now I got the problem if I click on a tr:commandLink inside the popup, which only performs PPR - the panelPopup stays open, for example after returning from a dialog. Does anyone know the javascript to close

AW: [TRINIDAD] SelectOneChoice preselection possible?

2010-02-25 Thread Eisenträger , Tobias
Hello Simon, Your approach is to give the Element in the backing bean the value, like this: The bean has the List with the Wrapped Items and one of the items you want to set with the List in it: private ListSelectItem indexTypesForSuche; private GeVoSuchtyp selectedIndexType; public

[Trinidad] Firefox 3.6 has removed the getBoxObjectFor() function - tr:panelPopup non functional

2010-01-27 Thread Eisenträger , Tobias
This function seems to have been deprecated until 3.5.x, and has been removed with Firefox 3.6. I just updated and noticed that problem. This makes for example the tr:panelPopup method non functional. There might be other examples where this function has been used. I think someone who

AW: [Trinidad] Firefox 3.6 has removed the getBoxObjectFor() function - tr:panelPopup non functional

2010-01-27 Thread Eisenträger , Tobias
Nevermind, it was a double, and has been fixed in 1.2.13 -Ursprüngliche Nachricht- Von: Eisenträger, Tobias [mailto:tobias.eisentrae...@arag.de] Gesendet: Mittwoch, 27. Januar 2010 10:04 An: MyFaces Discussion Betreff: [Trinidad] Firefox 3.6 has removed the getBoxObjectFor() function

Caching from static content

2009-12-11 Thread Eisenträger , Tobias
Hello List, Is there a parameter where one can enable the caching for static content, for example images, css and external javascript? It looks like Trinidad or myfaces is adding this to the header: Pragma: No-cache Cache-Control: no-cache Expires: Thu, 01 Jan 1970 01:00:00 CET

AW: Caching from static content

2009-12-11 Thread Eisenträger , Tobias
://issues.apache.org/bugzilla/show_bug.cgi?id=28750 https://issues.apache.org/bugzilla/show_bug.cgi?id=27122 Mit freundlichen Grüßen Tobias Eisenträger -Ursprüngliche Nachricht- Von: Eisenträger, Tobias [mailto:tobias.eisentrae...@arag.de] Gesendet: Freitag, 11. Dezember 2009 12:58

AW: AW: trinidad's treeTable paginating next/previous causes whole page to reload/refresh

2009-10-22 Thread Eisenträger , Tobias
documentation. Regards, -- ilker From: Eisenträger, Tobias tobias.eisentrae...@arag.de To: MyFaces Discussion users@myfaces.apache.org Date: 10/21/2009 02:24 AM Subject: AW: trinidad's treeTable paginating next/previous causes whole page to reload/refresh

AW: trinidad's treeTable paginating next/previous causes whole page to reload/refresh

2009-10-21 Thread Eisenträger , Tobias
Hello Ilker, We define the tr:table like this: tr:table var=item id=arbeitskorbDataTable binding=#{ArbeitskorbBean.table} selectionListener=#{ArbeitskorbBean.tableSelectionListener} partialTriggers=btn_view_doc

Access request.getRemoteUser spnego jspx myfaces trinidad

2009-10-12 Thread Eisenträger , Tobias
Hello, We need to authenticate our clients with SPNEGO automatically. The Tomcat server already works, a simple test.jsp will give me the username I need. But how do I get the same String with jspx/myfaces? This is what works: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01

Shortcuts for Links and Buttons

2009-09-28 Thread Eisenträger , Tobias
Hello, I need to have shortcut support (Alt+O for OK, for example). What is a typical solution for that? Is there a good JavaScript framework or something? Thanks, Tobias Eisenträger

AW: Shortcuts for Links and Buttons

2009-09-28 Thread Eisenträger , Tobias
\')','submitForm(\'j_id21\',1,{source:\'j_id23:0:j_id25:2:j_id27\'});return false;',this,event,true) class=OraLink href=# accesskey=a * img src=resources/images/benutzer.gifArbeitskorb[Alt+a]/a Any suggestions? -Ursprüngliche Nachricht- Von: Eisenträger, Tobias

requestContext.launchDialog parameters

2009-05-26 Thread Eisenträger , Tobias
Hello Community, I am trying to launch an error dialog programmatically, but the arguments of requestContext.launchDialog won't work - did something change here? I was following the tutorial on http://myfaces.apache.org/trinidad/devguide/dialogs.html#Manually%20Launching%20A%20Dialog but

AW: [OT - Mobile Web] Trinidad supporting mobile devices

2009-04-09 Thread Eisenträger , Tobias
Hi, here are some more information on the mobile support: http://www.youtube.com/watch?v=OUi8q5XHzxk And some demos: http://stshld.oracle.com:/demo/faces/main.jspx Won't load. And some article: http://www.oracle.com/technology/pub/articles/huang-iphone.html Great article! - Thanks

Tomahawk + Trinidad + Facelets

2009-04-07 Thread Eisenträger , Tobias
Hello everyone, I have a working configuration with Trinidad+Facelets with the JSF 1.2 versions. Now I would like to add some Tomahawk components to that but when I add the ExtensionsFilter to the web.xml I get the following error: Error 500: Filter [MyFacesExtensionsFilter]: filter is

AW: Tomahawk + Trinidad + Facelets

2009-04-07 Thread Eisenträger , Tobias
That worked great - Thank you! You need to commons fileupload to your classpath. On Tue, Apr 7, 2009 at 9:44 AM, Eisenträger, Tobias tobias.eisentrae...@arag.de wrote: Hello everyone, I have a working configuration with Trinidad+Facelets with the JSF 1.2 versions. Now I would like to add some