Re: Q: Tapestry 5.2.4 + Hibernate 3.6 ?

2011-02-26 Thread dwi ardi irawan
org.hibernate.annotations.common.reflection.java.JavaReflectionManager It looks like you need to add a dependency to hibernate annotations. Josh On Fri, Feb 25, 2011 at 10:26 AM, dwi ardi irawan penyihirke...@gmail.com wrote: I'm using Tapestry 5.2.4 and Hibernate 3.6 These are the steps in my

Re: Q: Tapestry 5.2.4 + Hibernate 3.6 ?

2011-02-26 Thread dwi ardi irawan
, 2011 at 10:07 PM, Thiago H. de Paula Figueiredo thiag...@gmail.com wrote: On Sat, 26 Feb 2011 09:52:40 -0300, dwi ardi irawan penyihirke...@gmail.com wrote: As of Hibernate 3.6, JDK 1.4 support has been dropped and the Hibernate Annotations have been merged back into Core. Then why should I

Re: Q: Tapestry 5.2.4 + Hibernate 3.6 ?

2011-02-26 Thread dwi ardi irawan
=hibernate.show_sqltrue/property property name=hibernate.format_sqltrue/property mapping class=org.makeasoup.hibernateboard.beans.Address/ /session-factory /hibernate-configuration Thnx guys ^^, On Sat, Feb 26, 2011 at 11:29 PM, dwi ardi irawan penyihirke...@gmail.comwrote

Re: Q: Tapestry 5.2.4 + Hibernate 3.6 ?

2011-02-26 Thread dwi ardi irawan
class org.hibernate.annotations.common.reflection.java.JavaReflectionManager* On Sun, Feb 27, 2011 at 2:32 AM, dwi ardi irawan penyihirke...@gmail.comwrote: Yay. I got it works ! I forgot to mapped the beans entity on my hibernate configuration hibernate-configuration session-factory

Q: Tapestry 5.2.4 + Hibernate 3.6 ?

2011-02-25 Thread dwi ardi irawan
I'm using Tapestry 5.2.4 and Hibernate 3.6 These are the steps in my Tapestry-Hibernate I just want to display an address table. But I got an error: Exception constructing service 'ValueEncoderSource': Error invoking service builder method

Q: Palette using List of Bean ?

