> <form name="form1" method="post" enctype="multipart/form-data"
> action="views/dsp_imprimer.a4d">
You are using fusebox, so you MUST always use fusebox.makeUrl to make urls that
will be used in a web page (form actions, link urls, etc). So this becomes:
<form name="form1" method="post" enctype="multipart/form-data"
action="<%=fusebox.makeUrl("mycircuit.myaction")%>">
When you use fusebox, everything but images must go through fusebox, including
forms.
Regards,
Aparajita
www.aparajitaworld.com
"If you dare to fail, you are bound to succeed."
- Sri Chinmoy | www.srichinmoy.org
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/