bonjour tout le monde
j'essaie de créer un zone de texte date avec un bouton pour afficher un calendrier de sélection de date voici le code:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
 <h:outputText value="Date de création"/>
                                <t:inputCalendar
                                  value=" "
                                  popupWeekString="#{messages['calendar.week']}" 
                                  popupTodayString="#{messages['calendar.today']}"  
                                  monthYearRowClass="yearMonthHeader" 
                                  weekRowClass="weekHeader" 
                                  currentDayCellClass="currentDayCell" 
                                  renderAsPopup="true" 
                                  renderPopupButtonAsImage="true"       
                                  required="false"/>
le probleme c'est que ça ne marche pas j'ai une exception de type:
type Exception report

message

descriptionThe server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: PWC1244: Servlet execution threw an exception

root cause

java.lang.NoClassDefFoundError: org/apache/commons/lang/builder/HashCodeBuilder

note The full stack traces of the exception and its root causes are available in the Sun Java System Application Server 9.1_01 logs.

merci de votre aide