fbordina / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

Guest Registration Module Error #414

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.pressing the "Register Guest User" button
2.
3.

What is the expected output? What do you see instead?
new user details registration form

What version of PWM are you using?
pwm-20130629-0600.war

What ldap directory and version are you using?
AD 2008

Please paste any error log messages below:

Unexpected error. If this error occurs repeatedly please contact your helpdesk. 
{ 5015 ERROR_UNKNOWN (Unable to compile class for JSP: An error occurred at 
line: 56 in the jsp file: /WEB-INF/jsp/guest-create.jsp The method 
getLastParameterValue(String) is undefined for the type SessionStateBean 53: 
long futureMS = maxValidDays * 24 * 60 * 60 * 1000; 54: Date maxValidDate = new 
Date(new Date().getTime() + (futureMS)); 55: String maxValidDateString = new 
SimpleDateFormat("yyyy-MM-dd").format(maxValidDate); 56: String selectedDate = 
PwmSession.getPwmSession(session).getSessionStateBean().getLastParameterValue("_
_expirationDate__"); 57: if (selectedDate == null || selectedDate.length() <= 
0) { 58: selectedDate = maxValidDateString; 59: } Stacktrace:) }

Original issue reported on code.google.com by gad.sha...@gmail.com on 30 Jun 2013 at 3:11

GoogleCodeExporter commented 9 years ago
Please ask for help on the pwm-general google group

Original comment by jrivard on 30 Jun 2013 at 6:46