Re: call javascript method on button click

2006-08-08 Thread zqzuk
thanks. -- View this message in context: http://www.nabble.com/call-javascript-method-on-button-click-tf2073678.html#a5717389 Sent from the Tapestry - User forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: call javascript method on button click

2006-08-08 Thread robertz
1)Tapestry will normally render whatever you put, so there's no issue with having the button w/out a jwcid attribute. That's barking up the wrong tree. 2)The error that you're getting when you put jwcid says that the component is in an ignored block of text. Here are some examples of ignored blocks

Re: call javascript method on button click

2006-08-08 Thread zqzuk
hi, after done some search, it seems that $remove$ is not what i should use, cuz it removes the contents within. i want tapestry to render a component exactly as it is defined in the template, ie in template, i have and i want tapestry to render this line exactly in the result page. apparently

Re: call javascript method on button click

2006-08-08 Thread zqzuk
hi thanks. no i dont have that sorry im a newbie, er... how exactly do i use that please? where should i put jwcid=$remove$? any hints please, thank you. -- View this message in context: http://www.nabble.com/call-javascript-method-on-button-click-tf2073678.html#a5716078 Sent from the Tape

Re: call javascript method on button click

2006-08-08 Thread Jason Dyer
You don't have a jwcid="$remove$" somewhere on that page, do you? That's the only way I've gotten that message and it would explain why your simple input button wasn't being rendered, as well. On Tuesday 08 August 2006 12:15, zqzuk wrote: > Hi, i wonder how can i do this. in my html template, i