2011-02-18 Thread dwi ardi irawan
ListStudent getStudentList() { if(studentList==null){ studentList = new ArrayListStudent(); studentList.add(new Student(Dwi Ardi Irawan, (new GregorianCalendar(8, Calendar.APRIL, 1984)).getTime(), 5106100506)); studentList.add(new Student(Tri Aditya

Q: Java Script Check All The CheckBox?

2011-01-18 Thread dwi ardi irawan
anyone help me? thnx you dwi ardi irawan

Re: Q: Java Script Check All The CheckBox?

2011-01-18 Thread dwi ardi irawan
t:value=subscribeGoogle/Google input type=checkbox id=checkAllRemove onClick=selectAllCheckboxes();/Check All input type=submit value=Submit/br/ Result : b${value}/b /form I am sorry, I am not very fluently in english. ^^, regards, dwi ardi irawan On Wed, Jan 19, 2011 at 12:16 PM

Re: SUCCESSFULL deploy Tapestry5 on google appengine

2009-04-13 Thread dwi ardi irawan
wow, coolhow bout tapestry 5.1 ? any progress so far ? just curious... -- http://dwiardiirawan.blogspot.com cos everyone could be extraordinary...lighten up !

Re: Tapestry4e - New free eclipse plugin for Tapestry 5

2009-03-25 Thread dwi ardi irawan
yes me too, how to use this thing ??

Re: Q : IF component in tapestry 5 ?

2009-03-15 Thread dwi ardi irawan
thnx u. it works now -- http://www.dwiardiirawan.com cos everyone could be extraordinary...lighten up !

Re: IF component in tapestry 5 ?

2009-03-15 Thread dwi ardi irawan
thnx u for the information^_^v

Q : IF component in tapestry 5 ?

2009-03-14 Thread dwi ardi irawan
will become D and it should render this block and output AAA t:if test=dailyChart AAA /t:if is there something wrong wih my code or my perception of if component in tapestry 5 thnx u dwi ardi irawan - 'penyihirkecil' http://www.dwiardiirawan.com http://dwiardiirawan.blogspot.com/

Re: IF component in tapestry 5 ?

2009-03-14 Thread dwi ardi irawan
It Works.Thnx you -- http://www.dwiardiirawan.com cos everyone could be extraordinary...lighten up !

Re: IF component in tapestry 5 ?

2009-03-14 Thread dwi ardi irawan
@Persist(flash) what does flash mean ??

Re: Q: deprecated for createActionLink method in ComponentResources ?

2009-03-04 Thread dwi ardi irawan
Thnx U On Wed, Mar 4, 2009 at 3:26 PM, Kristian Marinkovic kristian.marinko...@porsche.co.at wrote: hi, _resource.createEventLink() is the replacement g, kris dwi ardi irawan penyihirke...@gmail.com 04.03.2009 08:43 Bitte antworten an Tapestry users users@tapestry.apache.org

Q: deprecated for createActionLink method in ComponentResources ?

2009-03-03 Thread dwi ardi irawan
Hi... could anyone help me bout this deprecated method is there any replacement for this method ?? I tried it for my JFreeChart on TapestryIt Works but i feel so uncomfortable using this deprecated method thnx u -- http://dwiardiirawan.com cos everyone could be extraordinary...lighten up !

Q: deprecated for createActionLink method in ComponentResources ?

2009-03-03 Thread dwi ardi irawan
Hi... could anyone help me bout this deprecated method is there any replacement for this method ?? I tried it for my JFreeChart on TapestryIt Works but i feel so uncomfortable using this deprecated method. please help me . @Inject private ComponentResources _resources;

Re: Re: q: passwordField ?

2009-02-28 Thread dwi ardi irawan
wowthnx you very much for the explanation...thnx u On Sat, Feb 28, 2009 at 12:04 AM, nille hammer tapestry.nilleham...@winfonet.eu wrote: Hi dwi, you do not need the password to be output to implement that feature. In fact it is very insecure and uncommon to implement something like Your

q: passwordField ?

2009-02-27 Thread dwi ardi irawan
i need a little help here... i have a passwordField here but it can't showed the value of my database. it showed empty but when i changed it into TextField, it showed the database value... tr valign=top tdt:label for=passwordField//td tdnbsp; :/td

Re: q: passwordField ?

2009-02-27 Thread dwi ardi irawan
sorry i just learn how to use it then how i can make a feature change passsword when PasswordField does not outputs its value ??? -- http://dwiardiirawan.blogspot.com cos everyone could be extraordinary...lighten up !

Re: Q : Select using value encoder ?

2008-12-21 Thread dwi ardi irawan
i just want to try this...but it doesn't wor for me. could anybody help me On Sun, Dec 21, 2008 at 4:07 AM, Olle Hallin olle.hal...@gmail.com wrote: Why not use an enum and BeanEditForm? Olle

Q : Select using value encoder ?

2008-12-20 Thread dwi ardi irawan
hi alli got a little problem here i want to make this into a select component : if the label is user then the value would be : 0(Integer) if the label is administrator then the value would be : 1(Integer) i did that in this way : *User.java* private String username; private String password

EmittingRSSFeeds Using Tapestry 5.0.16

2008-11-23 Thread dwi ardi irawan
have somebody tried integrating rome using tapestry 5? i read on wiki : http://wiki.apache.org/tapestry/EmittingRSSFeeds but when i tried it. it broken cos lot's of deprecated method and annotation like : @InjectObject( infrastructure:markupWriterSource ) @Parameter( defaultValue =

Re: EmittingRSSFeeds Using Tapestry 5.0.16

2008-11-23 Thread dwi ardi irawan
could you give a simple example how to use StreamResponse or any lint that provide that information... thnx u very much On 11/24/08, Thiago H. de Paula Figueiredo [EMAIL PROTECTED] wrote: Em Sun, 23 Nov 2008 16:30:45 -0300, dwi ardi irawan [EMAIL PROTECTED] escreveu: have somebody tried

Q : paging using loop component ?

2008-11-22 Thread dwi ardi irawan
does anybody could give me information how to do paging using loop component in tapestry 5 thnx u very much ^_^v -- http://dwiardiirawan.blogspot.com cos everyone could be extraordinary...lighten up !

Q : Where is 'model' property form Grid Component ?

2008-11-20 Thread dwi ardi irawan
hi guys..it's been so long i didn't work using tapestry 5 but i have difficulty to update my application using new tapestry 5.0.16 when i used the old tapestry version (i forgot the version) it supported something like this : *.tml* table t:type=grid rowsPerPage=20 pagerPosition=top

Re: Q : Where is 'model' property form Grid Component ?

2008-11-20 Thread dwi ardi irawan
easily figure out which one applies to your use case. You'll need to pass an additional Messages parameter that you can (if that's the case) for example get from ComponentResources.getMessages() On Thu, Nov 20, 2008 at 2:39 PM, dwi ardi irawan [EMAIL PROTECTED] wrote: -- http

Re: Design Templete Changed When Transfor Into Tapestry WebApp

2008-11-16 Thread dwi ardi irawan
here's what tapestry did to my templete... On Sun, Nov 16, 2008 at 11:07 PM, Andy Pahne [EMAIL PROTECTED]wrote: please send the contents of one of your templates and how it renders in the browser as plain text message. dwi ardi irawan wrote: Hi guys, i really need your help why my

Re: Design Templete Changed When Transfor Into Tapestry WebApp

2008-11-16 Thread dwi ardi irawan
i use tapestry 5.0.16 On Sun, Nov 16, 2008 at 11:34 PM, dwi ardi irawan [EMAIL PROTECTED]wrote: here's what tapestry did to my templete... On Sun, Nov 16, 2008 at 11:07 PM, Andy Pahne [EMAIL PROTECTED]wrote: please send the contents of one of your templates and how it renders

Re: Design Templete Changed When Transfor Into Tapestry WebApp

2008-11-16 Thread dwi ardi irawan
here is the screenshot : http://mobbuzzworld.blogspot.com/2008/11/ie-vs-firefox.html i don't understand i always found difficulty to make my templete looks fine using tapestry 5 in firefox ? does anybody has the same problem with me??

My First Tapestry 5 Project (DreamteamTM)

2008-01-23 Thread dwi ardi irawan
actually this is my lecture final project, but i would like to share with you guys, i knowit's far away from stable. but it might help for newbie i use : tapestry 5.0.8-SNAPSHOT (01/19/2008) iBatis 2.3.0 Dojo 1.0.2 Spring 2.5 here's the blog : http://tapestryboard.blogspot.com/ --

could Grid component receive parameter ?

2008-01-15 Thread dwi ardi irawan
hi i have a loop and each loop makes different output what i want to do is to create a table depend on the loop output so if there is 3 iterate from the loop it will be 3 grid table which is different each other could anyone help me ?? i could do that on jsp by passing parameter. how bout

T5 : pop up windows and refesh parent

2008-01-03 Thread dwi ardi irawan
hi..i've got another problem here i try shing man component : PageLinkPopup (from tassel) and tried this : [PlayerGrid.tml] a href=# t:type=man/pagelinkPopup t:page=admin/PlayerSearch windowName=literal:Sum

Re: [T5] - using textfield compoents without validate attribute cause exception.

2008-01-02 Thread dwi ardi irawan
to Java Script and Client Browser ? On Jan 2, 2008 6:49 AM, dwi ardi irawan [EMAIL PROTECTED] wrote: i got this err too when i changed to tapestry 5.0.7 but as howard said : Try clearing your browser cache, you may have the old tapestry.js stuck in there. it works... it fixed

Re: [T5] - is there any example for Grid usage ?

2008-01-01 Thread dwi ardi irawan
try : http://wiki.apache.org/tapestry/Tapestry5CheckOutTheSourceCode it was really help me On Jan 1, 2008 3:01 PM, Mohammad Shamsi [EMAIL PROTECTED] wrote: Hi all, i want to use gird and paging components in my app. but i can't find any useful sample. any resource or sample ? --

Re: [T5] - using textfield compoents without validate attribute cause exception.

2008-01-01 Thread dwi ardi irawan
i got this err too when i changed to tapestry 5.0.7 but as howard said : Try clearing your browser cache, you may have the old tapestry.js stuck in there. it works... it fixed everything... On Jan 1, 2008 3:14 PM, Mohammad Shamsi [EMAIL PROTECTED] wrote: Hi All, i have a simple text field in

Re: T5: event onChange for select component

2007-12-31 Thread dwi ardi irawan
it works but in the Object onSuccessFromPlayerForm() method. so it will mess the delete process from checkbox any idea ? i'm stuck with it ^_^ -- PlayerGrid.tml form

T5 : pop up windows and refesh parent

2007-12-31 Thread dwi ardi irawan
hi..i've got another problem here i try shing man component : PageLinkPopup (from tassel) and tried this : [PlayerGrid.tml] a href=# t:type=man/pagelinkPopup t:page=admin/PlayerSearch windowName=literal:Sum

Re: T5.0.7 Validation error

2007-12-28 Thread dwi ardi irawan
I got this error when i updated my app into t5.0.7 java.lang.NoClassDefFoundError org/apache/tapestry/beaneditor/Validate doesy anybody know how to fix it ? On Dec 29, 2007 5:23 AM, Howard Lewis Ship [EMAIL PROTECTED] wrote: On Dec 28, 2007 1:44 PM, Joel Wiegman [EMAIL PROTECTED] wrote:

Re: T5.0.7 Validation error

2007-12-28 Thread dwi ardi irawan
oops...already fixed. delete the cookies like howard said. On Dec 29, 2007 1:30 PM, dwi ardi irawan [EMAIL PROTECTED] wrote: I got this error when i updated my app into t5.0.7 java.lang.NoClassDefFoundError org/apache/tapestry/beaneditor/Validate doesy anybody know how to fix it ? On Dec

Re: T5 : select component in a form didn't show the selected value [EDIT MODE]

2007-12-21 Thread dwi ardi irawan
for ORM) so what i should do it's to call Player.club not Player.idClub or Player.clubName(Club Properties). Thnx guys On Dec 21, 2007 9:52 PM, dwi ardi irawan [EMAIL PROTECTED] wrote: ir works with the that one, but i'm still curious bout how implemented it inside aq form... Hmmm I already

Re: T5 : select component in a form didn't show the selected value [EDIT MODE]

2007-12-21 Thread dwi ardi irawan
ir works with the that one, but i'm still curious bout how implemented it inside aq form... Hmmm I already override the equals method but still didn't work On Dec 21, 2007 4:30 AM, Sylwek [EMAIL PROTECTED] wrote: Hi, will it be possible to use in this case BeanEditForm with component

Re: T5 : select component in a form didn't show the selected value [EDIT MODE]

2007-12-21 Thread dwi ardi irawan
().equals(value)){ return club; } } return null; } } On Dec 21, 2007 10:04 PM, dwi ardi irawan [EMAIL PROTECTED] wrote: hi it works i just changed like this : tr tdt:label for=clubSelect//td tdnbsp;/td tdt:select t:id

