Re: simple case for checkboxes T5

2010-04-13 Thread jaques robert
at 8:18 AM, jaques robert mondes_englou...@yahoo.fr wrote: Thanks a lot for your code, I'm going to try it. However, if I take the standard component of T5 : t:Loop t:source=documentType.documentFields t:value=documentField formState=values                                     div id

Re: simple case for checkboxes T5

2010-04-12 Thread jaques robert
}${documentField.documentFieldDN}/label                             /li                         /t:loop                     /ul                 /t:loop             /ul         /t:loop     /ul     t:submit/ /t:form /body /html Josh On Fri, Apr 9, 2010 at 3:54 AM, jaques robert mondes_englou...@yahoo.fr wrote

Re: Exception with T5 checkbox

2010-04-09 Thread jaques robert
checkbox À: Tapestry users users@tapestry.apache.org Date: Jeudi 8 avril 2010, 19h00 On Thu, 08 Apr 2010 13:42:28 -0300, jaques robert mondes_englou...@yahoo.fr wrote: input type=checkbox name=selectedDocumentFields value=${documentField.documentFieldDN} ${documentField.checked

Re: Exception with T5 checkbox

2010-04-09 Thread jaques robert
Another question is how to traduce : input type=checkbox name=selectedDocumentFields value=${documentField.documentFieldDN} checked=checked/ to tapestry component ? --- En date de : Ven 9.4.10, jaques robert mondes_englou...@yahoo.fr a écrit : De: jaques robert mondes_englou...@yahoo.fr Objet

simple case for checkboxes T5

2010-04-09 Thread jaques robert
Hello, I've got some problemes with checkbox T5 for a while. I'd just like to display a page which could contains some checkbox, then submit this page in order to treat the various item corresponding to the ticked checkbox then redirect to the same page with the same checkbox ticked. It is

Re: Persist value of checkbox ?

2010-04-08 Thread jaques robert
(selectedDocumentFields, selectedDocumentFields.toArray());     } However the checkbox are not checked :( ... Do you know a way to do that ? Regards, Mondes_engloutis. --- En date de : Mer 7.4.10, jaques robert mondes_englou...@yahoo.fr a écrit : De: jaques robert mondes_englou...@yahoo.fr Objet: Re

Exception with T5 checkbox

2010-04-08 Thread jaques robert
Hi, I'm using the following html code inside my tml file : input type=checkbox name=selectedDocumentFields value=${documentField.documentFieldDN} ${documentField.checked}/ And got the following exception : Caused by: com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character $ (code

Re: Persist value of checkbox ?

2010-04-07 Thread jaques robert
Ship hls...@gmail.com Objet: Re: Persist value of checkbox ? À: Tapestry users users@tapestry.apache.org Date: Lundi 29 mars 2010, 18h45 On Mon, Mar 29, 2010 at 9:14 AM, Thiago H. de Paula Figueiredo thiag...@gmail.com wrote: On Mon, 29 Mar 2010 13:10:15 -0300, jaques robert mondes_englou

Persist value of checkbox ?

2010-03-29 Thread jaques robert
Hello, I've tried this code which present 10 checkbox which I submit. Then I go back to this page so I'd like those checkbox to be ticked if they were ticked before.    t:Loop source=1..10 value=index             input t:type=checkbox t:id=pute /         /t:Loop So in my class I've coded

No classdeffound org.apache.tapestry.components.Block

2010-03-25 Thread jaques robert
Hi, I'm trying the tutorial inside http://wiki.apache.org/tapestry/Tapestry5Training?action=AttachFiledo=viewtarget=Tapestry5TrainingFiles.zip. However the exercise 14 about customizing Grid leads me to the following error :

Re : No classdeffound org.apache.tapestry.components.Block

2010-03-25 Thread jaques robert
Oups it was due to the fact that I still had the tapestry 3.0 jar in my global classpath of jboss :) Remove them and changing the import to the real T5 Block interface resolve it... Regards, Mondes_engloutis. --- En date de : Jeu 25.3.10, jaques robert mondes_englou...@yahoo.fr a écrit : De

Could not find a coercion (T5)

2010-03-24 Thread jaques robert
Hi, I've got a simple T5 file with the following loop : form t:type=form t:id=inputs     t:Loop t:source=processTypes t:value=processType                 div id=div_processus_${processType.processTypeDN} style=display: block                     a href=#

Re: Could not find a coercion (T5)

2010-03-24 Thread jaques robert
de : Mer 24.3.10, Thiago H. de Paula Figueiredo thiag...@gmail.com a écrit : De: Thiago H. de Paula Figueiredo thiag...@gmail.com Objet: Re: Could not find a coercion (T5) À: Tapestry users users@tapestry.apache.org Date: Mercredi 24 mars 2010, 13h40 On Wed, 24 Mar 2010 09:20:43 -0300, jaques

Re: Could not find a coercion (T5)

2010-03-24 Thread jaques robert
a écrit : De: Thiago H. de Paula Figueiredo thiag...@gmail.com Objet: Re: Could not find a coercion (T5) À: Tapestry users users@tapestry.apache.org Date: Mercredi 24 mars 2010, 14h22 On Wed, 24 Mar 2010 10:16:10 -0300, jaques robert mondes_englou...@yahoo.fr wrote: Have you got some samples

Use of eclipse plugin for T5 ?

2010-03-18 Thread jaques robert
Hi, Do you use any plugin inside eclipse for T5 ? I've tried loom with 3.4.1 however only the devel version seems to work (but do nothing visible. No completion. No actions) Regards, Mondes_engloutis.

Use of hibernate in tapestry tutorial JBoss 5.1

2010-03-17 Thread jaques robert
Hi, In this tutorial there is facility for using hibernate in tapestry using the package entities of the project : But what entities? Normally, the available entities are listed inside hibernate.cfg.xml, but that's not necessary with Tapestry; in another example of convention over

Run Tapestry 5.1 with JBoss 5.1

2010-03-16 Thread jaques robert
Hello, I'm trying to run Tapestry 5.1 with JBoss 5.1. However, I'm still having this error : 09:58:56,329 ERROR [RequestExceptionHandler] Processing of request failed with uncaught exception: Unable to resolve 'pagelink' to a component class name. Available component types: (none).

Re : Run Tapestry 5.1 with JBoss 5.1

2010-03-16 Thread jaques robert
for JBoss 5.1, ie. -Djboss.vfs.forceCopy=false Please let us know how it goes! Geoff On 16/03/2010, at 10:36 PM, jaques robert wrote: Hello, I'm trying to run Tapestry 5.1 with JBoss 5.1. However, I'm still having this error : 09:58:56,329 ERROR [RequestExceptionHandler] Processing

Strange error page with T5 on JBoss 5.1

2010-03-16 Thread jaques robert
Hello, The error page of T5 appears only with one red line, one black line no other description when using T5 on JBoss5.1. Sample : [RED]An unexpected application exception has occurred.[/RED] Request event 'action' (on component Index:actionlink) was not handled; you must provide a

Re : Strange error page with T5 on JBoss 5.1

2010-03-16 Thread jaques robert
configuration. http://tapestry.apache.org/tapestry5.1/guide/conf.html http://tapestry.apache.org/tapestry5.1/guide/conf.htmlRegards, Robin On Tue, Mar 16, 2010 at 4:05 PM, jaques robert mondes_englou...@yahoo.frwrote: Hello, The error page of T5 appears only with one red line, one black line