Re: action not being called inside conditional/repetition
Re: action not being called inside conditional/repetition
- Subject: Re: action not being called inside conditional/repetition
- From: "Jerry W. Walker" <email@hidden>
- Date: Fri, 11 May 2007 06:10:51 -0400
Hi Guilherme,
The HTML for the form isn't sufficient to diagnose this problem.
The .wod file would be helpful, but I think your problem probably
lies in your Java code.
There are a few possibilities:
* nested forms (I see no forms at all in the exposed HTML, so I
presume that it's a nested component or some such)
* multiple submit for the form set to false (though you seem to
have checked this)
* structure of the component's template changing between the
appendToResponse that creates the page and the invokeAction.
I think the third of these is the most likely from what you've
described.
See the explanation for this at:
http://lists.apple.com/archives/Webobjects-dev/2005/Jul/
msg00509.html
Regards,
Jerry
On May 10, 2007, at 6:03 PM, Guilherme melo wrote:
hello all ,
i have a WOActiveImage that has an action binding , but when i
click on it there is no response , it is inside several
conditionals and repetitions , when i take it out of them it works
fine, but when it is inside nothing happens , anyone had treble
with anything like this before ?
the ActiveImage4 action is not being called , this is just a part
of the html code . i have a form and it has the binding multiple
submit set to true.ยด
any help is greatly appreciated.
thx
Guilherme Melo
<webobject name="Conditional3">
<table class=resultado_busca border=0>
<tr>
<th>Candidatos com problemas para agendamento</th>
</tr>
<webobject name=Repetition1>
<tr>
<td colspan="2">
<span class=erro><webobject
name="String2"></webobject></span>
</td>
</tr>
<tr>
<td colspan="2"><webobject name=String1></
webobject></td>
</tr>
<webobject name="Repetition2">
<tr>
<td colspan="3"><webobject
name="String3"></webobject>
</td>
</tr>
<webobject name="Repetition3">
<tr>
<td>Prova marcada para
<webobject name="String4"></
webobject>
<webobject name="String5"></
webobject>
<br>
na sede
<webobject name="String6"></
webobject>
</td>
</tr>
<webobject name="Conditional2">
<tr>
<td>
<webobject
name="ActiveImage4"></webobject>
</td>
</tr>
</webobject>
</webobject> </webobject>
</webobject>
</table>
</webobject>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40gmail.com
This email sent to email@hidden
--
__ Jerry W. Walker,
WebObjects Developer/Instructor for High Performance Industrial
Strength Internet Enabled Systems
email@hidden
203 278-4085 office
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden