Changeset 1042
- Timestamp:
- 07/24/08 01:47:35 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/jelix/plugins/jforms/html/html.jformsbuilder.php
r1033 r1042 93 93 94 94 $url = jUrl::get($this->_action, $this->_actionParams, 2); // retourne le jurl correspondant 95 echo '<form action="',$url-> scriptName,$url->pathInfo,'" method="'.$params['method'].'" id="', $this->_name,'"';95 echo '<form action="',$url->getPath(),'" method="'.$params['method'].'" id="', $this->_name,'"'; 96 96 if($this->_form->hasUpload()) 97 97 echo ' enctype="multipart/form-data">';
