Something I did forget to add. The issue as I am seeing it is when I
use this bit of code:
<cfset var UserID = arguments.event.getValue("UserID") /> the value of
UserID being set as an empty string
Using cfsavecontent I dump this value from the RemoteService.cfc
component model.user.Users
PROPERTIES
UserID 1
UserName Test User
UserPass [empty string]
UserType NO
UserStatus NO
METHODS
However when I use the same cfsavecontent concept on the controller I
get an empty string for arguments.event.getValue('UserID')
On Feb 7, 3:24 pm, Jeremy Rottman <[email protected]> wrote:
> This just isn't my week. Even with the test code that you posted. I
> still get this returned value:
>
> (Object)#0
> address = ""
> user = (Object)#1
> UserID = (null)
> UserName = "Test User"
> UserPass = ""
> UserStatus = false
> UserType = false
>
> To make this simple I have broken down each portion into different
> items on pastebin. This code is a little modified so that I could
> exclude any possible naming convention issues.
>
> ModelGlue.xml :http://modelglue.pastebin.com/f3362881b
>
> Users.cfc (model.user.Users):http://modelglue.pastebin.com/f3d6ae9ab
>
> UsersController:http://modelglue.pastebin.com/f45215dde
>
> MXML/AS Code:http://modelglue.pastebin.com/f55f9ce64
>
> UsersVO.as (model.user.UsersVO):http://modelglue.pastebin.com/f4153fade
--
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog
You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en