Re: [Trinidad] avoiding style class aliasing

2007-11-15 Thread Renzo Tomaselli
The picture is almost clear now - although class alteration by js is exactly what I'm doing. Unfortunately it's based on element recognition by class name, which cannot work unless compression is fully disabled. I will investigate about Jeanne's trick on using multiple token selectors, looks

Re: [trinidad] Release 1.0.4 where is new feature [TRINIDAD-769]???

2007-11-15 Thread Cristi Toth
TRINIDAD-769 is fixed in the current trunk (so 1.0.5-SNAPSHOT) On Nov 14, 2007 12:51 AM, Gerhard Petracek [EMAIL PROTECTED] wrote: hello, as catalin mentioned at the dev-list TRINIDAD-769 is not included in trinidad 1.0.4 you will find some details at:

How to disconnect a request from current session

2007-11-15 Thread Dave
For cookie based session tracking, on a jsp or jsf page, when a user click links, all requests are in the same session. Is there a way to open a new session when a user clicks a link and send a request? Can Filter do that ? If I open a new IE from desktop, all requests from the new IE

a4j request

2007-11-15 Thread Wolfgang
Hi, is it possible to send an a4j request after or while clicking a simple h:commandLink? Cheers Wolfgang

Re: [Trinidad] avoiding style class aliasing

2007-11-15 Thread Simon Lessard
Hi Renzo, The optimization is not mainly for the CSS size, but for the generated page markup. Trinidad set a styleClass on almost every single HTML element, so the content-size is not much bigger without compression, but noticeably bigger enough to worth it. On Nov 15, 2007 3:27 AM, Renzo

click a4j button via javascript does not work

2007-11-15 Thread Wolfgang
Hi, I tried to click a a4j:commandButton via javascript. It works all fine if I use a t:commandButton with the attribute forceId=true. Is there a similar attribute for the a4j:commandButton available? h:selectOneMenu id=itemPosPicr

Re: click a4j button via javascript does not work

2007-11-15 Thread Cafer Şimşek
Wolfgang [EMAIL PROTECTED] writes: Hi, Hi, I tried to click a a4j:commandButton via javascript. It works all fine if I use a t:commandButton with the attribute forceId=true. Is there a similar attribute for the a4j:commandButton available? h:selectOneMenu id=itemPosPicr

[Trinidad] ID reference issue

2007-11-15 Thread Bertrand, Shawn R
I'm getting this warning when running my app: 08:43:08,614 ERROR [STDERR] Nov 15, 2007 8:43:08 AM org.apache.myfaces.trinidadinternal.context.RequestContextImpl addPartialTriggerListeners WARNING: Could not find partial trigger ::download from

Calendar Tomahawk Submit Problem

2007-11-15 Thread daniel ccss
Hi all, I'm using the tomahawk calendar, all works fine :) but i have a problem, no matter where do I click on the JSP the set method is call. I only want that when I click on a day of the calendar, how can I fix that? Thanks all

STATE_SAVING_METHOD=client issues

2007-11-15 Thread Gary Jackson
I have an issue when STATE_SAVING_METHOD is set to client. If I undeploy and redeploy the application while the application is being used, I get a javax.crypto.BadPaddingException: Given final block not properly padded. Presumably this is happening because MyFaces is attempting to recover

Re: a4j:commandButton and tr:fileDownloadActionListener

2007-11-15 Thread Andrew Robinson
Use tr:commandButton? A4J and Trinidad are not made to work together On 11/15/07, Wolfgang [EMAIL PROTECTED] wrote: Hi, I use tr:fileDownloadActionListener to download a xml file. If I use the h:commandButton everything works fine. But if I change the button to the a4j:commandButton, which I

a4j:commandButton and tr:fileDownloadActionListener

2007-11-15 Thread Wolfgang
Hi, I use tr:fileDownloadActionListener to download a xml file. If I use the h:commandButton everything works fine. But if I change the button to the a4j:commandButton, which I actually want to have, the file will be opened directly in the browser. So is there a way to go around this?

Re: a4j request

2007-11-15 Thread Andrew Robinson
I would advise putting all a4j related posts on the jboss newsgroups On 11/15/07, Wolfgang [EMAIL PROTECTED] wrote: Hi, is it possible to send an a4j request after or while clicking a simple h:commandLink? Cheers Wolfgang

Re: a4j:commandButton and tr:fileDownloadActionListener

