[Trinidad] _submitFormCheck is not defined

2008-01-13 Thread Mathias Walter

RE: [Trinidad] _submitFormCheck is not defined

2008-01-14 Thread Mathias Walter
ssion > Subject: Re: [Trinidad] _submitFormCheck is not defined > > > Commonea20.js ? > that isn't Trinidad, that was old ADF Faces. > > I don't see a Servlet-Mapping for our Resource servlet > > (check with the Trinidad demos how to define that) > > -M &

RE: [Trinidad] _submitFormCheck is not defined

2008-01-14 Thread Mathias Walter
Hi Matthias, > are you using the defaultCommand attribute form the ? No, I'm using no tr tags in this jsp. Is it necessary, to change the to ? If yes, why and should then all tags changed to their tr variants? -- Kind regards, Mathias > > On Jan 14, 2008 1:37 PM, Mathias Wal

RE: [Trinidad] _submitFormCheck is not defined

2008-01-14 Thread Mathias Walter
) method)) > > but... when there is no defaultCommand defined, nothing > happens on ENTER. > > Check the demos: > http://example.irian.at/trinidad-demo-20080114/faces/component > s/form.jspx > > and play with defaultCommand attribute. > > greetings, > Matthias >

[Trinidad] MissingResourceException

2008-01-16 Thread Mathias Walter
Hi, I've declared: private org.apache.myfaces.trinidad.component.core.nav.CoreCommandLink editLink; Than I bound a commandLink to this backing beans variable. In a backing bean method I'm calling: if (editLink != null && editLink.isRendered()) If I request the page, I get the

RE: [Trinidad] _submitFormCheck is not defined

2008-01-18 Thread Mathias Walter
Hi Stefan, in my case, the trinidad filter pointed to the servlet 'faces', but the Eclipse WTP project created a servlet 'Faces Servlet'. So I just renamed it to 'faces' and it works. Also, I forgot the servlet 'source'. I assume, this servlet creates the include statements. Here is the necessary

RE: [Trinidad] MissingResourceException

2008-01-18 Thread Mathias Walter
ich describes the real problem (instead of the MissingResourceException). regards, gerhard 2008/1/16, Matthias Wessendorf < [EMAIL PROTECTED]>: can u provide some more stack? -M On Jan 16, 2008 1:22 PM, Mathias Walter <[EMAIL PROTECTED]> wrote: &g

[Trinidad] PPR error with XHTML JSPs

2008-01-21 Thread Mathias Walter
Hi, I'm using XHTML inside JSPs. If I include the XML processing instruction "" at the top of the page, partial triggers won't work. Firebug displays: "Invalid PPR response. The response-headers were:\nServer: Apache-Coyote/1.1\nX-Powered-By: JSF/1.2\nCon..." and the PPR result is: http://www

RE: [Trinidad] PPR error with XHTML JSPs

2008-01-21 Thread Mathias Walter
Hi Matthias, > I think we had that issue already discussed here on the list. > Can you do the following: > -create a jira Done: https://issues.apache.org/jira/browse/TRINIDAD-912 > -with some simple JSP (+XHTML) code inside. > > Since I see the "X-Powered-By: JSF/1.2" http header, > my guess is

RE: [Trinidad] PPR error with XHTML JSPs

2008-01-21 Thread Mathias Walter
Hi, > after removing > > works Yes. I wrote it with other words. -- Regards, Mathias > > On Jan 21, 2008 1:50 PM, Matthias Wessendorf > <[EMAIL PROTECTED]> wrote: > > > "Invalid PPR response. The response-headers were:\nServer: > > > Apache-Coyote/1.1\nX-Powered-By: JSF/1.2\nCon..." > >

[Trinidad] displayValueOnly

2008-01-22 Thread Mathias Walter
Hi, do Trinidad has a displayValueOnly property for tr:inputText, similar to Tomahawk? -- Kind regards, Mathias

[Trinidad] tr:form defaultCommand no partial triggering

2008-01-22 Thread Mathias Walter
Hi, I've defined a defaultCommand on a tr:form. It's linked to a command button which has a partial trigger. If I click on the button, the a partial submit is initiated, but if I press , the form is fully submitted and the page will be reloaded. The form's default command should beha

RE: [Trinidad] displayValueOnly

