Re: Q: Tapestry 5.2.4 + Hibernate 3.6 ?

2011-02-26 Thread dwi ardi irawan
ssionSource'): Could not initialize class org.hibernate.annotations.common.reflection.java.JavaReflectionManager* On Sun, Feb 27, 2011 at 2:32 AM, dwi ardi irawan wrote: > Yay. I got it works ! > I forgot to mapped the beans entity on my hibernate configuration > > > &g

Re: Q: Tapestry 5.2.4 + Hibernate 3.6 ?

2011-02-26 Thread dwi ardi irawan
Thnx guys ^^, On Sat, Feb 26, 2011 at 11:29 PM, dwi ardi irawan wrote: > here is my source code > so it doesn't show an error like it did previously > but I have to you mvn jetty:run instead of using jetty launcher. > > but now, it show : "There is no data to displ

Re: Q: Tapestry 5.2.4 + Hibernate 3.6 ?

2011-02-26 Thread dwi ardi irawan
y 1 row. On Sat, Feb 26, 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 Hiberna

Re: Q: Tapestry 5.2.4 + Hibernate 3.6 ?

2011-02-26 Thread dwi ardi irawan
class > > 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 > wrote: > > I'm using Tapestry 5.2.4 and Hibernate 3.6 > > > >

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 org.apache.tapestry5.services.TapestryModule.buildValueEn

Q: Palette using List of Bean ?

2011-02-18 Thread dwi ardi irawan
nt student; @Property @Persist(PersistenceConstants.FLASH) private List selectedStudentList; private List studentList; public List getStudentList() { if(studentList==null){ studentList = new ArrayList(); studentList.add(new Student("Dwi Ard

Re: Q: Java Script Check All The CheckBox?

2011-01-18 Thread dwi ardi irawan
{ if (form.elements[i].type == "checkbox") { form.elements[i].checked = false; } } } // --> } Yahoo Google Check All Result : ${value} I am sorry, I

Q: Java Script Check All The CheckBox?

2011-01-18 Thread dwi ardi irawan
beGoogle) { value += "Google "; } } } can anyone help me? thnx you dwi ardi irawan

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 : Could not find a coercion from type java.lang.String to type java.util.Date

2009-03-15 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-15 Thread dwi ardi irawan
thnx u for the information^_^v

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 !"

Q : Could not find a coercion from type java.lang.String to type java.util.Date

2009-03-15 Thread dwi ardi irawan
hi, could anyone help me here's my code @Persist("flash") @Property private Date twawal, twakhir; . public Link getDailyChart(){ System.out.println(twawal); // OK System.out.println(twakhir); // OK return _resources.createEventLink("chart", new Object[]{"400"

Re: IF component in tapestry 5 ?

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

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 !"

Q : IF component in tapestry 5 ?

2009-03-14 Thread dwi ardi irawan
and output "AAA" AAA 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: 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 > 04.03.2009 08:43 > Bitte antworten an >

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; @Inje

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 !

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 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 > current passoword is: xxx"

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 !"

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...   : can someone help me ? -- http://dwiard

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 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 passwor

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:

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 = "

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 !"

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

2008-11-20 Thread dwi ardi irawan
ented so you should 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,

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* *.java [EMAIL PROTECTED] private BeanModel playerModel; @Injec

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??

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 sen

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 wrot

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/ -- htt

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 tapestry

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] Search code above is display the search page... in the seach page pop up, when i enter the keywords and submit it, i called onclick=" opener.location.reload(true);" in the

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

2008-01-02 Thread dwi ardi irawan
are you sure this is related 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 cac

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 fi

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 ? > > >

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] Search code above is display the search page... in the seach page pop up, when i enter the keywords and submit it, i called onclick=" opener.location.reload(true);" in the

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

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

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 : select component in a form didn't show the selected value [EDIT MODE]

2007-12-21 Thread dwi ardi irawan
)){ 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 : > > >  > > > > cos in the player ob

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

2007-12-21 Thread dwi ardi irawan
hi it works i just changed like this :   cos in the player object contains club object (i'm using iBatis+Spring 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

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 compon

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]

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: [

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

2006-12-04 Thread Dwi Ardi Irawan
tags 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. )

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

2006-12-04 Thread Dwi Ardi Irawan
could you give me a little example (code) ... if you don't mind thnx very much Jesse Kuhnert wrote: I think you want to use the html "embed" object don't you? Been a long time since I played with anything like that but I think that's how it's done. On 12

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 PRO

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: 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, it generates the textfield and the browse button together. now

Re: TapIDEA future, post "Time to move on"

2006-08-28 Thread Dwi Ardi Irawan
I think someone has started working on a module that integrates the Tapestry web framework in NetBeans http://www.netbeans.info/newsletter/story.php?id=719 D&J Gredler wrote: If I remember correctly, one of the benefits of the move to maven2 was supposed to be the creation of Tapestry sub-proje

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. In the

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 para

Re: AdobeLite for viewing reports

2006-06-25 Thread Dwi Ardi Irawan
HI, Peter... if don't mind, could you share what you've done to integrate jasperreports n tapestry thnx Peter Dawn wrote: hi all, i have integrated jasper reports within my tapestry web app. for viewing pdf docs i am using the adobe acrobat viewer. now the problem is that adobe is taking up

Re: does anyone try JFreeChart using Tapestry 4 ?

2006-06-15 Thread Dwi Ardi Irawan
i think i've found one http://www.javaeye.com/pages/viewpage.action?pageId=830 CMIIW http://dwiardiirawan.blogs.or.id Peter Dawn wrote: i have it working with 3.0.3. not sure if it would have any changes with 4 or not. - T

Re: OOT : how to use Tap IDEA

2006-06-11 Thread Dwi Ardi Irawan
ctory 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 ?

Re: OOT : how to use Tap IDEA

2006-06-08 Thread Dwi Ardi Irawan
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] wrote: Copy tapidea jar into the plugins folder of idea, and restart >From Dwi Ardi Irawan <[EMAIL PROTECTED]>: i've already do

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 inside the contrib:table

