Page 1 of 1

Problem with value="" in uploaded files...

Posted: Fri Jul 26, 2019 10:12 am
by cadtec
Concerns WWB 15.0.4:
When uploading forms, always value="" inserted although this is not necessary. This makes my PHP script stumble and it doesn't work anymore.

Is there a setting for this in the new version 15?
If No, can you fix this behavior?

Note: With WWB 14.4.0 value="" is not output and everything works.

Re: Problem with value="" in uploaded files...

Posted: Fri Jul 26, 2019 11:30 am
by Pablo
I do not think this behavior has changed. It works the same as in WB14.

Re: Problem with value="" in uploaded files...

Posted: Fri Jul 26, 2019 1:11 pm
by cadtec
Hello

Here is a part from the Page HTML in WWB14:
Image

Here the same from WWB15:
Image

Here are the project files for download:
for V14: https://www.dropbox.com/s/lb3ymdct62a7l ... k.wbs?dl=1
for V15: https://www.dropbox.com/s/b9cnxlpom8n1f ... g.wbs?dl=1

Best regards,
André

Re: Problem with value="" in uploaded files...

Posted: Fri Jul 26, 2019 1:29 pm
by Pablo
At the moment I do not have access to my computer so cannot load your project.
But I will look at this when I am back from my holiday.
It may have been a modification based on user feedback.

Re: Problem with value="" in uploaded files...

Posted: Fri Jul 26, 2019 2:03 pm
by cadtec
Hello Pablo

Enjoy your well-deserved holidays!
I found the problem right now and was able to solve it myself.
The combobox "inp_sortierung" only contained Text values and no Value values.
That's why the SQL query failed to sort.
Now it works again.

(In V14 it worked anyway, but that is obsolete now.)

Best regards,
André