Re: Two forms on the same page

2007-11-02 Thread Cristi Manole
( Http11Protocol.java:584) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run( JIoEndpoint.java :447) at java.lang.Thread.run(Unknown Source) On 11/1/07, Dipu Seminlal [EMAIL PROTECTED] wrote: yes its possible to have two forms in the same page. if you could

Re: Two forms on the same page

2007-11-01 Thread Martijn Dashorst
Yes it is possible so the error is somewhere in your code. Do you add the components for form2 to the form1? Martijn On 11/1/07, Cristi Manole [EMAIL PROTECTED] wrote: Hello, Simple question :) : Is it possible to have two forms on the same page, without having them imbricated? form

Re: Two forms on the same page

2007-11-01 Thread Dipu Seminlal
yes its possible to have two forms in the same page. if you could provide some more details, you are likely to get more helpful response :) Cheers Dipu On 11/1/07, Cristi Manole [EMAIL PROTECTED] wrote: Hello, Simple question :) : Is it possible to have two forms on the same page

Re: Two forms on the same page

2007-11-01 Thread Cristi Manole
[EMAIL PROTECTED] wrote: yes its possible to have two forms in the same page. if you could provide some more details, you are likely to get more helpful response :) Cheers Dipu On 11/1/07, Cristi Manole [EMAIL PROTECTED] wrote: Hello, Simple question :) : Is it possible

Re: Two forms on the same page

2007-11-01 Thread Cristi Manole
$Worker.run( JIoEndpoint.java :447) at java.lang.Thread.run(Unknown Source) On 11/1/07, Dipu Seminlal [EMAIL PROTECTED] wrote: yes its possible to have two forms in the same page. if you could provide some more details, you are likely to get more helpful response

Re: Two forms on the same page

2007-11-01 Thread Martijn Dashorst
[EMAIL PROTECTED] wrote: yes its possible to have two forms in the same page. if you could provide some more details, you are likely to get more helpful response :) Cheers Dipu On 11/1/07, Cristi Manole [EMAIL PROTECTED] wrote: Hello, Simple question

Re: Two forms on the same page

2007-11-01 Thread Igor Vaynberg
) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run( JIoEndpoint.java :447) at java.lang.Thread.run(Unknown Source) On 11/1/07, Dipu Seminlal [EMAIL PROTECTED] wrote: yes its possible to have two forms in the same page. if you could provide some more details

Removed Validator? (was Re: Two forms on the same page)

2007-11-01 Thread Gwyn Evans
Thursday, November 1, 2007, 4:26:24 PM, you wrote: IV wait until you discover we support embedded forms, that will really IV screw with your mind... Talking of which, are there any Best Practices for dynamic instances of that? The specific issue I've just run across is where I have a outer form

Re: Removed Validator? (was Re: Two forms on the same page)

2007-11-01 Thread Igor Vaynberg
looks like we need to update form processing code to skip inner disabled forms, mind making a jira issue? the whole concept is somewhat radical and we havent been able to think through it completely just because its new. so there are still a few caveats here and there for embedded forms. -igor