Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 2120 invoked from network); 1 Mar 2006 20:40:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Mar 2006 20:40:07 -0000 Received: (qmail 22393 invoked by uid 500); 1 Mar 2006 20:40:53 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 22044 invoked by uid 500); 1 Mar 2006 20:40:52 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 22033 invoked by uid 99); 1 Mar 2006 20:40:52 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2006 12:40:49 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id A5A90DE for ; Wed, 1 Mar 2006 21:40:24 +0100 (CET) Message-ID: <840676775.1141245624668.JavaMail.jira@ajax.apache.org> Date: Wed, 1 Mar 2006 21:40:24 +0100 (CET) From: "Bernd Bohmann (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Commented: (TOBAGO-2) REST Support In-Reply-To: <616112168.1134140648348.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/TOBAGO-2?page=comments#action_12368353 ] Bernd Bohmann commented on TOBAGO-2: ------------------------------------ Thanks for your description. Do you need the rest style navigation for store this page as a bookmark? > REST Support > ------------ > > Key: TOBAGO-2 > URL: http://issues.apache.org/jira/browse/TOBAGO-2 > Project: MyFaces Tobago > Type: Bug > Reporter: Olexandr Zakordonskyy > Attachments: RESTWrapper functionality description.pdf > > On the action controls we need submitURL attriute. > This url means the URL where the request should be send. > You may add new function: > function submitActionWithURL(formId, actionId, actionURL) { > setAction(formId, actionId); > var form = document.getElementById(formId); > if (form) { > form.action = actionURL; > form.submit(); > } > } > First 2 parameters will be as in submitAction functions. > actionURL - the url where to send request to execute action. > This function may be rendered if actionURL is not null instead of submitAction. > We need this functionality to support REST-style navigation. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira