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

2007-12-19 Thread Penyihir Kecil
Hi... i got another problem here, using select component inside a form. well, when it's on "add" modeit works to add new entry in the database. but when i try to edit it ("edit" mode). the select component didn't showed the selected value but back to normal condition (ordered list value). c

T5 : Failure writing parameter value of component because read only ???

2007-12-18 Thread Penyihir Kecil
Igot this err when i try to insert : ERROR Failure writing parameter value of component admin/PlayerForm:positionselect: Expressi

Re: T5: JumpStart 3.0.0 Preview ready for comments

2007-12-16 Thread Penyihir Kecil
Hi Geoff i've also succesfully installed it i'm looking for user autentification and best practive for ur edit form. thnx a lot On 12/17/07, Michael Courcy <[EMAIL PROTECTED]> wrote: > Hi Geoff > > I've successfully installed the jumpstart-min on windows XP with JBOSS > 4.2.2GA > > I start digg

t5 : how to handle add and edit form in one page only ?

2007-12-15 Thread Penyihir Kecil
i get another problem here ^_^ when i tried to make add and edit form in one page... in my grid table there is a link to edit the row... i used this code to add and edit (in one page) : package edu.its.dreamteam.web.pages.admin; import org.apache.tapestry.ValueEncoder; import org.apache.tapestry.

Re: T5: JumpStart 3.0.0 Preview ready for comments

2007-12-15 Thread Penyihir Kecil
wow... nice to hear that i'll try as soon as possible. thnx geoff On Dec 15, 2007 6:54 AM, Geoff Callender < [EMAIL PROTECTED]> wrote: > Hi all, > > I've reworked JumpStart to address Tapestry 5, and I need feedback on > how to make it as good as it can be... > > If you don't know JumpStart, its

Re: Sortable image in Grid Component doesn't transparent

2007-12-15 Thread Penyihir Kecil
to GIFs (Gasp!). You don't > really need translucency on that poor little button, GIF transparency > should be enough. > > > On Dec 13, 2007 12:20 PM, Penyihir Kecil <[EMAIL PROTECTED]> wrote: > > I have a problem with my grid components... > > the sortable ima

Sortable image in Grid Component doesn't transparent

2007-12-13 Thread Penyihir Kecil
I have a problem with my grid components... the sortable image doesn't view transparancy when it's viewed by IE does anyone know how to fix it or override the default image - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

T5 : NULL (no data)display for SELECT component ?

2007-12-11 Thread Penyihir Kecil
i tried select component but i have difficulty and got stuck on it. i had already read the archive milis, but still have no idea what had happened with mine here's my code i always get null value(no data) to diplay in my select component. when i debug it, getPositionList() in Home.java always

T5 : null display SELECT component ?

2007-12-11 Thread Penyihir Kecil
i tried select component but i have difficulty and got stuck on it. i had already read the archive milis, but still have no idea what had happened with mine here's my code i always get null value(no data) to diplay in my select component. when i debug it, getPositionList() in Home.java always

Re: [T5] How Add and Image to Grid Column Label.

2007-12-10 Thread Penyihir Kecil
it might be help : --- GridClub.tml -- - GridClub.java - @Injec

Re: T5: how to override default msg error

2007-12-08 Thread Penyihir Kecil
n > src/main/resources/org/apache/tapestry/corelib/components if you're > using Maven. > > You can find the default versions of these files at the same locations > in the Tapestry 5 source. > > Hope this helps. > > -Filip > > Penyihir Kecil skrev: > > i have

T5: how to override default msg error

2007-12-08 Thread Penyihir Kecil
i have a textfield that must be int value (based on my entity bean type). tapestry does the validate automatically and give the message : - The input value 'abc' is not parseable as an integer value. how can i overwrite the default error message ? -

T5 : Getting Error when invoke Form

2007-12-08 Thread Penyihir Kecil
i always getting this error message : Processing of request failed with uncaught exception: An event handler for component admin/FormFormation:formationform returned the value true (from method org.apache.tapestry.corelib.components.Form.onAction(java.lang.Object[]) (at Form.java:283)). Return ty

Re: T5: multiple forms

2007-12-08 Thread Penyihir Kecil
@OnEvent(component="searchForm 1", value="success") ---> what else value can be filled beside "success" ?? On Dec 8, 2007 10:51 PM, Ted Steen <[EMAIL PROTECTED]> wrote: > It should be onSuccessFromSearchForm1() and onSuccessFromSearchForm2() > as it is the form, not the button that succeeds. > >

T3 : How to include script script.aculo.us to tapestry 3 ?

2007-11-15 Thread Penyihir Kecil
Hi... i tried simple autocompletion using scriptaculous in tapestry 3 but it doesn't work Home.html script.aculo.us Autocompleter functional test file inside //

T5 : How to use checkbox inside of the grid components

2007-11-12 Thread Penyihir Kecil
hi... i have list of daya displayed by grid component now i want to add checkbox for each row could anyone give me an example how to do it ? thnx Dwi Ardi Irawan ~ ...and the story goes ~ Blog : http://dwiardiirawan.blogspot.com __ Do You Yah

T5 : How to use checkbox inside of the grid components

2007-11-10 Thread Penyihir Kecil
hi... i have list of daya displayed by grid component now i want to add checkbox for each row could anyone give me an example how to do it ? thnx dwi ardi irawan http://dwiardiirawan.blogspot.com Dwi Ardi Irawan ~ ...and the story goes ~ Blog : http://dwiardiirawan.blogspot.com ___

[T3] TextArea using wrap attribute ?

2007-10-24 Thread Penyihir Kecil
Use the HTML "wrap" attribute as an informal parameter to control word wrapping. Wrap attribute values include: "off", "vitual", "physical", "soft" and "hard". then what does it mean with "off", "virtual", "physical", "soft" and "hard" ? could anybody give me some explanation ? thnx Dwi

why Tapestry 5.0.6 hasn't released yet?

2007-10-23 Thread Penyihir Kecil
i saw @ http://tapestry.formos.com/maven-snapshot-repository/org/apache/tapestry/tapestry-core/ tapestry 5.0.6-SNAPSHOT development has moved to tapestry 5.0.7-SNAPSHOT. then...why the 5.0.6 hasn't released yet ? sorry for bothering i just curious... ^_^ Dwi Ardi Irawan ~ ...and the stor

Re: i don't like the new tapestry 5 based on xml ?

2007-09-29 Thread Penyihir Kecil
s files via /asset). " Basically the tml suffix allows templates to be protected by Tapestry outside WEB-INF while *.html files are served as static files by the container. Cheers, Nick. Penyihir Kecil wrote: > i'm not saying i like unclosed tag > we're not work alone man... >

Re: i don't like the new tapestry 5 based on xml ?

2007-09-29 Thread Penyihir Kecil
gs is not smart as it will break > the rendering. As far > as *tml, I agree its annoying and its most likely > named that for > marketing reasons, but I dont use it. I use *html. > > chris > > Penyihir Kecil wrote: > > dunno why but i'm little bothered by t

i don't like the new tapestry 5 based on xml ?

2007-09-29 Thread Penyihir Kecil
dunno why but i'm little bothered by the new concept of tapestry 5 based on xml if it's true...then it will has strict rules when writing html tag it has to be xml rules not html In a change from Tapestry 4, under Tapestry 5, component templates are well formed XML documents. That means that