Re: [jira] Closed: (MYFACES-694) t:dataTable bind calculate order error

2005-10-12 Thread Zhong Li
apache.myfaces.renderkit.html.ext.HtmlTableRenderer) and > > implement encodeBegin():> >> > public void encodeBegin(FacesContext facesContext, UIComponent> > uiComponent) throws IOException> > {> >   // just getting the value of the datatable > >   ((UID

[jira] Created: (MYFACES-699) selectOneMenu misery error

2005-10-12 Thread Zhong Li (JIRA)
Reporter: Zhong Li Priority: Critical 0 ERROR [http8080-Processor23] renderkit.RendererUtils - Property not found - called by component : {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /dealeradmin/dealer_message.jsp][Class: org.apache.myfaces.custom.div.Div,Id

Re: [jira] Closed: (MYFACES-694) t:dataTable bind calculate order error

2005-10-11 Thread Zhong Li
huh huh, I never see those kind of product, it can create an misery result. List of dataTable isn't belong TBODY. it is at TABLE level Sir. TABLE goes first Sir, then HEADER, TOOTER and BODY. Also, I learned and used computer for 15 years, never see inner scope jump out of outter scope, like you de

Re: [jira] Closed: (MYFACES-694) t:dataTable bind calculate order error

2005-10-11 Thread Zhong Li
entUnitMPOSPlayList.size<10}. How do you user> can't have those kind of requirements, myfaces is tools, I can do it as> I like.>> On 10/11/05, *Zhong Li* < [EMAIL PROTECTED]> [EMAIL PROTECTED]>> wrote:>> I know. But this one

Re: [jira] Closed: (MYFACES-694) t:dataTable bind calculate order error

2005-10-11 Thread Zhong Li
example if renderend = #{playlistFactory.currentUnitMPOSPlayList.size<10}. How do you user can't have those kind of requirements, myfaces is tools, I can do it as I like. On 10/11/05, Zhong Li <[EMAIL PROTECTED]> wrote: I know. But this one is live data, concurrent users use it. I pr

Re: [jira] Closed: (MYFACES-694) t:dataTable bind calculate order error

2005-10-11 Thread Zhong Li
ensure that all other related getter also create> the list if the list isn't initialized before. >>     Generally there is no order defined to call any getter in jsf context.>> Bye>> Zhong Li wrote:> > I totally disagreed.> &g

Re: [jira] Closed: (MYFACES-694) t:dataTable bind calculate order error

2005-10-11 Thread Zhong Li
as I mentions month ago. Please follow the standard, it  is key. On 10/11/05, Zhong Li <[EMAIL PROTECTED]> wrote: Thanks. I can't prepare it first. it is dynamic list, always need calculate when use refresh page. I believe everything in dataTable should be called after list created, i

Re: [jira] Closed: (MYFACES-694) t:dataTable bind calculate order error

2005-10-11 Thread Zhong Li
; > t:dataTable bind calculate  order error> > --- > >> >  Key: MYFACES-694> >  URL: http://issues.apache.org/jira/browse/MYFACES-694> >  Project: MyFaces > >

Re: [jira] Closed: (MYFACES-694) t:dataTable bind calculate order error

2005-10-11 Thread Zhong Li
culate  order error> --->>  Key: MYFACES-694 >  URL: http://issues.apache.org/jira/browse/MYFACES-694>  Project: MyFaces> Type: Bug>   Components: Tomahawk > Versions: Nightly>  Environment: Tomcat 5.0.28, nightly build 10

[jira] Updated: (MYFACES-695) date.js in inputCalendar isn't compatible with IE

2005-10-11 Thread Zhong Li (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-695?page=all ] Zhong Li updated MYFACES-695: - Attachment: date.js change to prototype. > date.js in inputCalendar isn't compatible with IE > - >

[jira] Created: (MYFACES-695) date.js in inputCalendar isn't compatible with IE

2005-10-11 Thread Zhong Li (JIRA)
nment: Tomcat 5.0.28, nightly build 10/10/2005 Reporter: Zhong Li Popup calendar doesn't work in IE. Checked, use Class.create() isn't compatible with IE -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administ

[jira] Created: (MYFACES-694) t:dataTable bind calculate order error

2005-10-11 Thread Zhong Li (JIRA)
build 10/10/2005 Reporter: Zhong Li Priority: Critical I have a list used in a datatable

Re: [ANNOUNCE] Release Candidate Available

2005-10-02 Thread Zhong Li
report to our boss. Regards, Zhong Li On 10/2/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: From: "Sean Schofield" <[EMAIL PROTECTED]>> There is a 1.1.1 release candidate available.> http://cvs.apache.org/builds/myfaces/release/There are two reports on the user

Re: Urgent: inputCalendar javascript error

2005-09-14 Thread Zhong Li
Sorry, reverse north/south, I want show to north(up)On 9/14/05, Zhong Li <[EMAIL PROTECTED]> wrote: I removed onload, changed to another way to deal it, but it is a bug for inputCalendar on Firfox. I have another question, my date input field is at page bottom, how can I set location f

Re: Urgent: inputCalendar javascript error

2005-09-14 Thread Zhong Li
I removed onload, changed to another way to deal it, but it is a bug for inputCalendar on Firfox. I have another question, my date input field is at page bottom, how can I set location for the popup? Current only show to north, can I show to south, above the button? Thanks. -- Zhong LiWebJabber.Ne

Re: Urgent: inputCalendar javascript error

2005-09-14 Thread Zhong Li
I found how it happened. I have onload on body tag, even with simplest one, something like, ... Then the inputCalendar doesn't work, can't popup. so weired. Please help.On 9/14/05, Bill Dudney <[EMAIL PROTECTED]> wrote: Hi Zhong Li,It works for me on OSX, FireFox 1.0.6

Urgent: inputCalendar javascript error

2005-09-14 Thread Zhong Li
Help!!! We will launch this weekend, but we found inputCalendar with renderAsPopup="true" doesn't work on firefox, got _javascript_ error. Error: jscalendarCrossobj has no properties Source File: http://localhost:8080/MPOS_APP/faces/myFacesExtensionResource/calendar.HtmlCalendarRenderer/11265806/

[jira] Created: (MYFACES-410) valueChangeListener not working in inputHidden

2005-08-11 Thread Zhong Li (JIRA)
: Tomcat 5.0.28 Reporter: Zhong Li I changed the value on a hidden field created by tag inputHidden, code got the new value by setValue method, but valueChangeListener doesn't working. I used form.sumbit() method to submit form. I tried both with a "submit" button and without

[jira] Created: (MYFACES-402) Can't put f:param or f:attribute tag nest in CommandButton

2005-08-06 Thread Zhong Li (JIRA)
ghtly Build Environment: Tomcat 5.0.28 Reporter: Zhong Li Priority: Critical I want put f:param or f:attribute inside CommandButton, but it return nothing. I can't find define form.elements[param]=value javascipt in CommandButton that exist in commandLink -- This message is aut

[jira] Created: (MYFACES-401) CommandLink tag override onsubmit function of Form

2005-08-06 Thread Zhong Li (JIRA)
Environment: Tomcat 5.0.28 Reporter: Zhong Li Priority: Critical I have java script onsubmit in , when I use commandLink tag, even onsubmit return false, the form still submitted. I checked javasctipt, If I am right, the bug should be here, JSF generate Javascript for each commandLink like

[jira] Commented: (MYFACES-289) valueChangeListener doesn't work inside of x:dataList

2005-06-23 Thread Zhong Li (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-289?page=comments#action_12314324 ] Zhong Li commented on MYFACES-289: -- I downloaded night build version. It works, you can close it. > valueChangeListener doesn't work inside of x:

[jira] Created: (MYFACES-289) valueChangeListener doesn't work inside of x:dataList

2005-06-22 Thread Zhong Li (JIRA)
.0.29 Reporter: Zhong Li savedPricings are return a list , method handleMoveTo process the event, but it doesn't work inside of dataList. when I move selectOneMenu outside of dataList, it works fine. public void ha