Re:editing site alias from front end 14 Years, 4 Months ago
|
Karma: 54
|
When I use an input button in the form, the post is correctly performed.
I don't know yet why the joomla.javascript.js that perform the submitform does not send the post data.
|
|
|
|
|
Re:editing site alias from front end 14 Years, 4 Months ago
|
Karma: 0
|
Hi Edwin
Would you mind posting some working example code ?
|
|
DaveC
Senior Boarder
Posts: 77
|
|
|
Re:editing site alias from front end 14 Years, 4 Months ago
|
Karma: 54
|
In the black "edit" layout, I have just added a standard button into the table that in the <form>
<tr>
<td></td>
<td><input type="submit" value="Save Slave" /></td>
</tr>
</table>
</td></tr></table>
<input type="hidden" name="task" value="saveSlave" />
and that allow to submit the info correctly.
|
|
|
Last Edit: 2010/08/05 20:29 By edwin2win.
|
|
Re:editing site alias from front end 14 Years, 4 Months ago
|
Karma: 0
|
Thanks for the code Edwin, FYI This is also happening on Create Site with SEF enabled.
Dave
|
|
DaveC
Senior Boarder
Posts: 77
|
|
|
Re:editing site alias from front end 14 Years, 3 Months ago
|
Karma: 0
|
Hi Edwin,
Any update to this issue? This will also not allow us to delete sites. Do you have any pointers to where I may look to help figure out the issue?
|
|
DaveC
Senior Boarder
Posts: 77
|
|
|
Re:editing site alias from front end 14 Years, 3 Months ago
|
Karma: 54
|
I still don't know why the standard joomla javascript submit does not send any data.
The only solution that I know is the
<input type="submit" .... />
inside the form instead of the usage of a link present in the button icons.
I would be pleased if somebody could give me an idea on the reason.
All my searches in google does not helped me have an idea why the javascript submit() does not send any data.
|
|
|
|
|
|