Re: Trinidad skinning

2008-06-17 Thread md10024
BTW, removing the spaces, and condensing to a single line per element DID in fact work. I needed to remove the files in the tomcat work directory though in order for it to take effect. thanks! md10024 wrote: Rats, another nice suggestion but that didn't help either Patrick Balm

Re: Trinidad skinning

2008-06-11 Thread md10024
Rats, another nice suggestion but that didn't help either Patrick Balm wrote: I think I had the same thing myself a while back. try changing the xml to a single line per element: lt;skin-additiongt; lt;skin-idgt;minimal.desktoplt;/skin-idgt;

Re: Trinidad skinning

2008-06-10 Thread md10024
A good suggestion, and for a few minutes I was hopeful that it could be that simple, but it doesn't seem to be the problem. md10024 wrote: Hi, I'm running Trinidad 1.2.6 snapshot, facelets servlet 2.5, tomahawk, etc on Tomcat 6 using Java 6. Everything works fine on my WindowsXP

Trinidad skinning

2008-06-09 Thread md10024
Hi, I'm running Trinidad 1.2.6 snapshot, facelets servlet 2.5, tomahawk, etc on Tomcat 6 using Java 6. Everything works fine on my WindowsXP development machine but when I deploy it to Linux Centos production server I get this message INFO | jvm 1| 2008/06/09 23:40:36 | Jun 10, 2008

Re: e-commerce framework recommendations?

2008-03-21 Thread md10024
Thanks for the response Andrew, I am in fact looking for something that is more fully featured. I see this project, but recent support requests have gone unanswered so I'm not sure of it's status http://sourceforge.net/projects/facecart/ Of course, If I wanted a major overhaul then I could go

Re: e-commerce framework recommendations?

2008-03-21 Thread md10024
Yes, I agree. This makes it an unlikely option. Andrew Robinson-5 wrote: I see this project, but recent support requests have gone unanswered so I'm not sure of it's status http://sourceforge.net/projects/facecart/ Only one developer, you are at his/her mercy :) Could be risky

e-commerce framework recommendations?

2008-03-20 Thread md10024
Hi, Does anyone have any recommendations for e-commerce packages/frameworks (either commercial or open source) that can be integrated into an application that uses a JSF presentation layer? thanks, Mark -- View this message in context:

Re: Problem with tr:panelLabelAndMessage... f:facet name=help... t:inputCalendar

2008-03-09 Thread md10024
Thanks for confirming this. I opened a JIRA issue for it at https://issues.apache.org/jira/browse/TRINIDAD-999 -- View this message in context: http://www.nabble.com/Problem-with-tr%3ApanelLabelAndMessage...-f%3Afacet-name%3D%22help%22...-t%3AinputCalendar-tp15885399p15943366.html Sent from the

Re: Problem with tr:panelLabelAndMessage... f:facet name=help... t:inputCalendar

2008-03-08 Thread md10024
For the record, the problem seems to be identified with the use of the facet=help component. I generated a workaround for this problem by doing something like this instead of using the help facet. tr:panelLabelAndMessage label=Birth Date styleClass=labelForm

Problem with tr:panelLabelAndMessage... f:facet name=help... t:inputCalendar

2008-03-06 Thread md10024
Hi, I have what seems like a bug using trinidad 1.2 with facelets I have the tr:panelLabelandMessage component containing a t:inputCalendar and a f:facet name=help. The problem is that the help facet gets rendered twice on the screen (and in the HTML) tr:panelLabelAndMessage label=Birth Date

How do I programmatically popup tr:panelPopup ?

2008-03-06 Thread md10024
I'm using tr:panelPopup in trinidad 1.2 (facelets) and want to programmatically popup the panel. Certainly it can be popped up on-click, on-hover, etc. but I want to do it from my backing bean but I don't see any related method in Class CorePanelPopup. Can anybody please give me a hint ? thanks,

Re: tr:panelPopup duplicate id problem

2008-02-24 Thread md10024
Ahh, yes... that was precisely the problem. Many thanks for the assistance! Andrew Robinson-5 wrote: I see you are using binding, did you ensure that proctorBean is request scoped (components cannot be used on more than one view root)? On Sat, Feb 23, 2008 at 10:16 PM, md10024 [EMAIL

tr:panelPopup duplicate id problem

2008-02-23 Thread md10024
I'm using trinidad 1.2.6, myfaces-1.2, facelets and am getting a duplicate ID when using the tr:panelPopup I am aware that there was an earlier problem with duplicate ID's, perhaps this component was overlooked during the fix? This only occurs the second time the page is loaded (or a refresh).

Re: linking to non-default tr:showDetailItem in a tr:panelTabbed

2007-12-13 Thread md10024
) { this.company.setDisclosed( true ); } } regards, gerhard 2007/12/13, md10024 [EMAIL PROTECTED]: Hi, I'm using Trinidad with facelets. I have a page about.xhtml containing a tr:panelTabbed that has a default item of Contact. I would like to also create a link

Re: linking to non-default tr:showDetailItem in a tr:panelTabbed

2007-12-13 Thread md10024
Yes, sorryI was a little careless in my reading of your post. Using partialTrigger solves the partialSubmit problem when the tr:commandLink is on the same page as the tabSwitcher BUT, when using it from the main.xhtml page i.e.tr:commandLink action=about id=tabSwitcher text=show

Re: linking to non-default tr:showDetailItem in a tr:panelTabbed

2007-12-13 Thread md10024
scope and shorter than session scope). regards, gerhard 2007/12/13, md10024 [EMAIL PROTECTED]: Yes, sorryI was a little careless in my reading of your post. Using partialTrigger solves the partialSubmit problem when the tr:commandLink is on the same page as the tabSwitcher

linking to non-default tr:showDetailItem in a tr:panelTabbed

2007-12-12 Thread md10024
Hi, I'm using Trinidad with facelets. I have a page about.xhtml containing a tr:panelTabbed that has a default item of Contact. I would like to also create a link to the Company item on the about.xhtml page. How do I programatically reveal the non-default item when linking to this page?

Trinidad + Sitemesh = No PPR ?

2007-12-04 Thread md10024
Hi, I'm having trouble getting Trinidad PPR working with sitemesh. I'm using jsf version 1.1.5, tomcat 5.5 My web.xml is just like blank-demo.war example but with the addition of the sitemesh components My jsp uses tr:panelTabbed ... but I haven't been able to get any PPR working. Note that I

Re: [Trinidad] Understanding Trinidad Skinning?

2007-09-14 Thread md10024
Hi Andrew, et. al., I'm having the same problem when running Trinidad 1.0.1. Was there any resolution to this? thanks, Mark Andrew Robinson-5 wrote: As I mentioned, disabling the compression did not work. As you can see from my post, I am getting CSS styles like .x6v. On 8/27/07, Simon