This was a very weird problem. Evidently when I reworked the button
inputs in BoltWire (submit, reset, etc) something changed that only
affected Linux systems and not Windows. I'm just guessing...
Anyway I think I've fixed it for the next release...
Seems code like this:
[submit name=boltsubmit[] value='PREVIEW'][submit name=boltsubmit[]
value='COPY']
[session if "equal '{=boltsubmit}' '>>PREVIEW<<' ? warn=Preview Mode."]
Has BoltWire thinking {=boltsubmit} is now an array so it doesn't
match. The fix is to simplify the markup like this:
[submit name=submit value='PREVIEW'][submit name=submit value='COPY']
[session if "equal '{=submit}' '>>PREVIEW<<' ? warn=Preview Mode."]
Much clearer anyway, and seems to work fine now either system. I've
updated the four action pages in the systems folder, but if you have
custom forms copied off these, you will need to change them.
I'm not going to dig deeper into the cause of this, because the forms
will all be reworked in 4.xx in such a way these kinds of problems
should be more easily avoided.
Cheers,
Dan
On Thu, Mar 18, 2010 at 1:26 PM, Martin <[email protected]> wrote:
> It does work for me.
>
> Greetings, Martin
>
> On Mar 18, 5:14 pm, Kevin <[email protected]> wrote:
>> Just noticed this as I don't use it often.
>>
>> Using Preview in edit submits the form instead of creating the preview
>> look. This is happening to both sites I converted the other night.
--
You received this message because you are subscribed to the Google Groups
"BoltWire" 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/boltwire?hl=en.