Re: WARN [HtmlRendererUtils]There should always be a submitted value

2010-03-29 Thread Jakob Korherr
est. > > I'll create a JIRA issue for this one and provide a patch. If no > objections, > I'll commit it in the next days! > > Thanks for the input! > > Regards, > Jakob > > 2010/3/21 Dave > > > It is normal to submit one value of a form for ajax. how to

Re: WARN [HtmlRendererUtils]There should always be a submitted value

2010-03-28 Thread Dave
After you commit the patch, could you send out a message. I need to grab the patch.   Thanks, Dave --- On Mon, 3/22/10, Jakob Korherr wrote: From: Jakob Korherr Subject: Re: WARN [HtmlRendererUtils]There should always be a submitted value To: "MyFaces Discussion" Date: Monday

Re: WARN [HtmlRendererUtils]There should always be a submitted value

2010-03-22 Thread Jakob Korherr
how to keep the > following warning from emitting. Thanks! > > WARN [HtmlRendererUtils] There should always be a submitted value for an > input if it is rendered, its form is submitted, and it was not originally > rendered disabled or read-only. You cannot submit a form after disabling a

WARN [HtmlRendererUtils]There should always be a submitted value

2010-03-21 Thread Dave
It is normal to submit one value of a form for ajax. how to keep the following warning from emitting. Thanks!   WARN  [HtmlRendererUtils] There should always be a submitted value for an input if it is rendered, its form is submitted, and it was not originally rendered disabled or read-only

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-25 Thread Shane Petroff
Shane Petroff wrote: I actually have 2 classes of problems I can't figure out. The first is the one outlined in this email's subject MyFaces will complain about no submitted values. ... With the new UI, every *second* click of the student commandLink works. During the submits where nothin

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-18 Thread Shane Petroff
Mike Kienenberger wrote: binding="#{reportCardBean.mainPanel}" What scope is reportCardBean? If the original component is lost, and you bind it to a new component (probably completely auto-generated, giving the _id* values that we saw before), then this would explain why the submitted form val

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-11 Thread Shane Petroff
gt;> >> >> >> can't see anything wrong and the components which are >> >> causing the >> >> >> >> >> problem are used to capture the most important data I deal >> >> with. >> >> >> >> Thanks >> >> >> >> >&

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-11 Thread Shane Petroff
nks is wrong. I'm at a real loss >> >> here >> >> >> >> since I >> >> >> >> >> can't see anything wrong and the components which are >> >> causing the >> >> >> >> >> problem are u

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-11 Thread Mike Kienenberger
> >> can't see anything wrong and the components which are >> >> causing the >> >> >> >> >> problem are used to capture the most important data I deal >> >> with. >> >> >> >> Thanks >> >> >> >> >

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-11 Thread Shane Petroff
> a4j:region around any component with ajaxSingle set to true >> >> to make >> >> >> >> > sure only that component is decoded and updated >> >> >> >> > >> >> >> >> > 2) (P) Element is

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-11 Thread Mike Kienenberger
set to true >> >> to make >> >> >> >> > sure only that component is decoded and updated >> >> >> >> > >> >> >> >> > 2) (P) Element is removed from the client DOM or is disabled >> >>

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-09 Thread Shane Petroff
nd nuked caches several times and tried >> executing on a different machine (Tomcat running on the localhost in >> both cases). >> >> Shane >> > Same idea -- the >> > expected submitted page elements do not match the actual submitted >> > page element

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-08 Thread Shane Petroff
ide of the form that was submitted. >> >> (S1) Do >> >> >> > not use multiple forms if doing so, instead use the subForm >> >> component >> >> >> > in the sandbox with one form or use one or multiple forms with >> >> &

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-08 Thread Mike Kienenberger
hink that is the correct phase of the error). >> >> >> > >> >> >> > 3) (P) Component is not inside of the form that was submitted. >> >> (S1) Do >> >> >> > not use multiple forms if doing so, instead use the subForm >>

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-08 Thread Shane Petroff
t; both cases). >> >> Shane >> > Same idea -- the >> > expected submitted page elements do not match the actual submitted >> > page elements. >> > >> > On 6/5/07, Shane Petroff <[EMAIL PROTECTED]> wrote: >> >> >> >&

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-08 Thread Shane Petroff
y another >> >> > view or is changed before the apply request values phase. (S) Make >> >> > sure the rendered and/or disabled properties of components do not >> >> > change after rendering and before the apply request values. >> &

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-08 Thread Andrew Robinson
>> >> Shane >> > Same idea -- the >> > expected submitted page elements do not match the actual submitted >> > page elements. >> > >> > On 6/5/07, Shane Petroff <[EMAIL PROTECTED]> wrote: >> >> >> >> I am having s

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-08 Thread Mike Kienenberger
or is changed before the apply request values phase. (S) Make >> >> > sure the rendered and/or disabled properties of components do not >> >> > change after rendering and before the apply request values. >> >> > >> >> > -Andrew &

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-08 Thread Shane Petroff
p page) is still cached somewhere. >> >> I'm almost completely certain it is not a caching issue (although it >> >> would be good to know if one could configure Tomcat not to cache >> >> anything, ever...) I've hand nuked caches several times a

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-08 Thread Mike Kienenberger
change after rendering and before the apply request values. > >> > > >> > -Andrew > >> > > >> > On 6/5/07, Shane Petroff <[EMAIL PROTECTED]> wrote: > >> >> Mike Kienenberger wrote: > >> >> > I've also had it happen if

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-08 Thread Mike Kienenberger
;> > I've also had it happen if the page changes and the facelets >> component >> >> > tree (or jsp page) is still cached somewhere. >> >> I'm almost completely certain it is not a caching issue (although it >> >> would be good to know if

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-08 Thread Shane Petroff
(Tomcat running on the localhost in >> both cases). >> >> Shane >> > Same idea -- the >> > expected submitted page elements do not match the actual submitted >> > page elements. >> > >> > On 6/5/07, Shane Petroff <[EMAIL PROTECTED]

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-08 Thread Mike Kienenberger
>> executing on a different machine (Tomcat running on the localhost in >> both cases). >> >> Shane >> > Same idea -- the >> > expected submitted page elements do not match the actual submitted >> > page elements. >> > >> > On 6/5/0

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-08 Thread Shane Petroff
off <[EMAIL PROTECTED]> wrote: >> >> I am having some strange navigation problems (once again...) and the >> only clue I have is the warning below. >> >> HtmlRendererUtils - There should always be a submitted value for an >> input if it is rendered, its form is s

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-06 Thread Andrew Robinson
> On 6/5/07, Shane Petroff <[EMAIL PROTECTED]> wrote: >> >> I am having some strange navigation problems (once again...) and the >> only clue I have is the warning below. >> >> HtmlRendererUtils - There should always be a submitted value for an >> input

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-05 Thread Shane Petroff
ECTED]> wrote: I am having some strange navigation problems (once again...) and the only clue I have is the warning below. HtmlRendererUtils - There should always be a submitted value for an input if it is rendered, its form is submitted, and it is not disabled or read-only. In Googling the er

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-05 Thread Mike Kienenberger
ome strange navigation problems (once again...) and the only clue I have is the warning below. HtmlRendererUtils - There should always be a submitted value for an input if it is rendered, its form is submitted, and it is not disabled or read-only. In Googling the error message, it seems that

