Hi,

I'm currently writing a SLING application with a feedback component, which 
allows a user to send a mail-message to a destination configured in the 
component content. The component can be placed in multiple webpages.

The component renders a HTML-Form in a popup and POSTs it back to do the 
post-processing (e.g. validation, sending email, display 'sent'-confirmation).

I want to use a HTTP POST to send back the feedback-form because the HTTP GET 
is restricted in terms of length and displays the content in the browser URL.

The problem I'm facing is that SLING-script-selectors don't work for 
POST-actions, i.e. I only have the option to put POST.jsp in the script-folder 
of the component, but I don't have the option to put a feedback.POST.jsp in the 
script-folder to handle the POST related to the feedback-form-POST. 

When I put the POST.jsp in the component-script-folder, it's no longer possible 
to update the content of the feedback component with the default 
SLING-POST-handler.

What's the recommended way to implement the feedback form? 

Regards,
-- 
Ralph Bänziger
Quatico Solutions AG

Reply via email to