Re: A experimental JPA Module/Service

2007-09-04 Thread Dwi Ardi Irawan
could you give a little bit explanation bout how to use it...? thnx u... dwi ardi irawan ~ http://dwiardiirawan.blogspot.com ~ Carlos Delfino Carvalho Pinheiro wrote: Hi all! I create one new Service for Tapestry, for use with JPA. The Service is like Tapestry-Hibernate, and I call Tapestry

Integarting EJB 3 to Tapestry 4

2007-07-18 Thread Dwi Ardi Irawan
(); MessageLocal address = (MessageLocal)ic.lookup(AddressBean); address.writeMessageHello(); }catch(NamingException e){ } thnx dwi ardi irawan

Q : Tapestry 5 and EJB 3

2007-07-03 Thread Dwi Ardi Irawan
does anyone can give me a little example of using tapestry 5 and EJB 3 ? thnx u dwi ardi irawan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Q : Tapestry 5 and EJB 3

2007-07-03 Thread Dwi Ardi Irawan
does anyone can give me a little example of using tapestry 5 and EJB 3 ? thnx u dwi ardi irawan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tapestry 5 and EJB 3 : sample code or tutorial

2007-06-24 Thread Dwi Ardi Irawan
Hi all, does anyone have a sample tutorial or code (just simply code to introduce me to use EJB 3 in Tapestry) please PM me... thnx u dwi ardi irawan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

