Re: ANN: New Code Generator based on Illudium PU-36

2009-05-25 Thread Dominic Watson

Hey Gerald, thanks for the reply. Actually, yours was the first
project I found and downloaded when I ran into the Railo problem.
Great minds think alike. Ahem.  It was rather useful building it from
scratch though and I'm sure that Brian will be doing something similar
with his planned version 2. I feel its in a really good place to be
built upon if needed.

Other than the flex issue, the only other problem with using illudium
was the use of the cfadmin api in Railo. Simple solution was to have
two separate admin api facades with the same interface. Using
Coldspring, you can just swap the facade class when switching between
Railo and CF.

Dominic




2009/5/25 Gerald Guido :
>
> Most Excellent... And interesting. I did the same basic thing as well. For
> similar reasons... I was never able to get Illudium's Flex front end to to
> work at work. And out of frustration I took the work that Chris Phillips did
> with it as a base and ran with it. I don't know if you have seen what he has
> done with it but is worth checking out.
> http://www.cfchris.com/cfchris/index.cfm/Database-Abstraction
>
> Mine is a pure hack and ugly as sin but it will do a whole database at one
> time.
> http://www.myinternetisbroken.com/page.cfm/Downloads
>
> Kudos for getting it to work with Railo. I am looking forwarded to checking
> it out.
>
> G!
>
>
> On Mon, May 25, 2009 at 11:52 AM, Dominic Watson <
> watson.domi...@googlemail.com> wrote:
>
>>
>> Not exactly reinventing the wheel; knocked this up over the weekend as
>> I wanted Brian's Illudium PU-36 working with Railo and with some
>> improvements. Ended up getting carried away and made complete app:
>>
>>
>> http://fusion.dominicwatson.co.uk/2009/05/next-generator-illudium-pu-36-based-app.html
>>
>> Hope someone finds it useful.
>>
>> Dominic
>>
>>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322774
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ANN: New Code Generator based on Illudium PU-36

2009-05-25 Thread Gerald Guido

Most Excellent... And interesting. I did the same basic thing as well. For
similar reasons... I was never able to get Illudium's Flex front end to to
work at work. And out of frustration I took the work that Chris Phillips did
with it as a base and ran with it. I don't know if you have seen what he has
done with it but is worth checking out.
http://www.cfchris.com/cfchris/index.cfm/Database-Abstraction

Mine is a pure hack and ugly as sin but it will do a whole database at one
time.
http://www.myinternetisbroken.com/page.cfm/Downloads

Kudos for getting it to work with Railo. I am looking forwarded to checking
it out.

G!


On Mon, May 25, 2009 at 11:52 AM, Dominic Watson <
watson.domi...@googlemail.com> wrote:

>
> Not exactly reinventing the wheel; knocked this up over the weekend as
> I wanted Brian's Illudium PU-36 working with Railo and with some
> improvements. Ended up getting carried away and made complete app:
>
>
> http://fusion.dominicwatson.co.uk/2009/05/next-generator-illudium-pu-36-based-app.html
>
> Hope someone finds it useful.
>
> Dominic
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322773
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


ANN: New Code Generator based on Illudium PU-36

2009-05-25 Thread Dominic Watson

Not exactly reinventing the wheel; knocked this up over the weekend as
I wanted Brian's Illudium PU-36 working with Railo and with some
improvements. Ended up getting carried away and made complete app:

http://fusion.dominicwatson.co.uk/2009/05/next-generator-illudium-pu-36-based-app.html

Hope someone finds it useful.

Dominic

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322772
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Form submittion redirected with 302 "Moved Permanently" response, Form Post Failed !!!

2009-05-25 Thread Claude Schneegans

 >>anyone got any idea , what is going wrong 

Sure ! There must be some error in the submitted template...

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322771
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Form submittion redirected with 302 "Moved Permanently" response, Form Post Failed !!!

2009-05-25 Thread Will Tomlinson

> anyone got any idea , what is going wrong 

It's virtually impossible to know what is going wrong unless we see some of 
your 
code!!
!

Hope this helps,
Will 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322770
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Form submittion redirected with 302 "Moved Permanently" response, Form Post Failed !!!

2009-05-25 Thread anooj a

I've got a page which does a form submit which executes successfully when i 
click the submit in the first time. then if i change the field again and 
submit. The page gets a 302 status and redirects to same URL losing its post 
data. this make the submit to fail updating field data to database.

anyone got any idea , what is going wrong 


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322769
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4