Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 975 → Rev 976

/kickup/trunk/webapp/WEB-INF/struts-config.xml
237,6 → 237,7
scope="request"
input="/participant/register.jsp"
>
<forward name="default" path="/participant/registered.jsp" />
</action>
 
<action
271,6 → 272,7
scope="request"
input="/participant/edit.jsp"
>
<forward name="default" path="/participant/updated.jsp" />
</action>
 
<action
/kickup/trunk/webapp/WEB-INF/validation.xml
133,7 → 133,7
<field property="freeSleep" depends="integer">
<msg name="integer" key="ak.kickup.core.participant.edit.freesleep.wrong" />
</field>
<field property="price" depends="currency">
<field property="payed" depends="currency">
<msg name="currency" key="ak.kickup.core.participant.edit.payed.wrong" />
</field>
</form>