2007-11-15 Thread Wolfgang
Hi, the problem is, that trinidad is not really running... I only can use the tr:fileDownloadListener.. everything else breaks my web-app. :) Use tr:commandButton? A4J and Trinidad are not made to work together On 11/15/07, Wolfgang [EMAIL PROTECTED] wrote: Hi, I use

Re: t:savestate

2007-11-15 Thread Hasnain Badami
Has anyone used concurrent windows with server-side state? Best Regards Hassnain On Nov 12, 2007 3:40 PM, Simon Kitching [EMAIL PROTECTED] wrote: Hasnain Badami [EMAIL PROTECTED] schrieb: Hi I am trying to upgrade my application from JSF 1.1.1 to JSF 1.2, using myfaces 1.2. I am

Re: JSF Performance

2007-11-15 Thread Andrew Robinson
From what I know, answers in-line I was browsing through the myfaces wiki and read through 'Performance'. There it says The MyFacesExtensionsFilter buffers and parses the response on every request. You can disable this. My questions are 1. Why do we need to parse the response on every

Re: [Trinidad] PanelPage Facets are not displaying

2007-11-15 Thread Curtney Jacobs
Can anyone help? On Tuesday 13 November 2007 12:41, Curtney Jacobs wrote: Sorry for forcing ths issue, but does anyone knows why the facets mention below are not working? Has the community used these facets before and did they work? If they worked for you please let me know so I can rule out

Re: [Trinidad] avoiding style class aliasing

2007-11-15 Thread Andrew Robinson
Perhaps there can be a change to allow exceptions to the compression. Something like a prefix or postfix that prevents specific class names from being compressed. I am not a big fan of JavaScript using style classes to affect behavior, but I don't see a good reason to not help support it if that

Re: [Tomahawk Trinidad] Tomahawk's jsCookMenu seems to malfunction with Trinidad's PPR

2007-11-15 Thread Pedro Calcao
Hello, I currently face the exact same problem, everything works fine, except the request immediatly after a PPR. I have the content of the page and the menu in different forms (the menu in h:form and the content in tr:form). When I try to use a menu link after a PPR, the same page is

Re: JSF Performance

2007-11-15 Thread Mario Ivankovits
Hi! On 11/15/07, *Andrew Robinson* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: It seems like, for the most part, tomahawk is a dead project (no releases for a long time, no promotion of the sandbox to the core tomahawk project in a long time, etc.). I am still VERY happy

Re: JSF Performance

2007-11-15 Thread Grant Smith
On 11/15/07, Andrew Robinson [EMAIL PROTECTED] wrote: It seems like, for the most part, tomahawk is a dead project (no releases for a long time, no promotion of the sandbox to the core tomahawk project in a long time, etc.). Hopefully Trinidad will swallow Tomahawk in the near future and we

[Trinidad] Paneltabbed selected cell start and end style

2007-11-15 Thread Michael Borchert
Hi all, I have made graphics for all the parts of a paneltabbed. It works fine but now I'm facing the problem of cell-start and cell-end. How do I place the graphic for a selected cell-start and end ? Thanks for help, Michael

[ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.2.4)

2007-11-15 Thread Matthias Wessendorf
Hi, The Apache MyFaces community is pleased to announce its 1.2.4 release of the Apache MyFaces Trinidad Maven2 plugins. These Maven2 plugins have been deployed to the Apache Maven2 and they are mirrored by ibiblio as well. release notes Apache MyFaces Trinidad Plugins (version 1.2.4) This

[Trinidad] Default selection for Table

2007-11-15 Thread Curtney Jacobs
Greetings everyone! I have a table (with rowSelection=single) that is pre -populated with data and I would like a default row to be selected. How can I do that? I am using seam to inject the table component @In (value=#{uiComponent['postalAddressForm:postalAddressTable']}, required=false)

Re: Tomahawk on JBoss 4.2.2 (JSF 1.2)

2007-11-15 Thread Nirav Patel
Are you trying to include a JSP into another JSP? Can you post your web.xml? ~Neo. http://neoexpedition.wordpress.com On Nov 14, 2007 5:18 PM, Michal Glowacki [EMAIL PROTECTED] wrote: Thanks, I've moved a step further. But now I got: 09:16:21,434 ERROR [ExtensionsFilter] Exception wile

Re: Tomahawk on JBoss 4.2.2 (JSF 1.2)

2007-11-15 Thread Michal Glowacki
?xml version=1.0 encoding=UTF-8? web-app version=2.4 xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd; display-nameAdministration Console/display-name