sorry!!!
here is the link:
http://groups.google.com/group/tapestry5chinaforum
welcome to join!
--
View this message in context:
http://www.nabble.com/Tapestry5Chinaforum%EF%BC%88%E4%B8%AD%E6%96%87%E8%AE%BA%E5%9D%9B%E6%AC%A2%E8%BF%8E%E5%A4%A7%E5%AE%B6%E5%8A%A0%E5%85%A5%EF%BC%89and-some-words-to-H
thank u for replying.
--
View this message in context:
http://www.nabble.com/Tapestry5Chinaforum%EF%BC%88%E4%B8%AD%E6%96%87%E8%AE%BA%E5%9D%9B%E6%AC%A2%E8%BF%8E%E5%A4%A7%E5%AE%B6%E5%8A%A0%E5%85%A5%EF%BC%89and-some-words-to-Howard-Lewis-Ship-tp19042909p19061521.html
Sent from the Tapestry - User m
我已经感谢了给我意见的前辈,对你我不知道以哪一种心情回复你!
因为中国人太多了,随之而来的是各式各样的心态,比如持观望态度的,肆意挖苦别人的,爱看热闹的,跟大流的,爱愤世嫉俗的so many!!
从你的“same suggestion ”我不能看出什么,所以也不知道您持那种心态。
呵呵,还是谢谢您的回复!
--
View this message in context:
http://www.nabble.com/Tapestry5Chinaforum%EF%BC%88%E4%B8%AD%E6%96%87%E8%AE%BA%E5%9D%9B%E6%AC%A2%E8%BF%
Firstly,thank u for your suggestion!!
学习是一个过程,不管你现在多牛x,你也是从中国式的英语过度过来的吧,呵呵。况且,俺还不知道您的英语如何。
我只是一个刚毕业的学生,有了想法,所以提出来,没有掺杂任何社会上的肮脏的思想。
也许你是前辈,经历的事情比较多,没有高调成功,所以说要低调。呵呵
我是年轻人,当然,做事冲动是缺点,但是年轻人敢于创新,敢于说出来。
年轻人没有什么不可以!!呵呵
最后,还是感谢你给的宝贵意见!!我会吸取可取之处,加以人格完善。
--
View this message in context:
http://www.nabb
Hi all,
I encounter a problem , in my index page a lots of query happens
each time when i reload the it.
so my question here is that is there some cache strategy to cache my index
page?
thanks in advance!!
Thank u for ur warm answer,your suggestion give me some idea indeed.
but I want to code something special.
first, a select(A) is rendered for ready,when a onchange event is
activated,there will be another select(B) which is a children set of some
value in select(A) is rendered...and it is in t
in my component a html tag is rendered,and I want to add a onchange
envent to it.
below is some code ...
select.attribute("onchange","alert(this.options[this.selectedIndex].value);"
);
select is a element created by /*writer.element("select")*/
trigering a javascript event is ok here ..
but
I am using t5 plus extjs(a javascript framwork)
some code fragment in *.tml
..
items: [{
fieldLabel: 'name',
name:'formValue',
value:'${formValue}'
}],
.
and some in page class
...
private String _formVa
I am using typestry5 with extjs..
in extjs I can call tayesry method with a tag in *.tml and a
OnEvent describing the methon in page class..
Now, for some reason ,I must remove the in *.tml,but method
still can be called in extjs.
would some warmheart people can give me a answer..
in my