About Tapestry 5 ?

2007-02-13 Thread Dwi Ardi Irawan
i've heard about tapestry 5 preview release, what i want to ask : is tapestry 5 ready to be used in production ? thnx. dwi ardi irawan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

playing movie (.mpeg) in tapestry app ?

2006-12-04 Thread Dwi Ardi Irawan
i have a campus project does anybody knows how to play mpeg file in tapestry app? thnx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: playing movie (.mpeg) in tapestry app ?

2006-12-04 Thread Dwi Ardi Irawan
Ardi Irawan [EMAIL PROTECTED] wrote: i have a campus project does anybody knows how to play mpeg file in tapestry app? thnx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: playing movie (.mpeg) in tapestry app ?

2006-12-04 Thread Dwi Ardi Irawan
and some more parameters. Google is your friend! On 12/4/06, Jesse Kuhnert [EMAIL PROTECTED] wrote: Isn't that partially the point of the class you are taking? ;) (I don't remember the specifics, I'd probably do a simple google search for an answer. ) On 12/4/06, Dwi Ardi Irawan [EMAIL PROTECTED

Re: Browse button problem

2006-10-08 Thread Dwi Ardi Irawan
please, don't send an e-mail with the same content more than one ! just wait until somebody response your emaildon't overdo it's very annoying Peter Dawn wrote: guys, if i implement the browse button within my web app using, input type=file it generates the textfield and the browse button

