Bonjour
J'ai un soucis de datepicker en strut2.1.6
la librairie <%@ taglib prefix="sx" uri="/struts-dojo-tags" %>
ne semble pas installer d'office ? ou puis je la trouver ?
Merci d'avance
Philippe
Message d'erreur
org.apache.jasper.JasperException: Le fichier "/struts-dojo-tags" n'a pas été trouvé
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18 <%@ page language="java" %> <%@ taglib prefix="s" uri="/struts-tags" %> <%@ taglib prefix="sx" uri="/struts-dojo-tags" %> <html> <head> <title><s:text name="app.title"/></title> <sx:head/> </head> <body> .... <sx:datetimepicker name="employe.joiningdate" label="Format (yyyy-MM-dd)" displayFormat="yyyy-MM-dd"/> .... </body>
Partager