Re: [TRINIDAD] [SEAM] tr:commandButton does not fire in tr:form

2010-02-06 Thread A. Nieves
Yes, thanks. It works perfectly now. I'm sorry for the delay I had to be offline a few days. On Wed, Feb 3, 2010 at 3:14 AM, Matthias Wessendorf mat...@apache.orgwrote: so, works ? On Wed, Feb 3, 2010 at 12:46 AM, A. Nieves daraii.t...@gmail.com wrote: Right after I sent the test project I

[TRINIDAD] [SEAM] tr:commandButton does not fire in tr:form

2010-02-02 Thread A. Nieves
Hello, I have a very small page using Trinidad 1.2.12, Seam 2.2, and Facelets 1.1.15 (it is configured but I'm not using any Facelets tags in the page) the page displays correctly but the *tr:commandButton* doesn't do anything. I've started the server in DEBUG mode and the action method is never

Re: [TRINIDAD] [SEAM] tr:commandButton does not fire in tr:form

2010-02-02 Thread Matthias Wessendorf
you need to use tr:document. that component is responsible to render out the JS/CSS for Trinidad If you don't want tr:document you have to use trh:head/body. Please read the documentation on them. thx, matthias On Tue, Feb 2, 2010 at 5:49 PM, A. Nieves daraii.t...@gmail.com wrote: Hello, I

Re: [TRINIDAD] [SEAM] tr:commandButton does not fire in tr:form

2010-02-02 Thread A. Nieves
Sorry Matthias, I've also tried using the trh:html/trh:head/trh:body combo but I'm having the same problem. - !DOCTYPE composition PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN

Re: [TRINIDAD] [SEAM] tr:commandButton does not fire in tr:form

2010-02-02 Thread Matthias Wessendorf
hrm, tr:document ? i see your web.xml has the Trinidad filter and its ressource servlet. we have some infos on the wiki. checked there ? Also there were some mails, searched the archives of this list ? (and the dev@, though the users@ is the correct list...) -Matthias On Tue, Feb 2, 2010 at

Re: [TRINIDAD] [SEAM] tr:commandButton does not fire in tr:form

2010-02-02 Thread A. Nieves
I tried also with tr:document, same problem. My web.xml was taken from the wiki, using the exact same order of the servlets/filters/listeners. I found a similar problem in the mailing list but they seem to be unrelated to this one (different version of Trinidad and is marked as resolved in the

Re: [TRINIDAD] [SEAM] tr:commandButton does not fire in tr:form

2010-02-02 Thread Matthias Wessendorf
+1 also, what does firebug say? on pressing the submit button, is at least some JS exectued ? -Matthias On Tue, Feb 2, 2010 at 7:43 PM, A. Nieves daraii.t...@gmail.com wrote: I tried also with tr:document, same problem. My web.xml was taken from the wiki, using the exact same order of the

Re: [TRINIDAD] [SEAM] tr:commandButton does not fire in tr:form

2010-02-02 Thread A. Nieves
I placed a breakpoint using Firebug on the submitForm function of the Common1_2_12.js but the function is not called when I press the tr:commandButton. On Tue, Feb 2, 2010 at 2:46 PM, Matthias Wessendorf mat...@apache.orgwrote: +1 also, what does firebug say? on pressing the submit button, is

Re: [TRINIDAD] [SEAM] tr:commandButton does not fire in tr:form

2010-02-02 Thread A. Nieves
I uploaded a test project (split in war/ear/ejb) for Weblogic 10.3 (the environment I'm using): https://docs.google.com/leaf?id=0B1ms0mMJOqpPNWE4OThhNjEtMzA3OS00NDBlLWFiODUtOGNkMTUxYzAzYzk4hl=en If I need to create a project with different specifications let me know. I have the posTestJSF.jspx

Re: [TRINIDAD] [SEAM] tr:commandButton does not fire in tr:form

2010-02-02 Thread A. Nieves
Right after I sent the test project I found the culprit. I was using a hyphen in the id of the tr:form and it generated a invalid javascript function to validate the form (_pos-formValidator). I didn't notice the javascript error until now. On Tue, Feb 2, 2010 at 7:18 PM, A. Nieves

Re: [TRINIDAD] [SEAM] tr:commandButton does not fire in tr:form

2010-02-02 Thread Matthias Wessendorf
so, works ? On Wed, Feb 3, 2010 at 12:46 AM, A. Nieves daraii.t...@gmail.com wrote: Right after I sent the test project I found the culprit. I was using a hyphen in the id of the tr:form and it generated a invalid javascript function to validate the form (_pos-formValidator). I didn't notice