[html-formfu] lost equal sign

Octavian Rasnita orasnita at gmail.com
Fri Oct 29 12:32:23 GMT 2010


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" <fireartist at gmail.com>
To: "HTML Form Creation,Rendering and Validation Framework" 
<html-formfu at lists.scsys.co.uk>
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 <halasz.g at freemail.hu>:
> 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
> HTML-FormFu at lists.scsys.co.uk
> http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu
>

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




More information about the HTML-FormFu mailing list