HtmlRendererUtils - There should always be a submitted value

2007-06-05 Thread Shane Petroff
I am having some strange navigation problems (once again...) and the only clue I have is the warning below. HtmlRendererUtils - There should always be a submitted value for an input if it is rendered, its form is submitted, and it is not disabled or read-only. In Googling the error

Re: HtmlRendererUtils: There should always be a submitted value for an input if it is rendered

2006-09-12 Thread Adrian Mitev
Thx! With saveState no warning appear. On 9/13/06, Martin Marinschek <[EMAIL PROTECTED]> wrote: I'd guess that your rendered or displayValueOnly attribute is toggling its value between requests - make sure you have those values in the session or saved with a t:saveState. regards, Martin On 9/

Re: HtmlRendererUtils: There should always be a submitted value for an input if it is rendered

2006-09-12 Thread Martin Marinschek
I'd guess that your rendered or displayValueOnly attribute is toggling its value between requests - make sure you have those values in the session or saved with a t:saveState. regards, Martin On 9/12/06, Mike Kienenberger <[EMAIL PROTECTED]> wrote: Gerald, panelGroup won't render a span unles

Re: HtmlRendererUtils: There should always be a submitted value for an input if it is rendered

2006-09-12 Thread Mike Kienenberger
Gerald, panelGroup won't render a span unless you set an id, style, or some other html-generating attribute. On 9/12/06, Gerald Müllan <[EMAIL PROTECTED]> wrote: Hi, does it work as you expected? Don`t know if it is the problem, but the panelGroup component which renders a span between the

Re: HtmlRendererUtils: There should always be a submitted value for an input if it is rendered

2006-09-12 Thread Gerald Müllan
Hi, does it work as you expected? Don`t know if it is the problem, but the panelGroup component which renders a span between the declarations doesn`t make generated html well formed. You should achieve this rendered scenario another way. regards, Gerald On 9/12/06, Adrian Mitev <[EMAIL PRO

Re: HtmlRendererUtils: There should always be a submitted value for an input if it is rendered

2006-09-12 Thread Adrian Mitev
No, i don't have! Here is the code:

Re: HtmlRendererUtils: There should always be a submitted value for an input if it is rendered

2006-09-12 Thread Andrew Robinson
Do you have JavaScript that altered the HTML control? On 9/12/06, Adrian Mitev <[EMAIL PROTECTED]> wrote: Hi all! I have form with several input fields. When i submit the form i get this message for the first two input components: WARN [HtmlRendererUtils]:86 - There should always be a submitte

HtmlRendererUtils: There should always be a submitted value for an input if it is rendered

2006-09-12 Thread Adrian Mitev
Hi all! I have form with several input fields. When i submit the form i get this message for the first two input components: WARN [HtmlRendererUtils]:86 - There should always be a submitted value for an input if it is rendered, its form is submitted, and it is not disabled or read-only. What is