How To Set Selected Option For PropertySelection Component ?

2006-08-27 Thread Dwi Ardi Irawan
i got a form that contain PropertySelection i want when i change to edit Mode (DirectLink with parameter) the PropertySelection automatically to be set based on the parameter that i give in HTML Grid(send the parameter) - From (Edit Mode set the selected of propertySelction) example

Re: How To Set Selected Option For PropertySelection Component ?

2006-08-27 Thread Dwi Ardi Irawan
Thnx very much Shing dwi ardi irawan http://dwiardiirawan.blogs.or.id Shing Hing Man wrote: In order to have a particular element selected when the page is rendered, you need to set the value parameter of your PropertySelection model to the desired value. You can try the following

Re: OOT : how to use Tap IDEA

2006-06-11 Thread Dwi Ardi Irawan
structure with the tapidea.jar and all required dependencies. Let me know how it goes. Cheers Hugo On 6/9/06, Dwi Ardi Irawan [EMAIL PROTECTED] wrote: only tapidea.jar , but inside the tapidea-0.4.1.zip there are many .jar do i have copy them all into plugins folder ??? [EMAIL PROTECTED

OOT : how to use Tap IDEA

2006-06-08 Thread Dwi Ardi Irawan
i've already download the Tap IDEA and Demetra but how to install it (without via internet) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to specify a td width=?? inside the contrib:table

2006-06-05 Thread Dwi Ardi Irawan
for everyone. Also, many questions for Table can be answered by searching the archives for this list. Cheers, Nick. Dwi Ardi Irawan wrote: the problem is : i have to set the different width for each column how can i do this for example table tr td width=200 td width=100 tr /table could

Servlet Mapping ???

2006-05-29 Thread Dwi Ardi Irawan
I use in *web.xml*: servlet servlet-nameMyWeb/servlet-name servlet-classorg.apache.tapestry.ApplicationServlet/servlet-class load-on-startup1/load-on-startup /servlet servlet-mapping servlet-nameMyWeb/servlet-name url-pattern/app/url-pattern

Servlet Mapping ???

2006-05-29 Thread Dwi Ardi Irawan
I use in web.xml: servlet servlet-nameMyWeb/servlet-name servlet-classorg.apache.tapestry.ApplicationServlet/servlet-class load-on-startup1/load-on-startup /servlet servlet-mapping servlet-nameMyWeb/servlet-name url-pattern/app/url-pattern

Re: new logo for Tapestry (just my opinion and my idea pic, don't mad OK)

2006-05-17 Thread Dwi Ardi Irawan
it's just my opinion. i think tapestry logo competition just use for the best logo and represent the tapestry meaning cmiiw

Re: I do not like the new tapestry logo (constructive criticism)

2006-05-16 Thread Dwi Ardi Irawan
how about if we make a logo competition for tapestry ? and poll all developers Stephane Decleire wrote: For me Tapestry is the most advanced framework to build websites so why associate to it an oldish picture ? Moreover, i'm not so sure a logo should be so complex as a decorated letter or