RE: Tomahawk - t:schedule and t:inputCalendar cause js script error

2009-03-11 Thread j haley
ces.apache.org > Subject: Re: Tomahawk - t:schedule and t:inputCalendar cause js script error > > > Hi, > I am facing the exact problem. > could you please let me know if it is solved. > > Thanks in advance > > > j haley wrote: > > > > > &

[tomahawk] t:schedule

2009-01-15 Thread j haley
I have an application where users can choose their time zone. I need to apply this time zone change to tomahawk's schedule (t:schedule). I am at a loss on how to approach this. Note, wanted to point out that my users will be using multiple time zone, I can choose on zone from all users. _

RE: escape attribute does not work with output Label

2009-01-09 Thread j haley
ade to Tomahawk 1.1.8 for JSF 1.2 or just continue > with > your workaround.> > -R> > j haley wrote:> > I'm using MyFaces 1.2.5 > and Tomahawk 1.1.8. I'm a little confused > > with the link you sent. From > that, I see that outputLabel does no

RE: escape attribute does not work with output Label

2009-01-08 Thread j haley
should> file > an enhancement request in Jira.> > -R> > On Thu, Jan 8, 2009 at 5:39 AM, j > haley wrote:> > Escape attribute with output Label > does not work. If I use this same label> > with outputText, it works fine. > Any ideas?> >> > L

escape attribute does not work with output Label

2009-01-08 Thread j haley
Escape attribute with output Label does not work. If I use this same label with outputText, it works fine. Any ideas? Labell.req3rdParty=Requires 3rd Party Does not renders super script properly - Renders the same if escape is true or false Does render superscript properly __

Tomahawk - jsValueChangeListener bodyTagEvent="onload"

2008-12-10 Thread j haley
Not sure what’s going on but I can’t get my t:jsValueChangeListener to invoke it’s body tag event. I’m trying to run my my jsValueChangeListener code when the page loads. When I view source after the page has been generated, the body tag does not have a onload event. I know my expressions ar

RE: Tomahawk - t:schedule and t:inputCalendar cause js script error

2008-12-01 Thread j haley
.jsp" %> Date: Tue, 25 Nov 2008 20:49:58 +0200From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: Tomahawk - t:schedule and t:inputCalendar cause js script error Tried it and it works fine: http://mashups.s43.eatj.com/tomahawkExamples/ On Mon, Nov 24, 2008 at 6:24 PM, Hazem Saleh <[

RE: Tomahawk - t:schedule and t:inputCalendar cause js script error

2008-11-25 Thread j haley
24 PM, Hazem Saleh <[EMAIL PROTECTED]> wrote: Let me check this for you, tomorrow. On Mon, Nov 24, 2008 at 6:05 PM, j haley <[EMAIL PROTECTED]> wrote: Below is schedule1.jsp from the sample project. I've bolded the attributes that I've changed that cause the problem.

RE: Tomahawk - t:schedule and t:inputCalendar cause js script error

2008-11-24 Thread j haley
[EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: Tomahawk - t:schedule and t:inputCalendar cause js script error Send to me your code sample.I tried this scenario typically with Tomahawk 1.1.7 and it works fine. On Mon, Nov 24, 2008 at 4:32 PM, j haley <[EMAIL PROTECTED]> wrote: Having a problem tha

Tomahawk - t:schedule and t:inputCalendar cause js script error

2008-11-24 Thread j haley
Having a problem that I can recreate on the with the tomahawk sample project. I was getting this with version 1.1.6, and I also get it with 1.1.8. On myfaces-example-simple-1.1.8/schedule1.jsf, make the following change.Add renderAsPopup="true" to the t:inputCalendar. The page renders fine, bu