Re: PageRenderSupport problem (Body component is in template)

2006-11-14 Thread Roberto Ramírez Vique
r than that, I have no ideas. Good luck! >> >> >>-- >>Peter Beshai - Using Tapestry 4.1.1 >> >>Pure Mathematics Student >>University of Waterloo >> >> >> >> >> >> >From: "Roberto Ramírez Vique" <[EMAI

Re: PageRenderSupport problem (Body component is in template)

2006-11-09 Thread Peter Beshai
's as much as I can say! -- Peter Beshai - Using Tapestry 4.1.1 Pure Mathematics Student University of Waterloo From: "Roberto Ramírez Vique" <[EMAIL PROTECTED]> Reply-To: "Tapestry users" To: "Tapestry users" Subject: Re: PageRenderSupport problem

Re: PageRenderSupport problem (Body component is in template)

2006-11-09 Thread Roberto Ramírez Vique
>> >><input-symbol key="id" required="yes" /> >><input-symbol key="props" required="yes" /> >><input-symbol key="closer" required="yes" /> >><input-symbol key="shower" required="yes&q

Re: PageRenderSupport problem (Body component is in template)

2006-11-09 Thread Peter Beshai
ED]> Reply-To: "Tapestry users" To: "Tapestry users" Subject: Re: PageRenderSupport problem (Body component is in template) Date: Thu, 9 Nov 2006 12:03:57 +0100 Hello Peter and everybody ! I'm using tapestry 4.0, jdk 1.5 and tomcat 5.5. I'm doing more or less

Re: PageRenderSupport problem (Body component is in template)

2006-11-09 Thread Roberto Ramírez Vique
; tapestry.widget.synchronizeWidgetState("${id}", "dialog", ${props}); dojo.widget.byId("${id}").setCloseControl(dojo.byId("${closer}")); dojo.widget.byId("${id}").setShowControl(dojo.byId("${shower}")); </in

Re: PageRenderSupport problem (Body component is in template)

2006-11-02 Thread Josh Long
No kidding? Huh! I was just wondering about that.. How convenient! You need a red cape, Jesse.. Something to better iconify your contributions :-) Thanks in advance, Josh On 10/17/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: So what does it do after loading up? I'm assuming it's not just a sim

Re: PageRenderSupport problem (Body component is in template)

2006-10-18 Thread Peter Beshai
).setCloseControl(dojo.byId("${closer}")); </tt><pre style="margin: 0em;"> dojo.widget.byId("${id}").setShowControl(dojo.byId("${shower}")); </initialization> So when I click on my shower (my form submit button) it pops up the dialog

Re: PageRenderSupport problem (Body component is in template)

2006-10-18 Thread Jesse Kuhnert
source and tried putting things together. When you say "I'm assuming it's not just a simple dojo.widget.byId("yourDlgId").show()" are you implying that if it is just doing that, I ought to just use dojo directly in my template? Thanks, Peter Beshai >From: "Jess

Re: PageRenderSupport problem (Body component is in template)

2006-10-18 Thread Peter Beshai
;I'm assuming it's not just a simple dojo.widget.byId("yourDlgId").show()" are you implying that if it is just doing that, I ought to just use dojo directly in my template? Thanks, Peter Beshai From: "Jesse Kuhnert" <[EMAIL PROTECTED]> Reply-To: "Tape

Re: PageRenderSupport problem (Body component is in template)

2006-10-17 Thread Jesse Kuhnert
So what does it do after loading up? I'm assuming it's not just a simple dojo.widget.byId("yourDlgId").show() ? I created the same component in 4.1.1 yesterday btw. (Took me all of ten minutes!, of course that is expected..) On 10/17/06, Peter Beshai <[EMAIL PROTECTED]> wrote: Hi, I have crea