NOSiCode-CV / IGRP-Framework

IGRP-Framework Java for Web Applications Developments
https://igrp.cv/
Apache License 2.0
75 stars 19 forks source link

Two or more buttons in one page with the same tag shares the same action created in controller page. #1767

Closed williamfonseca13 closed 12 months ago

williamfonseca13 commented 1 year ago

Resumo

Two or more buttons in one page with the same tag generates share the same action created in controller page.

Passos para reproduzir

Add at leat two buttons with the same tag.

Qual é o atual comportamento bug ?

Only one action is created because the action name is being validate using the button tag name.

Qual é o comportamento correto esperado?

A message, alert, warning, etc, should be introduced to the user editing the page to inform that a button with the current tag name already exists.

/ label ~ bug

NOSiopen commented 12 months ago

Corrigido

image