"Error during model data update. "

2006-04-14 Thread Sachin Petkar
I'm sure this question has been asked before, but being new to the game, I'd like to find out what exactly is going on and how to fix the problem.In my Tomcat based application I am using full HTML views and my form is rendered correctly.  Via some logging output, I also see my managed bean (a subclass of 
org.apache.shale.view.AbstractViewController) being initialized as intended.  However, when I click on the "submit" button which invokes an action method on my bean, I get the message "Error during model data update" on the page and in the 
catalina.out log, I get "org.apache.myfaces.el.VariableResolverImpl - Variable 'UNKNOWN' could not be resolved."  multiple times (seemingly twice for each input textbox on the page).  It looks the error is due to values not being set on the bean, but my question is why is this happening and how do I fix it?   I've gone through all the samples and matched my component definitions and code with those, but cannot figure out what I'm doing wrong.  Any help would be greatly appreciated.
Thanks,Sachin


RE: Conversion Error XXX: Error during model data update

2006-04-12 Thread Balaji Kalyansundaram

It will be better if we could look at the jsp, backing bean and model code.

-Original Message-
From: Betto McRose G, [mailto:[EMAIL PROTECTED]
Sent: Thursday, 13 April 2006 9:42 AM
To: MyFaces Discussion
Subject: Re: Conversion Error XXX: Error during model data update


yes, they are string
the inputText has no converter tag on it


Balaji Kalyansundaram wrote:

>Did you check the data type in the model??/
>
>Balaji
>
>-Original Message-
>From: Betto McRose G, [mailto:[EMAIL PROTECTED]
>Sent: Thursday, 13 April 2006 9:30 AM
>To: users@myfaces.apache.org
>Subject: Conversion Error XXX: Error during model data update
>
>
>hi all
>
>I'm getting this error:
>Conversion Error "partyIdInputText": Error during model data update.
>
>dunno why because the inputText for that Id is no required
>
>
>--
>
>Betto McRose G,
>WPG Team
>
>
>
>This correspondence is for the named persons only.
>
>It may contain confidential or privileged information or both.
>
>No confidentiality or privilege is waived or lost by any mis transmission.
>
>If you receive this correspondence in error please delete it from your system 
>immediately and notify the sender.
>
>You must not disclose, copy or relay on any part of this correspondence, if 
>you are not the intended recipient.
>
>Any opinions expressed in this message are those of the individual sender 
>except where the sender expressly,
>
>and with the authority, states them to be the opinions of the Department of 
>Emergency Services, Queensland.
>
>
> 
>


--
Betto McRose G,
WPG Team



This correspondence is for the named persons only.
It may contain confidential or privileged information or both.
No confidentiality or privilege is waived or lost by any mis transmission.
If you receive this correspondence in error please delete it from your system 
immediately and notify the sender.
You must not disclose, copy or relay on any part of this correspondence, if you 
are not the intended recipient.
Any opinions expressed in this message are those of the individual sender 
except where the sender expressly,
and with the authority, states them to be the opinions of the Department of 
Emergency Services, Queensland.


Re: Conversion Error XXX: Error during model data update

2006-04-12 Thread Betto McRose G,

yes, they are string
the inputText has no converter tag on it


Balaji Kalyansundaram wrote:


Did you check the data type in the model??/

Balaji

-Original Message-
From: Betto McRose G, [mailto:[EMAIL PROTECTED]
Sent: Thursday, 13 April 2006 9:30 AM
To: users@myfaces.apache.org
Subject: Conversion Error XXX: Error during model data update


hi all

I'm getting this error:
Conversion Error "partyIdInputText": Error during model data update.

dunno why because the inputText for that Id is no required


--

Betto McRose G,
WPG Team



This correspondence is for the named persons only.

It may contain confidential or privileged information or both.

No confidentiality or privilege is waived or lost by any mis transmission.

If you receive this correspondence in error please delete it from your system 
immediately and notify the sender.

You must not disclose, copy or relay on any part of this correspondence, if you 
are not the intended recipient.

Any opinions expressed in this message are those of the individual sender 
except where the sender expressly,

and with the authority, states them to be the opinions of the Department of 
Emergency Services, Queensland.


 




--
Betto McRose G,
WPG Team




RE: Conversion Error XXX: Error during model data update

2006-04-12 Thread Balaji Kalyansundaram

Did you check the data type in the model??/

Balaji

-Original Message-
From: Betto McRose G, [mailto:[EMAIL PROTECTED]
Sent: Thursday, 13 April 2006 9:30 AM
To: users@myfaces.apache.org
Subject: Conversion Error XXX: Error during model data update


hi all

I'm getting this error:
Conversion Error "partyIdInputText": Error during model data update.

dunno why because the inputText for that Id is no required


--
Betto McRose G,
WPG Team



This correspondence is for the named persons only.
It may contain confidential or privileged information or both.
No confidentiality or privilege is waived or lost by any mis transmission.
If you receive this correspondence in error please delete it from your system 
immediately and notify the sender.
You must not disclose, copy or relay on any part of this correspondence, if you 
are not the intended recipient.
Any opinions expressed in this message are those of the individual sender 
except where the sender expressly,
and with the authority, states them to be the opinions of the Department of 
Emergency Services, Queensland.


Conversion Error XXX: Error during model data update

2006-04-12 Thread Betto McRose G,

hi all

I'm getting this error:
Conversion Error "partyIdInputText": Error during model data update.

dunno why because the inputText for that Id is no required


--
Betto McRose G,
WPG Team




Re: Error during model data update

2006-01-17 Thread Mike Kienenberger
It's possibly a conversion/converter error.

On 1/17/06, Arash Bijanzadeh <[EMAIL PROTECTED]> wrote:
> Hi
> After some changes, all I get from the application is this error message
> next to inputs, there is no exception no warnings, nothing just "Error
> during model data update"!
>  Could somebody guess what is wrong?
>
>
> --
> from debian manifesto:
> Debian Linux is a brand-new kind of Linux distribution.
>  Rather than being developed by one isolated individua
> l or group, as other distributions of Linux have been developed in the
>  past, Debian is being developed openly in the spirit of Linux and GNU.


Re: Error during model data update

2006-01-17 Thread ::SammyRulez::
It happens to me wher I mistype the neame of the managed bean bound
tho the component

2006/1/17, Arash Bijanzadeh <[EMAIL PROTECTED]>:
> Hi
> After some changes, all I get from the application is this error message
> next to inputs, there is no exception no warnings, nothing just "Error
> during model data update"!
>  Could somebody guess what is wrong?
>
>
> --
> from debian manifesto:
> Debian Linux is a brand-new kind of Linux distribution.
>  Rather than being developed by one isolated individua
> l or group, as other distributions of Linux have been developed in the
>  past, Debian is being developed openly in the spirit of Linux and GNU.


--
::SammyRulez::
http://sammyprojectz.blogspot.com


Error during model data update

2006-01-17 Thread Arash Bijanzadeh
HiAfter some changes, all I get from the application is
this error message next to inputs, there is no exception no warnings,
nothing just "Error during model data update"!
Could somebody guess what is wrong?

-- from debian manifesto:Debian Linux is a brand-new kind of Linux distribution. Rather than being developed by one isolated individual or group, as other distributions of Linux have been developed in the
 past, Debian is being developed openly in the spirit of Linux and GNU.