Farmers vow to continue protests after meeting with government ends in deadlock

Farmers outside Parliament say they will continue protesting until government responds to their demands (Photo by Osama Aqarbeh)

AMMAN — A meeting on Tuesday that brought the government, parliamentarians and farmers around one table to discuss annulment of recent taxes on the agriculture sector ended with a deadlock.

The government failed to take heed of the demands of the farmers, a member of the “committee for defending the rights of farmers”, said.

“Hundreds of farmers from all parts of the country came during the early morning hours to Amman and gathered in front of the Parliament to demand that the government withdraw its 10 per cent tax on the sector and provide momentum for the farmers’ meeting with the ministers,” the farmer, who attended the meeting, told The Jordan Times.

Speaking on condition of anonymity, the farmer and one of the core members of the “committee for defending the rights of farmers” said that the ministerial meeting was “just another useless meeting to temporarily quell our anger”.

“During the meeting, we didn’t sense any government intention to remove its 10 per cent tax on agriculture inputs any time soon,” the committee member said.

The farmers have stood daily outside Parliament for the past month, demanding that the government withdraw the 10 per cent tax on agricultural inputs, just as it announced last week that it would annul the 10 per cent tax on agricultural outputs.

The government’s exemption of outputs means nothing on the ground, the farmers argued, noting that agricultural inputs constitute 82-92 per cent of farmers’ expenditure.

“The farmers will continue their protest day in and day out until the government responds to our demand,” the farmer stressed.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });