In order to make it work, the following Config::General configuration should be added:

-SplitPolicy => 'whitespace',

...in the myapp.conf somewhere under:

<Plugin::ConfigLoader>
<driver>


--Octavian

----- Original Message ----- From: "Carl Franks" <[email protected]> To: "HTML Form Creation,Rendering and Validation Framework" <[email protected]>
Sent: Friday, October 29, 2010 3:10 PM
Subject: Re: [html-formfu] lost equal sign


Hi,

Sorry about the blank response a couple seconds ago - accidentally
double-clicked!

This is a Config::General issue.

Cheers,
Carl


2010/10/29 Gabor HALASZ <[email protected]>:
Hi!

I created the next config:

...
<model_config>
model System::User
id_column id
label_column login
<condition>
<id>
> 1
</id>
<dead>
= 0
</dead>
</condition>
</model_config>
...

but I got an sql error:

WHERE ( ( dead ? AND id > ? ) )" with ParamValues: 0="0", 1="1"

Tried with varius strings instead of equal (==, !=, '=', \=, blah, ...), I
got back everything in the query except the =. Finally, I discovered, if the
identifier contains a space, the equal works again:
<dead >= 0</dead > creates dead = 0 query
<dead =>0</dead => creates dead = 0 IS NULL query
<dead =>= 0</dead> creates dead = = 0 query, etc...

What about this? This is a formfu's or other component's problem?

Thanks


_______________________________________________
HTML-FormFu mailing list
[email protected]
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu


_______________________________________________
HTML-FormFu mailing list
[email protected]
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

_______________________________________________
HTML-FormFu mailing list
[email protected]
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to