Mathijs’ Weblog

allemaal dingen
  • rss
  • Home
  • Reis 2007
    • Holbox
    • Bahia Salinas
    • Surfing Costa Rica
    • Panama
    • Toppers
  • Gastenboek
  • Links
  • Contact

gezelligheid zo’n PM uitje…

thiazzz | June 19, 2009

Lekker borrelen en happen in amsterdam met de die hard pm’s….
Image posted by MobyPicture.com
- Posted using MobyPicture.com

Comments
Comments Off
Categories
blog

white horses in aantocht

thiazzz | June 6, 2009

vanmiddag trekt de wind aan tot 5-6, dus dat wordt lekker knallen
Image posted by MobyPicture.com
- Posted using MobyPicture.com

Comments
Comments Off
Categories
blog

Lekker aan het fietsen

thiazzz | June 1, 2009

Heerlijke fietstocht aan het maken, langs de vecht.
Image posted by MobyPicture.com
- Posted using MobyPicture.com

Comments
Comments Off
Categories
blog

kiteboardopen in noordwijk

thiazzz | May 31, 2009

Lekker weer hier in noordwijk aan zee…
Image posted by MobyPicture.com
- Posted using MobyPicture.com

Comments
Comments Off
Categories
blog

lekker chillen in het griftpark, sepp helemaal blij!

thiazzz | May 30, 2009


Posted by ShoZu

Comments
Comments Off
Categories
Uncategorized

Domainnames for sales

thiazzz | April 12, 2009

Anyone interested in:
- www.mytravellog.com
- www.caravan-ameland.nl
- www.offertenodig.nl

Please contact me if you are interested!

Comments
No Comments »
Categories
blog
Tags
domainnames, thiazzz
Comments rss Comments rss

My Telemark Ski Action

thiazzz | April 11, 2009

Here are some pictures of me Telemark Skiing in the last few seasons.

Read the rest of this entry »

Comments
No Comments »
Categories
blog
Tags
cool style, italy, ski, telemark, thiazzz
Comments rss Comments rss

Iceland trip

thiazzz | February 8, 2009

In febuari in IJsland geweest. Erg cool!
Kijk de foto’s!
Read the rest of this entry »

Comments
Comments Off
Categories
blog
Tags
iceland

Cflayout and multiple cfform’s and IE vs Firefox issues

thiazzz | October 3, 2008

As mentioned in my previous post i’m rebuilding an admin environment for AO-online.nl application using all the new cf8 features.

1 of the forms used on this site is rely complex, it is 1 form spread over multiple tabs and 4 other forms in other tabs and using mutliple ajax, binding and JS functions and interdependancies.

This is how it looks:

And:

To achieve this I used this setup:

<cfform action=”" name=”form” method=”post”>
<cflayoutarea title=”MainForm_part1″ name=”tab1″ inithide=”false”>
formfields…
</cflayoutarea>
<cflayoutarea title=”MainForm_part2″ name=”tab2″ inithide=”false”>
formfields…
</cflayoutarea>
<cflayoutarea source=”subform1.cfm” name=”tab3″ inithide=”true” refreshOnActivate=”true” />
<cflayoutarea source=”subform2.cfm” name=”tab4″ inithide=”true” refreshOnActivate=”true” />
<cflayoutarea source=”subform3.cfm” name=”tab5″ inithide=”true” refreshOnActivate=”true” />
<cflayoutarea source=”subform4.cfm” name=”tab6″ inithide=”true” refreshOnActivate=”true” />
</cfform>

On the subform1.cfm pages is also use <cfform></cfform> to show the forms.
I’m also using the ColdFusion.Ajax.submitForm feature.

Now for the issue and the solution:

The issue: This is all working neatly in Firefox, the individual forms post to the backend handler, but in Internet Explorer no data at all is posted, resulting in this form not to work. Also form fields inside the loaded tabs forms are not recognized in IE.

The Solution: Apparently Internet Explorer cannot handle the nested forms that are created using the includes by the cflayout. Form showing it in the browser is it find, but when submitting the forms IE doesn’t understand it anymore. I thing it sees a </form> somewhere and then cannot handle what comes after.

So, this setup is working in both IE and Firefox:

<cfform action=”" name=”form” method=”post”>
<cflayoutarea title=”MainForm_part1″ name=”tab1″ inithide=”false”>
formfields…
</cflayoutarea>
<cflayoutarea title=”MainForm_part2″ name=”tab2″ inithide=”false”>
formfields…
</cflayoutarea>
<cflayoutarea name=”tab3″ inithide=”true” >
formfields…
</cflayoutarea>
<cflayoutarea name=”tab4″ inithide=”true” >
formfields…
</cflayoutarea>
<cflayoutarea name=”tab5″ inithide=”true” >
formfields…
</cflayoutarea>
<cflayoutarea name=”tab6″ inithide=”true” >
formfields…
</cflayoutarea>
</cfform>

I also tried this, but with no results:

<cflayoutarea title=”MainForm_part2″ name=”tab2″ inithide=”false”>
formfields…
</cflayoutarea>
<cflayoutarea name=”tab3″ inithide=”true” >
<cfinclude template=”subform1.cfm”">
</cflayoutarea>
etc…

So, i hope this is valuable information for anyone out there…

Comments
No Comments »
Categories
Coldfusion, blog
Tags
cf8, cfform, cflayout, Coldfusion
Comments rss Comments rss

cftree binding a cfc

thiazzz | August 21, 2008

I’m completely rebuilding an admin environment for an online application (www.ao-online.nl) using all the new Coldfusion 8 AJAX features.

I came accross the cftree and binding possibilities, I could not find a good example on the net, to copy-paste from. so here it is…

In case you wonder how to implement a bind to a cftree in order to get a hierarchical view of tree data from a database, you can use the example code below. I could not find a good example on the net.

I found these link that describe this functionality a bit (but not how I wanted it):

  • http://www.forta.com/blog/index.cfm/2007/6/5/ColdFusion-Ajax-Tutorial-5-File-System-Browsing-With-The-Tree-Control
  • http://www.garyrgilbert.com/blog/index.cfm/2007/6/18/cftree

Read the rest of this entry »

Comments
No Comments »
Categories
Coldfusion
Tags
bind, cfc, cftree, Coldfusion
Comments rss Comments rss

« Previous Entries

Navigatie

  • Contact
  • Gastenboek
  • Links
  • Reis 2007
    • Bahia Salinas
    • Holbox
    • Panama
    • Surfing Costa Rica
    • Toppers

Gallery

bilders 247.jpg IMG_0633.jpg bilders 212.jpg Imagen 003.jpg

Archives

  • June 2009
  • May 2009
  • April 2009
  • February 2009
  • October 2008
  • August 2008
  • July 2008
  • August 2007
  • March 2007
  • February 2007
  • January 2007
  • November 2006

Categories

  • blog
  • Coldfusion
  • reis 2007
  • whitehorsez

Tags

Belize bind cf8 cfc cfform cflayout cftree cf_orgchart Coldfusion cool style Costa Rica Cuba domain domainnames Guatemala iceland italy Mexico mytravellog Nicaragua rome ski telemark thiazzz whitehorsez

Links

  • AO-online
  • Arina’s blog
  • Hotelito Perdido, Rio Dulce, Guatemala
  • My LinkedIn Profile
  • Thiazzz.com
  • Touringcarofferte.nl
rss Comments rss valid xhtml 1.1 design by jide powered by Wordpress get firefox