2008-01-22 Thread Mathias Walter
html On Jan 22, 2008 2:31 PM, Mathias Walter < [EMAIL PROTECTED]> wrote: Hi, do Trinidad has a displayValueOnly property for tr:inputText, similar to Tomahawk? -- Kind regards, Mathias

RE: [Trinidad] displayValueOnly

2008-01-23 Thread Mathias Walter
Hi Matthias, > when doing: > -readOnly:true > -simple:true > -value:Some text > > you get this rendered result: > > > Some text > > > is that close to what you want ? Yeah! That's exactly what I'm looking for. :) -- Regards, Mathias

RE: [Trinidad] tr:form defaultCommand no partial triggering

2008-01-23 Thread Mathias Walter
gt; > I'll take a look, maybe next week. > > > > -M > > > > > > On Jan 22, 2008 2:51 PM, Mathias Walter > <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > I've defined a defaultCommand on a tr:form. It's linked > to a co

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

2008-02-15 Thread Mathias Walter
Hi, You don't have a real name. So don't expect any answer! But, I experienced similar problems with IE6 and Trinidad too and could not solve it. With FireFox it works well. -- Kind regards, Mathias > -Original Message- > From: lmk [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 1

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

2008-02-16 Thread Mathias Walter
Hi, > Maybe setting the http cache headers? I tried all variants and verified it with FireBug. IE ignores these settings. But I've the problems only with backward/forward navigation. -- Kind regards, Mathias > > Scott > > Mathias Walter wrote: > > Hi, > > &g

AW: [Trinidad] Casablanca skin

2010-07-23 Thread Mathias Walter
Hi Marius, I did extend some minor parts, just a few lines. A change would not make much effort. -- Kind regards, Mathias > -Ursprüngliche Nachricht- > Von: Marius Petoi [mailto:marius.pe...@codebeat.ro] > Gesendet: Freitag, 23. Juli 2010 08:53 > An: MyFaces Development; MyFaces Discussi

[Trinidad] subform defaultCommand

2008-03-03 Thread Mathias Walter
Hi, does it make sense to have a defaultCommand attribute on a tr:subform? For the subforms, I'm using PPR only. -- Kind regards, Mathias

[Trinidad] No PPR-capable 'id' found

2008-03-04 Thread Mathias Walter
Hi, I'm using PPR to partially render a table row. The cells contain tr:inputText elements which are read-only, if the row is not in edit mode. If I submit the form () I get warnings like: 04.03.2008 16:55:47 org.apache.myfaces.trinidadinternal.renderkit.core.ppr.PPRResponseWriter$PPR Tag fini

RE: [Trinidad] subform defaultCommand

2008-03-04 Thread Mathias Walter
nly make sense, but the way the defaultCommand > currently works, it exchanges the onkeypress-handler of the form. In > the case of subforms, there is no HTML-element for which the > default-command can be registered. > > regards, > > Martin > > > > On 3/3/08, Mathias W

Re: character encoding

2008-03-07 Thread Mathias Walter
Hi, I've a similar unsolved problem with Trinidads PPR. Sometimes the special characters inside inputText are escaped or translated into something else, after a PPR. I'm not sure, if it's related to MyFaces or Trinidad. -- Kind regards, Mathias Original-Nachricht > Datum: F

[Trinidad] selectOneChoice in editable table

2008-03-17 Thread Mathias Walter
Hi, I wrote an editable table where one column contains a selectOneChoice component. If I edit a row and try to save the changes, all underlaying values of the selectOneChoice component of all rows other then the edited row will be set to null. I could not figure it out why. I'm using PPR to chan

RE: [Trinidad] selectOneChoice in editable table

2008-03-17 Thread Mathias Walter
Hi again, I forgot to note, that I'm using Trinidad 1.2.7 (released version) and JSF RI. But it did not work with Trinidad 1.2.6 either. -- Kind regards, Mathias > -Original Message- > From: Mathias Walter [mailto:[EMAIL PROTECTED] > Sent: Monday, March 17, 2008 10:36 PM

RE: [Trinidad] selectOneChoice in editable table

2008-03-19 Thread Mathias Walter
Hi, could anybody reproduce the problem or can give me a hint, what I'm doing wrong? Or is the minimalistic example to large? -- Kind regards, Mathias > -Original Message- > From: Mathias Walter [mailto:[EMAIL PROTECTED] > Sent: Monday, March 17, 2008 10:36 PM

RE: [Trinidad] Facelets + XHTML breaks Trinidad

2008-04-03 Thread Mathias Walter
Hi Maarten, with Facelets you do not need . Yesterday, I run into similar issues regarding to duplicate DOCTYPE tags. I solved it by declaring the DOCTYPE in my .xhtml layout file and avoid using . Instead, I'm using html, trh:head and trh:body inside my global layout template and using ui:compos

RE: [Trinidad] Disable details-link

2008-04-10 Thread Mathias Walter
Hi, I'm also very interested in such an attribute. In my case, I have an inline editable table with an extra 'action' column (the right most column) which contains links (visibility depends on the action itself) for editing, deleting, canceling and updating of rows. It would be great to disable th

RE: [Trinidad] Disable details-link

2008-04-10 Thread Mathias Walter
Henk, would you open a JIRA issue, please? -- Kind regards, Mathias > -Original Message- > From: Henk Vanhoe [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 10, 2008 1:55 PM > To: MyFaces Discussion > Subject: Re: [Trinidad] Disable details-link > > > Hi, > > It would help me a lot

[Trinidad] inputText special characters

2008-04-10 Thread Mathias Walter
Hi, I've some trouble with special characters (i. e. german umlauts) and tr:inputText. With IE 6, the characters will be converted to some unreadable two-byte codes, but with FF2 it works well. I'm using Trinidad 1.2.7, Sun JSF RI 1.2 and Facelets. The head of the rendered page is http://www.w3

RE: [Trinidad] inputText special characters

2008-04-10 Thread Mathias Walter
forgot to mention that form is partially submitted with a . -- Regards, Mathias > Instead, please use UTF-8, like > > Hope this helps > Kenneth > > Mathias Walter wrote: > > Hi, > > > > I've some trouble with special characters (i. e. german umlau

[Trinidad] setActionListener before actionListener or partialSubmit with action

2008-04-15 Thread Mathias Walter
Hi, is it possible to use partialSubmit without an actionListener and only with an action on a tr:commandLink? I tried it, but the whole page is refreshed not only the relevant part. I'd like to use actionListener, but unfortunatelly a tr:setActionListener will be executed after actionListener. I

RE: [Trinidad] setActionListener before actionListener or partialSubmit with action

2008-04-15 Thread Mathias Walter
? -- Kind regards, Mathias > > On Tue, Apr 15, 2008 at 3:51 PM, Mathias Walter > <[EMAIL PROTECTED]> wrote: > > Hi, > > > > is it possible to use partialSubmit without an > actionListener and only with > > an action on a tr:commandLink? I tried it, b

RE: [Trinidad] setActionListener before actionListener or partialSubmit with action

2008-04-15 Thread Mathias Walter
Hi, > > > Use action instead of actionListener? Actions are always > fired last. > > > > Yes, I know. But if I use actions, PPR won't work. The > whole page is > > refreshed, regardless of the action outcome. But I'd like > to use PPR. > > Returning null is the correct way to ensure that th

RE: [Trinidad] setActionListener before actionListener or partialSubmit with action

2008-04-15 Thread Mathias Walter
omponent. A setActionListener should not get > preferential > > treatment. If you need listeners to be invoked in a specific order, > > you need to make sure they are added in that order. And > even then, the > > JavaDoc of UIComponent does not guarantee that the > listeners

RE: [Trinidad] setActionListener before actionListener or partialSubmit with action

2008-04-15 Thread Mathias Walter
Hi again, > FYI, you should not use tr:setActionListener if you are on JSF 1.2, > ignore this comment if you are still on 1.1. There is no note about this at http://myfaces.apache.org/trinidad/trinidad-1_2/trinidad-api/tagdoc/tr_setAc tionListener.html and the 'Developer Guide'. -- Kind regards,

[Trinidad] inputText and partialSubmit

2008-04-16 Thread Mathias Walter
Hi, I'm trying to get PPR work with an inputText component as follow: Unfortunatelly, the whole page gets refreshed. I tried lots of combinations w/wo partialSubmit, autoSubmit, valueChangeListener, but couldn't get it partially rendered. If I just use partialSubmit and no autoSubmi

RE: [Trinidad] inputText and partialSubmit

2008-04-16 Thread Mathias Walter
Hi, > On Wed, Apr 16, 2008 at 10:42 AM, Mathias Walter > <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I'm trying to get PPR work with an inputText component as follow: > > > > > partialSubmit="true" autoSubmit="true" >

RE: [Trinidad] inputText and partialSubmit

2008-04-16 Thread Mathias Walter
o it's just a redrawing issue of IE. -- Many thanks, Mathias > > http://www.getfirebug.com/lite.html > > On Wed, Apr 16, 2008 at 1:13 PM, Andrew Robinson > <[EMAIL PROTECTED]> wrote: > > Don't know, I have to punt > > > > > > > > O

RE: [Trinidad] inputText and partialSubmit

2008-04-16 Thread Mathias Walter
Hi, > > > Nope. that example works for me. I guess your bean is in > > > request scope ? > > > > No, it is in session scope. > > not the best, but ok :-) I've no idea how to implement special parts of my backing been (i.e. currently edited row in an inline editable table) without session scop

[Trinidad] tr:selectOneChoice not displayed in IE LIGHTWEIGHT_DIALOGS

2008-04-18 Thread Mathias Walter
Hi, I'm using tr:selectOneChoice in a LIGHTWEIGHT_DIALOG. Unfortunately, in IE only the label is rendered, but not the select component. With Firefox it works. And it works with IE too, if I open the dialog page directly. If I use h:selectOneMenu instead, it works, but not if I use it inside tr:p

RE: [Trinidad] tr:selectOneChoice not displayed in IE LIGHTWEIGHT_DIALOGS

2008-04-18 Thread Mathias Walter
Hi again, I made the selectOneChoice required and since it's not displayed, I tried to submit the form. Voilà, it's displayed now and the required error message is also displayed. Really strange ... -- Kind regards, Mathias > -Original Message- > From: Mathias Walte

[Trinidad] addPartialTarget sometimes doesn't work

2008-04-18 Thread Mathias Walter
Hi, I've a situation, where addPartialTarget does not redraw the target component: If I call addPartialTarget(pnlPhysicians) inside the returnListener, I can see the PPR response with Firebug, but the panelFormLayout is not

[Trinidad] PPR and requestScope

2008-04-29 Thread Mathias Walter
Hi, I've a problem with requestScope and beans action method. AS soon as I put my inline editing table bean into request scope, the action methods won't work, except for the first one (Edit). That are the links available in the last column of each row. save and cancel never gets c

[Trinidad] duplicate id detailStamp

2008-04-30 Thread Mathias Walter
Hi, if I have two tables at the same page and both with a detailStamp facet, I get a warning like: org.apache.myfaces.trinidadinternal.io.DebugResponseWriter _logDuplicateId WARNING: The id "j_id147" is used more than once. If I look at the source code, I can see, that each table has a Details

RE: [Facelets][Trinidad] Re: Announcement: Open Source Jawr library available for Facelets users

2008-05-08 Thread Mathias Walter
Hi, > I hope I'm not too pretentious by saying this, but maybe > Trinidad should > offer an option to let users load the scripts themselves. Not Indeed, Trinidad has such an option: -- Kind regards, Mathias

RE: [TRINIDAD] resizing the size(width and height) of a dialog window

2008-05-08 Thread Mathias Walter
Hi, > It already automatically resizes the dialog to fit its > contents, though > it is better at it in IE and Firefox in my experience. > > It is my understanding this resizing behavior is built into > Trinidad, so > if it isn't happening for you, there may be a problem with your JSP or > in t

RE: [Trinidad] two tables in one page cause warning the id is already in use! The id is not unique!

2008-05-08 Thread Mathias Walter
Hi Martin, I asked this at 30th of April too (duplicate id detailStamp). It's a bug. Will you open a bug report at https://issues.apache.org/jira/browse/TRINIDAD? -- Kind regards, Mathias -Original Message- From: Martin Piekorz [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08, 2008 3:

RE: [Trinidad] tr:selectManyListbox doesn't render on IE

2008-05-14 Thread Mathias Walter
Hi Shane, it sound's related to https://issues.apache.org/jira/browse/TRINIDAD-1071. I'll investigate the problem this week and may provide a patch. -- Kind regards, Mathias > -Original Message- > From: Shane Petroff [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 13, 2008 10:47 PM > To

[TRINIDAD] disclosure interface

2008-05-20 Thread Mathias Walter
Hi, UIXTable and UIXTree supporting various *Disclosure* methods. I couldn't find an interface which is implemented by both components of introduces these methods. Is it planed to implement such an interface? -- Kind regards, Mathias

[Trinidad] s:link in Trinidad table

2008-06-13 Thread Mathias Walter
Hi, this question is related to JBoss Seam and Apache Trinidad. It's maybe a problem with one of the frameworks. If anyone had the same or a similar problem (maybe configuration), it would be great to know a solution. I'm trying to use s:link in a tr:column of a trinidad tr:table. Unfortunatelly

RE: [Trinidad] and Jboss Seam

2008-06-13 Thread Mathias Walter
Hi, I'm trying to use Trinidad (1.2.8) PPR with Seam 2.0.2.SP1. I could not get it to work. Every time, I navigate with either tr:commandLink or tr:commandButton and patrialSubmit=true, the conversation is not restored. Even if I use s:conversationId or s:conversationPropagation or inside a tr:c

RE: [Trinidad] and Jboss Seam

2008-06-13 Thread Mathias Walter
obody run into the same issue and why I could find any information about that in the web. Is there any other solution? -- Kind regards, Mathias > -Original Message- > From: Mathias Walter [mailto:[EMAIL PROTECTED] > Sent: Friday, June 13, 2008 3:17 PM > To: 'MyFaces Dis

RE: [Trinidad] and Jboss Seam

2008-06-16 Thread Mathias Walter
eServlet > > > Seam Resource Servlet > /seam/resource/* > > > Faces Servlet > javax.faces.webapp.FacesServlet > 1 > > > Faces Servlet > *.jsf > > > > org.jboss.seam.servlet.SeamListener >

RE: [Trinidad] and Jboss Seam

2008-06-16 Thread Mathias Walter
Hi again, I've also tried it with Trinidad 1.2.7 without luck. -- Regards, Mathias > -Original Message- > From: Mathias Walter [mailto:[EMAIL PROTECTED] > Sent: Monday, June 16, 2008 12:15 PM > To: 'MyFaces Discussion' > Subject: RE: [Trinidad] and Jboss

RE: [Trinidad] and Jboss Seam

2008-06-16 Thread Mathias Walter
a.apache.org/log4j/"; > debug="false"> > > > > > > > > > > > > > > > > > >name="org.apache.myfaces.trinidadinternal.application.Navigati > onHandlerImpl">

RE: [Trinidad] Displaying more than one root element in tr:treeTable

2008-06-23 Thread Mathias Walter
Hi, there is one more bug. If you editable fields in the treetable and a validator (i.ee required) set, then the treetable fails to submit. Just hiding the root element is not enough. You must initialise all fields of the root node to valid values. The treetable component should not access any fi

RE: [Trinidad] Displaying more than one root element in tr:treeTable

2008-06-23 Thread Mathias Walter
t; in tr:treeTable > > > Please submit a new JIRA ticket for this > > On Mon, Jun 23, 2008 at 9:58 AM, Mathias Walter > <[EMAIL PROTECTED]> wrote: > > Hi, > > > > there is one more bug. If you editable fields in the treetable and a > > validator (i.ee required)

RE: [MyFaces][Seam]

2008-06-30 Thread Mathias Walter
Hi, depending on the Seam version you use, you don't have to define SeamPhaseListener in the faces-config.xml anymore. -- Kind regards, Mathias -Original Message- From: Guy Bashan [mailto:[EMAIL PROTECTED] Sent: Sunday, June 29, 2008 10:10 PM To: 'MyFaces Discussion' Subject: [MyFaces

[Trinidad] nested tr:panelFormLayout

2008-07-02 Thread Mathias Walter
Hi, I'd like to have the following component structure: some some Unfortunately, the innermost tr:panelFormLayout does not align the inputTexts like the outermost tr

[Trinidad] tr:selectBooleanCheckbox height

2008-07-02 Thread Mathias Walter
Hi, I've observed that the message element for a tr:selectBooleanCheckbox will be rendered in a table as whereas for all other components it will be rendered as . The additional style attribute causes the span to be visible and increases the row height, even if no error message will be displa

RE: [Trinidad] tr:selectBooleanCheckbox height

2008-07-02 Thread Mathias Walter
Hi, I forgot to mention the environment: FireFox 2 and 3. The row height increase does not occur with IE6. -- Kind regards, Mathias > -Original Message- > From: Mathias Walter [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 02, 2008 8:12 PM > To: 'MyFaces Disc

[Trinidad] treeTable detailStamp

2008-07-02 Thread Mathias Walter
Hi, is there any way to get a tr:table detailStamp like behaviour in a tr:treeTable? -- Kind regards, Mathias

RE: [Trinidad] tr:selectBooleanCheckbox height

2008-07-02 Thread Mathias Walter
-----Original Message- > From: Mathias Walter [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 02, 2008 11:16 AM > To: 'MyFaces Discussion' > Subject: RE: [Trinidad] tr:selectBooleanCheckbox height > > Hi, > > I forgot to mention the environment:

RE: [Trinidad] need Naming-Container "without visible html output" for partialTriggers

2008-07-04 Thread Mathias Walter
Hi Daniel, could you find a solution for your problem? I'm looking for similar component. I thought I could use tr:group, but that would most of time not rendered. Is there no simple component (i. e. which creates just a div) which could be used? Currently, I'm using tr:panelHorizontalLayout, bu

RE: [Trinidad] nested tr:panelFormLayout

2008-07-04 Thread Mathias Walter
Hi, just for your information. I solved it for me by just using instead of the innermost . The labels, messages and inputs will be lined up correctly. -- Regards, Mathias > -Original Message- > From: Mathias Walter [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 02, 200

[Trinidad] 1.2.9-core

2008-07-04 Thread Mathias Walter
Hi, just to let you know: The nightly build of Trinidad 1.2.9 breaks some EL getter or setter methods. It's hard to explain. I'm using a facelet component which sets a variable to the row of a tr:table (). This variable is then used in a child table (which is also a facelet component) as source v

RE: [Trinidad] 1.2.9-core

2008-07-05 Thread Mathias Walter
Hi Matthias, > > Up to 1.2.8, all works fine. I checked the fixes for 1.2.9, > but could not > > find a related one. > > hrm, that means, by just changing from 1.2.8 to 1.2.9 shows up, > and goes away, when going back to 128? Exactly. > > strange. > I know there was a change in the EL engine,

RE: [Trinidad] How to use ?

2008-07-10 Thread Mathias Walter
Hi Henry, why don't you use just ? -- Kind regards, Mathias -Original Message- From: Henry Chang [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2008 3:41 AM To: MyFaces Discussion Subject: [Trinidad] How to use ? Hi all, Can anybody show me the correct way of using the wi

RE: [Trinidad] How to use ?

2008-07-10 Thread Mathias Walter
: Re: [Trinidad] How to use ? > > > trh:styleSheet won't work. trh:styleSheet doesn't include a > user-defined stylesheet. From the documentation: "The styleSheet > component generates the style sheet link reference to a generated > Apache Trinidad style sheet

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

2008-07-15 Thread Mathias Walter
Hi Danny, > Perhaps we should add this information/feature to the Trinidad > home page, given there are few other component libraries that have this. That would be a good idea. I'm using this feature since Eclipse 3.4 M6 - since it was implemented. :) -- Regards, Mathias

[Trinidad] Session timout and ViewExpiredException/PPR

2008-07-17 Thread Mathias Walter
Hi, I've implemented an error page for the session timeout exception (ViewExpiredException). If a session is timed out, the user will be redirected to the login page. Unfortunately, it does not work for PPR (just a simple tr:commandLink with partialSubmit=true). How can I get it to work with PPR?

[Trinidad] dialogs with JBoss Seam

2008-07-21 Thread Mathias Walter
Hi, does anybody know how to use the dialog framework with Seam? I tried it, but no popup is created, even if I use useWindow=true. The problem seems to be related to the different syntax for navigation rules in Seam. Does anybody know how to set up such a navigation rule to a trinidad dialog wi

RE: [Trinidad] dialogs with JBoss Seam

2008-07-21 Thread Mathias Walter
Hi I've got it by myself. Just use instead of -- Regards, Mathias > -Original Message- > From: Mathias Walter [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 22, 2008 8:49 AM > To: 'MyFaces Discussion' > Subject: [Trinidad] dialogs with JBoss Seam >

RE: [trinidad]bug calendar

2008-08-07 Thread Mathias Walter
Hi, if you could provide a patch or have some comments, please add it to https://issues.apache.org/jira/browse/TRINIDAD-1071. -- Kind regards, Mathias > -Original Message- > From: Hardik Shah [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 07, 2008 8:41 AM > To: users@myfaces.apache.