Project

General

Profile

« Previous | Next » 

Revision 5597

correctly set the organizationScope from the request value - filters the search results by location

View differences:

sanparksLogin.jsp
128 128
		Use a '%' symbol as a wildcard in searches (e.g., '%herbivore%' 
129 129
		would locate any phrase with the word herbivore embedded within it).
130 130
		</p>
131
		<input name="organizationScope" id="organizationScope" type="hidden" value="organizationScope" />
131
		<input name="organizationScope" id="organizationScope" type="hidden" value="<%= organizationScope %>" />
132 132
		<input name="sessionid" id="sessionid" type="hidden" value="<%= request.getSession().getId() %>" />
133 133
		<input name="anyfield" type="text" id="anyfield" value="" size="14" />
134 134
		<input name="query" type="hidden" id="query" />

Also available in: Unified diff