|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Property metadata read different between CF8 and RailoI have a list: <cfproperty ftSeq="5" ftFieldset="Status" name="status" type="string" fttype="list" ftList="inbehandeling:In behandeling,actief:Actief,wijziging:Wijziging" ftdefault="inbehandeling" ftLabel="Status" ftRenderType="radio" ftValidation="validate-one-required"/> When dumped: <cfdump var="#stobj.status#"> <cfabort> It gives "inbehandeling" in CF8, but "In Behandeling" in Railo..... I now solved it with using a single name without spaces so both CF8 and Railo are using it correctly. Shall i bug this or? --~--~---------~--~----~------------~-------~--~----~ You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: farcry-dev@... To unsubscribe, email: farcry-dev+unsubscribe@... For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Property metadata read different between CF8 and Railowould it be because 'status' has meaning to farcry - with versioning??
Maybe try with a different name - but I doubt it. What does the HTML look like when you do a view source of the rendered page? 2009/10/19 Marco van den Oever <marcovandenoever@...>
-- AJ Mercer Web Log: http://webonix.net --~--~---------~--~----~------------~-------~--~----~ You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: farcry-dev@... To unsubscribe, email: farcry-dev+unsubscribe@... For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Property metadata read different between CF8 and RailoCF8 shows the default option selected, Railo doesn't (nothing selected) as Railo gets the value "In Behandeling" instead of the default value trigger "inbehandeling" ... On Oct 19, 4:33 pm, AJ Mercer <ajmer...@...> wrote: > would it be because 'status' has meaning to farcry - with versioning?? > > Maybe try with a different name - but I doubt it. > > What does the HTML look like when you do a view source of the rendered page? > > 2009/10/19 Marco van den Oever <marcovandenoe...@...> > > > > > > > I have a list: > > > <cfproperty ftSeq="5" ftFieldset="Status" > > name="status" type="string" fttype="list" ftList="inbehandeling:In > > behandeling,actief:Actief,wijziging:Wijziging" > > ftdefault="inbehandeling" ftLabel="Status" ftRenderType="radio" > > ftValidation="validate-one-required"/> > > > When dumped: > > > <cfdump var="#stobj.status#"> > > <cfabort> > > > It gives "inbehandeling" in CF8, but "In Behandeling" in Railo..... > > I now solved it with using a single name without spaces so both CF8 > > and Railo are using it correctly. > > > Shall i bug this or? > > -- > AJ Mercer > Web Log:http://webonix.net You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: farcry-dev@... To unsubscribe, email: farcry-dev+unsubscribe@... For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Property metadata read different between CF8 and RailoWhile checking further i now see they both are working... really have no clue to why it now works, i updated app after each change, keep you posted on any changes, thanks for helping. On Oct 19, 5:35 pm, Marco van den Oever <marcovandenoe...@...> wrote: > CF8 shows the default option selected, Railo doesn't (nothing > selected) as Railo gets the value "In Behandeling" instead of the > default value trigger "inbehandeling" ... > > On Oct 19, 4:33 pm, AJ Mercer <ajmer...@...> wrote: > > > would it be because 'status' has meaning to farcry - with versioning?? > > > Maybe try with a different name - but I doubt it. > > > What does the HTML look like when you do a view source of the rendered page? > > > 2009/10/19 Marco van den Oever <marcovandenoe...@...> > > > > I have a list: > > > > <cfproperty ftSeq="5" ftFieldset="Status" > > > name="status" type="string" fttype="list" ftList="inbehandeling:In > > > behandeling,actief:Actief,wijziging:Wijziging" > > > ftdefault="inbehandeling" ftLabel="Status" ftRenderType="radio" > > > ftValidation="validate-one-required"/> > > > > When dumped: > > > > <cfdump var="#stobj.status#"> > > > <cfabort> > > > > It gives "inbehandeling" in CF8, but "In Behandeling" in Railo..... > > > I now solved it with using a single name without spaces so both CF8 > > > and Railo are using it correctly. > > > > Shall i bug this or? > > > -- > > AJ Mercer > > Web Log:http://webonix.net You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: farcry-dev@... To unsubscribe, email: farcry-dev+unsubscribe@... For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~--- |
| Free embeddable forum powered by Nabble | Forum Help |