if you are opening everything via ajax why do you need to submit the
entire form? the values are all still there in the browser window...
so dont use ajaxformsubmitbehavor but a regular ajax behavior

-igor


On Thu, Feb 21, 2008 at 3:57 AM, Juha Alatalo
<[EMAIL PROTECTED]> wrote:
> Hi,
>
>  I have created a dropDownChoice component where the last option is
>  "browse"  == opens new page where user can make queries. (Similar to
>  "look in" field in search panel of Windows XP, where user can select
>  some default folders or can choose browse to give an exact folder)
>
>  Because there is also other fields, form hast to be posted when opening
>  new page from browse ==> AjaxFromSubmitBehavior("onchange"). Only
>  problem is that I can't call setDefaultFormProcessing(false) in
>  ajaxFormSubmitBehavior like I can do with Buttons. I would like to do
>  validation only when user presses save button, not when he chooses to
>  browse information for one field.
>
>  Is there some way to solve this problem?
>
>  - Juha
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to