Hi I'm using Tomahawk-1.1.3 calendar component, when i click the calender button in the IE6 browser i'm getting security information alert "Page Contains Secure / Non-Secure Items" i want to fix this issue without changing the internet options,is there any way to get rid of this please help me,
following is the code im using to display the calender <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>... <t:div styleClass="stepComp"> <t:inputDate value="#{akAppActivityTile.startTime}" popupCalendar="true" type="date" ampm="true" timeZone="#{akAppActivityTile.timeZoneId}" styleClass="appAcctivitytest" /> </t:div> regards mali. Mali123 wrote: > > hi > I'm using Tomahawk-1.1.3 calendar component not the Trinidad one, > following is the code segment i used to displace the > calender please advice me to how to fix this issue, > > <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>... > <t:div styleClass="stepComp"> > <t:inputDate value="#{akAppActivityTile.startTime}" > popupCalendar="true" type="date" ampm="true" > timeZone="#{akAppActivityTile.timeZoneId}" > styleClass="appAcctivitytest" /> > </t:div> > > > regards > mali > > > > > Simon Kitching wrote: >> >> When a patch just affects one or two classes, it is sometimes easier to >> just put copies of those specific classes in your own project. As long >> as those classes come first on the classpath, the "patched" copies will >> override the original (buggy) ones. >> >> But you would still need to check out the source and apply the patch as >> Scott describes. >> >> You should say *which* calendar component you are talking about. Is it >> the one from Tomahawk or the one from Trinidad? >> >> Regards, >> Simon >> >> Scott O'Bryan schrieb: >>> Grab the source and the patch. From windows, the easiest way to apply >>> the patch is to use Tortois SVN. It has an apply patch option. From >>> Linux, just type "patch -p0 < patchfile" (probably) from the source >>> root. The patch may need some fenagling when used with the patch >>> command. >>> >>> Then build. >>> >>> Sent from my iPhone >>> >>> On Oct 28, 2008, at 10:25 PM, Mali123 <[EMAIL PROTECTED]> wrote: >>> >>>> >>>> Hi >>>> thz for da reply,i can't go for the second option because we have to >>>> inform every user to change there browser setting,so i have left only >>>> one >>>> option using the patch,it will be more helpful to me if you can tell >>>> how to >>>> apply this patch,i'm using the my-faces-tomahawk-1.3,please help, >>>> >>>> thx >>>> mali >>>> >>>> >>>> >>>> Richard Yee-3 wrote: >>>>> >>>>> See the Trinidad-1091 issue in Jira. >>>>> >>>>> -Richard >>>>> >>>>> >>>>> On Tue, Oct 28, 2008 at 10:53 AM, Richard Yee >>>>> <[EMAIL PROTECTED]> >>>>> wrote: >>>>>> There is a Jira issue filed for the secure/insecure problem you >>>>>> describe. I >>>>>> think there is also a patch available. Another workaround is to >>>>>> have the >>>>>> user change the browser settings to allow mixed content. >>>>>> >>>>>> -R >>>>>> >>>>>> Sent from my iPhone >>>>>> >>>>>> On Oct 28, 2008, at 3:40 AM, Mali123 <[EMAIL PROTECTED]> wrote: >>>>>> >>>>>>> >>>>>>> Hi >>>>>>> thz for the quick reply, im using IE, when i click the calender >>>>>>> button >>>>>>> i'm getting this stack trace and security information alert "Page >>>>>>> Contains >>>>>>> Secure / Non-Secure Items",i can ignore the stack trace as u >>>>>>> mention way >>>>>>> but >>>>>>> how can get rid of that alert,is there any possble way to stop that >>>>>>> alert >>>>>>> when clicking the claender button, my client using the IE so he >>>>>>> need to >>>>>>> disable this alert, pls help >>>>>>> >>>>>>> Mali >>>>>>> >>> >> >> >> -- >> -- Emails in "mixed" posting style will be ignored >> -- (http://en.wikipedia.org/wiki/Posting_style) >> >> >> > > -- View this message in context: http://www.nabble.com/Urgent-help-Need-%3A--Error-while-serving-resource%3A-calendar.HtmlCalendarRenderer-DB-drop1.gif%2C-message-%3A-null-tp20204266p20241161.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

