Hi everyone,
I have some problem with t:if
It's my form in Start.tml
Hello
It's my Start.java
public class Start
{
@Property
private boolean check;
@Environmental
private ValidationTracker tracker;
void pageAttached()
{
check
Try these:
AJAX Filter CRUD:
http://jumpstart.doublenegative.com.au/jumpstart/examples/ajaxfiltercrud
AJAX Components CRUD:
http://jumpstart.doublenegative.com.au/jumpstart/examples/ajaxcomponentscrud
Cheers,
Geoff
On 14/05/2011, at 3:06 AM, Rich M wrote:
> Hi,
>
> I
Tapestry 5.1.0.5
Hi all,
I'm having a problem with the following code:
Say I end up with the following buttons:
Clicking on either button will only ever trigger the event
'onRemoveLocation' with the context '2504658'.
I'm guessing the second submit component is overriding the ev