Re: [Trinidad] Any help? hot swap of skin file stopped working

2008-02-18 Thread Martin Hinterndorfer
Hi Stephen! Have you changed some of the configuration parameters described in: http://myfaces.apache.org/trinidad/devguide/configuration.html ie: org.apache.myfaces.trinidad.USE_APPLICATION_VIEW_CACHE changes the behaviour of pages beeing cached. or:

Re: [myfaces1.1.5][facelets 1.1.12] desable IE7 cache?

2008-02-18 Thread Martin Hinterndorfer
Hi! As far as I know, you can use 2 mechanisms to turn off caching: 1. Entry in the html-header tag: head meta http-equiv=Content-Type content=text/html;charset=utf-8/ !-- or charset=iso-8859-1-- meta http-equiv=expires content=0/ meta http-equiv=cache-control content=no-store/

EnumConverter in faces-config.xml myfaces-orchestra-core15

2008-02-15 Thread Martin Hinterndorfer
for this purpose: The: javax.faces.convert.EnumConverter The problem is, that this org.apache.myfaces.orchestra.converter.enumeration.EnumConverter gets registered an throws a ClassNotFoundException, if any Enumeration is used (even if a have an own Converter defined for this!) Thanx Martin

Re: autosubmit with selectOneChoice

2007-09-18 Thread Martin Hinterndorfer
on the selectOneChoice. Add valueChangeListener in your selectOneChoice it will start working. Sorry i didn't noticed this earlier. ~Abhishek On 9/17/07, Martin Hinterndorfer [EMAIL PROTECTED] wrote: Thank that was a good idea, but I'm afraid this does not work, too. Still the same problem

autosubmit with selectOneChoice

2007-09-17 Thread Martin Hinterndorfer
debugging the setters/getters and statusIndicator. Do I understand something wrong with the usage of partialTriggers and autosubmit or is this simply a bug? In hope for some enlightenment! Sincerely Martin Hinterndorfer

Re: autosubmit with selectOneChoice

2007-09-17 Thread Martin Hinterndorfer
/ /tr:inputText /tr:panelGroupLayout in the second input date what id for partialTrigger you are using, but that is not important just an FYI. ~Abhishek On 9/17/07, Martin Hinterndorfer [EMAIL PROTECTED] wrote: Hi everybody! I have a quite simple question: Imagine

Re: Mixing trinidad with tomahwak - t:columns

2007-09-11 Thread Martin Hinterndorfer
/tr:table Like I say, I have no idea if this would work, but worth a shot or at least a look in the code for the DesktopTableRenderer -A On 9/10/07, Martin Hinterndorfer [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi everyone! I need to build a table with a variable amout of columns

Mixing trinidad with tomahwak - t:columns

2007-09-10 Thread Martin Hinterndorfer
, but it looks as if the table will become quite complex (buttons, validators, converters...), so this is not a very preferable approach. Does anybody have experience in mixing a trinidad application with the tomahawk t:dataTable and t:columns components? Any pros or cons? Thanks in advance! Martin

Trinidad: Missing script type=text/javascript src=/trinidad-demo/adf/jsLibs/Common1_0_2.js in html-head

2007-09-06 Thread Martin Hinterndorfer
. Which Component is responsible for that? Can anyone help? best regards Martin Hinterndorfer

Re: Trinidad: Missing script type=text/javascript src=/trinidad-demo/adf/jsLibs/Common1_0_2.js in html-head

2007-09-06 Thread Martin Hinterndorfer
for the engagement! Martin Hinterndorfer 2007/9/6, Matthias Wessendorf [EMAIL PROTECTED]: yesterday, Thomas asked me the same. I updated my trunk version of Trinidad. run the build (mvn clean install) and deployed the demo. Everything is fine. (it renders 1_0_3 instead of 1_0_2 on trunk, since