Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

207
Visualizações
How can I show alert dialog after the row deleted?

I want to show the alert dialog after the row is deleted on the table. My problem is when I clicked the submit it will appear first, the alert dialog with the message Successfully deleted the product. Can somebody help me?

//Controller

@GetMapping("delete{id}")
public String deleteProduct(@PathVariable("id") long id, Model model) {
  Products products = productRepository.findById(id);
  .orElseThrow() -> new IllegalArgumentException("Invalid: ", +id));

  productRepository.delete(products);

  return "redirect:/index";
 }
  
}

//index

<td><a th:href="@{/delete/{id}(id=${products.id})}" onclick="myFunction()">Delete</a></td>

<script>
  function myFunction() {
      alert("Successfully deleted the product!");
    }
</script>
about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda