Should read more carefully...
You have:
<xsp:logic>
<input type ="image" src="forms/submit-button.gif" name="cocoon-action-Submit"
value="SUM" />
<input type ="image" src="forms/cancel.gif" name="cocoon-action-Submit"
value="CANCEL" />
</xsp:logic>
But you want:
<xsp:logic>
<input type ="image" src="forms/submit-button.gif" name="cocoon-action-SUM"
value="SUM it!" />
<input type ="image" src="forms/cancel.gif" name="cocoon-action-CANCEL"
value="CANCEL it!" />
</xsp:logic>
> REQUEST PARAMETERS:
that's the only part I actually wanted...
> METHOD: GET
but with method = POST! :(
Geez, you better clean up your code if you want this baby to grow ;)
Anyway this should have solved your problem
Regards
--
Torsten
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>