Senate president, Polish delegation discuss cooperation, war on Gaza

Senate president, Polish delegation discuss cooperation, war on Gaza
Senate President Faisal Fayez on Tuesday meets with a delegation from the Polish-Palestinian Parliamentary Group (Petra photo)

AMMAN — Senate President Faisal Fayez on Tuesday met with a delegation from the Polish-Palestinian Parliamentary Group, headed by Maciej Konieczny, to discuss Jordanian-Polish relations and regional developments.

The meeting, attended by Polish Ambassador Lucjan Karpinski, focused on enhancing bilateral cooperation in the political, economic, and parliamentary fields, the Jordan News Agency, Petra, reported.

Fayez commended the historic ties between the two countries and expressed appreciation for Poland’s consistent support of Arab causes, particularly the Palestinian issue.

Addressing the ongoing escalation in the region, Fayez condemned the Israeli aggression against the Gaza Strip and the occupied West Bank, describing it as a campaign of genocide, ethnic cleansing, and the forced displacement of Palestinians.

He urged international parliaments and legislative bodies to take decisive and effective measures to stop the violence and hold the Israeli occupation accountable for its violations of international law.

Fayez also highlighted the ongoing efforts of His Majesty King Abdullah to end the Israeli aggression and push for a just solution to the Palestinian issue, grounded in international legitimacy and the two-state solution.

He stressed the urgent need for international recognition of the State of Palestine and the protection of Palestinian rights.

The visiting delegation stressed the importance of strengthening ties with Jordan and commended the Kingdom’s pivotal role in promoting regional peace and stability.

The delegation also called for an immediate end to the Israeli aggression, the opening of humanitarian corridors into Gaza, and the facilitation of aid delivery by UNRWA and other humanitarian agencies.

Both sides underscored the importance of intensifying international diplomatic efforts to end the violence, lift the blockade on Gaza, and work towards a political resolution based on the two-state solution, viewed as the only viable path to lasting peace and security in the region.

.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'); }); }); });