hi,
i'm a newbie in tapestry. may i know is it possible to do like:
I have tried to put in as well, but after choose cancel. it will
still submit. May i know how to avoid the postback?
Thank you.
Tan
hi all,
i'm newbie on java and tapestry ,i have problem on my loop 's data example
${value}
my Datalist is an ArrayList , my colvalue is String.
my data inside the datalist example like bel
${value}
>
>
>
>
>
>
>
>
>
> In page java :
>
>
> public boolean isStartRow(){
>return (myIndex%4 ==0);
>}
>
> public boolean isEndRow(){
>
Andy Pahne wrote:
> > >> This is sad. We cannot even fill a JIRA, because "Confirm" is not part
> > >> of the framework.
> > >>
> > >> Andy
> > >>
> > >>
> > >>
> > >> zack1403 schrieb:
> &
hi all,
regarding the tutorial about the mixin to prompt a confirm box before press
the button.
I have try to use the tutorial in
http://wiki.apache.org/tapestry/Tapestry5AndJavaScriptExplained
but seems like even i press the "cancel". it also will post back.
here are the sample:
is any one ab
hi 滕训华 ,
do you might to share out your coding about
@Component(parameters = {"onClick=literal:return confirm(\"do you want to
delete this record?\");"}) ?
i have a problem on prompt a confirmation box before submit. but when i even
press cancel. it also do the submit post back.
Thank you.
Re
hi,
I have done that, but seems like useless. even i press cancel. it will still
post is it applicable for actionLink( i mean this tutorial) also?
if(! confirm(this.message))
e.stop();
THank you.
Tan
2008/12/23 ningdh
>
> I am afraid you must stop the event as
> http://wiki.apache.
hi,
thanks for reply. I have copy all the sample and deploy into my program
using t:mixins="confirm" as well.
if(! confirm(this.message)) e.stop(); is only i wanted to ask when the
script is reached that statement. :)
below are my statement in tml.
is it because it contained t:zone and cau
hi,
I can't remove it because it is also playing a very important role. because
it might affect all my operation.
any solution?
Thank you.
REgards,
Tan
2008/12/24 dhning
> Hi,
>
> Maybe because of the zone, why not have a try by removing it?
>
>
> DH
>
>
> > hi,
> > thanks for reply. I have
efer here to see what the author of Confirm said.
>
> http://markmail.org/message/um2pzavehm3ueoaw?q=link+confirm+zone+list:org%2Eapache%2Etapestry%2Eusers&page=2
>
> DH
>
>
> - Original Message -
> From: "Tan cyb...@n"
> To: "Tapestry users&q
hi all,
I'm new in tapestry.
After the page is loaded completed. I click on the "Add Button" it show me
the error:
client exception processing response: syntaxError: missing; before statement
I didn't insert any Javascript. but how am i going to debug or check which
line are having this error?
The error might come out from Window.java in T5Component. Because when i
remark the component. and stop using it.
the error didn't come out anymore. May I know how to solve? I need to use
this component.
On Tue, Feb 17, 2009 at 9:29 AM, Tan cyb...@n wrote:
> hi all,
>
> I
ell, what's your t5component version? I am using 0.5.18 Window, no issue
> on IE6&7, firefox2, but have issue on firefox 3.0 which is caused by
> stylesheet insertion in ajax response.
>
> Thanks!
>
> DH
>
>
> ----- Original Message -
> From: "Tan cyb
sing response: TypeError: existing
> is null'.
>
> But from what you described, it seems that you failed always in all
> browsers?
>
> DH
>
> - Original Message -
> From: "Tan cyb...@n"
> To: "Tapestry users"
> Sent: Tuesday, February 1
.js and I
> replace with 1.6.0.1 and everything is ok.
>
> In my ajax case, I don't involve Block but only Zone with , so I
> don't know whether it is caused by Block. Also you can drop Block first to
> have a test.
>
> Thanks!
>
> DH
>
>
> - Origina
hi,
I finally solved the problem. since the window.java. didn't show in the
Block area. so just remove out from
to
to solved the problem.
Thank you.
Regards,
tan
On Tue, Feb 17, 2009 at 4:07 PM, Tan cyb...@n wrote:
> hi DH,
>
> Thanks for your reply. I
hi,
May I know is there any way the tapestry able to detect the page is clicked
by "back" button. then it will refresh itself automatically?
I don wan to use javascript history.foward() to control.
Thank you.
Regards,
Tan
Hi,
I have a question about actionlink, is there any possible to make it to open
another new page instead of change in current page?
make it something like ?
Thank you.
Regards,
Tan
Yes Please.
On Sun, Mar 8, 2009 at 11:23 PM, Andy Pahne wrote:
>
> Yes please, would be nice to see...
>
> Andy
>
>
> Inge Solvoll schrieb:
>
>> I created a mixin, PopupPageLink, that opens a new window containing a the
>> link, with window.open() in javascript. It gives you more control over the
Hi all,
I have my a combo box. getCombovalue() always get null value when i clicked
on actionlink button.
( This is due to the form no post back that cause it retrieved a null
value.)
*remark this is using zone and block.
@injectpage
private SecondPage secondpage;
Object onActionFrombtnClick()
{
hi DH,
Do you have any example?
Thank you
Regards,
Tan
On Tue, Mar 10, 2009 at 7:50 PM, DH wrote:
> If you are not limited on actionlink, have a try with LinkSubmit component,
> it can post form.
>
> Or else you need js to help post the value back.
>
> Thanks
>
> DH
>
> Sent: Tuesday, March 10
http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/input/linksubmits1
On Tue, Mar 10, 2009 at 8:04 PM, Tan cyb...@n wrote:
> hi DH,
>
> Do you have any example?
> Thank you
>
> Regards,
> Tan
>
>
> On Tue, Mar 10, 2009 at 7:50 PM, DH wrote:
>
>&g
Hi all,
i can code in the tml page without any problem ( it render out as a
space). but, the value render out from my ${fieldvalue} ( example
fieldvalue=" ")
it ddin't render it become space, but it display out full word " " May
i know how to make it render as "space" instead of " " ?
Thank y
Hi,
I have a problem on my ActionLink button. it call twice onActionFrom
after i have clicked on it.
below are my coding. is anyone have any idea on it?
Thank you.
Regards,
tan
TML:
Convert
24 matches
Mail list logo