2006-06-05 Thread Dwi Ardi Irawan
rk fine, and will save time 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 could you help

Re: How to specify a inside the contrib:table

2006-06-05 Thread Dwi Ardi Irawan
the right path. On 6/6/06, Dwi Ardi Irawan <[EMAIL PROTECTED]> wrote: the problem is : i have to set the different width for each column how can i do this for example could you help me ? Rui Pacheco wrote: > Try using css to set the table's properties. > >

Re: How to specify a inside the contrib:table

2006-06-05 Thread Dwi Ardi Irawan
the problem is : i have to set the different width for each column how can i do this for example could you help me ? Rui Pacheco wrote: Try using css to set the table's properties. On 6/6/06, Dwi Ardi Irawan <[EMAIL PROTECTED]> wrote: does anyone have any idea

How to specify a inside the contrib:table

2006-06-05 Thread Dwi Ardi Irawan
does anyone have any idea about this : i'm trying to organize my table...(which is using contrib:table) but i couldn't figure out to specify the inside of the table any suggestion would be appreciated thnx http://dwiardiirawan.blogspot.com --

rendering one of Table column as a link ? (help me...)

2006-06-01 Thread Dwi Ardi Irawan
i want to make one of my columns (which is the value get from dtbase as primary key) as a link when i click it i get the value could anyone help me ? i have try TapestryTable.war but it didn't work

Servlet Mapping ??? Help Me

2006-05-29 Thread Dwi Ardi Irawan
I use in web.xml: MyWeb org.apache.tapestry.ApplicationServlet 1 MyWeb /app Tooth edu.its.imss.gateway.servlet.Toothervlet 2 Tooth / the problem is, in my .html i'm trying to put an image t

Servlet Mapping ???

2006-05-29 Thread Dwi Ardi Irawan
I use in web.xml: MyWeb org.apache.tapestry.ApplicationServlet 1 MyWeb /app Tooth edu.its.imss.gateway.servlet.Toothervlet 2 Tooth / the problem is, in my .html i'm trying to put an image t

Servlet Mapping ???

2006-05-29 Thread Dwi Ardi Irawan
I use in *web.xml*: MyWeb org.apache.tapestry.ApplicationServlet 1 MyWeb /app Tooth edu.its.imss.gateway.servlet.Toothervlet 2 Tooth / *the problem is, in my .html i'm trying to put an i

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

2006-05-17 Thread Dwi Ardi Irawan
hi...thnx for the comment here's my others design http://dwiardiirawan.multiply.com/photos/album/5 just an ideadon't mad... cheers http://dwiardiirawan.multiply.com Dwi Ardi Irawan wrote: it's just my opinion. i think tapestry logo competition just u

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

Hos to custom CSS in Contrib:Table for just one row

2006-05-17 Thread Dwi Ardi Irawan
.html == // css will make the whole // tag have "center" //align // but, how to not implemented it in //this tag and //

Hos to custom CSS in Contrib:Table for just one row

2006-05-16 Thread Dwi Ardi Irawan
.html == // css will make the whole tag have "center" align jwcid="[EMAIL PROTECTED]"> // but, how to not implemented it in this tag and // change it align to "left" (only this block statement) ?

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

Report in Tapestry using Jasperreport

2006-05-14 Thread Dwi Ardi Irawan
does anyone try jasperreports in tapestry ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

CRUD Example using tapestry ?

2006-05-07 Thread Dwi Ardi Irawan
is there anyone have the CRUD example using tapestry 4 (contrib table, with check box inside to delete row). please attach to my email. it's really hard to study tapestry i have been learning for 3 month but still get stuck.. thnx

CRUD Example using tapestry ?

2006-05-07 Thread Dwi Ardi Irawan
is there anyone have the CRUD example using tapestry 4 (contrib table, with check box inside to delete row). please attach to my email. it's really hard to study tapestry i have been learning for 3 month but still get stuck.. thnx