Re: Weaves library

2013-08-16 Thread David Canteros
e testZone; public String getGreeting(){ return "Hello"; } public Object onActionFromTest() { return testZone.getBody(); } -- David Germán Canteros 2013/8/16 David Canteros > The l

Re: Weaves library

2013-08-16 Thread David Canteros
apestry5-jquery? -- David Germán Canteros 2013/8/16 Emmanuel DEMEY > I do not think tapestry jquery is the problem. I am maybe wrong. Does > Weaves use tapestry jquery? Can you give a link to this library and some > codes. > Manu > Le 16 août 2013 17:40, "Da

Weaves library

2013-08-16 Thread David Canteros
Hi! I'm improving my T5 app interface and during this process I found the excellent library called "Weaves". I want to test the "PagedGrid" component, it looks great! But I have a little problem: when I replace the standard grid by the pagedgrid then all of the ajax actionlinks stop working. The pa

Re: [ANN] New project available : Kawwa

2013-01-25 Thread David Canteros
It looks great! Many examples, well documented... Tapestry examples! Congratulations! -- David Germán Canteros 2013/1/25 Bob Harner > Very very nice! > > On Fri, Jan 25, 2013 at 9:06 AM, Emmanuel DEMEY > wrote: > > Hi Everyone >

Re: Tapestry-JQuery: use of GoogleMap component

2012-11-24 Thread David Canteros
Sorry for the delay on the Tapestry5-jQuery mailing list. I will try to > > find a solution right now. > > > > > > 2012/11/23 David Canteros > > > >> Thank you for your answers! > >> > >> I didn't know about the exanpe library, i looks very g

Re: Tapestry-JQuery: use of GoogleMap component

2012-11-23 Thread David Canteros
Thank you for your answers! I didn't know about the exanpe library, i looks very good! However I'm already using Tapestry-Jquery so I'll try first the solution proposed by arterzatij. The tapestry-jquery developers should be noticed about this problem,I posted this on the google-group of the proj

Re: best Eclipse platform

2012-11-01 Thread David Canteros
I'm using Juno and I see the maven dependencies in same way that Indigo, all in the folder called "Maven dependencies"... I think you can control this by editing the project file called ".classpath" . -- David Germán Canteros 2

Re: T5.2: How to block UI and disable double click upon form submission?

2012-07-13 Thread David Canteros
If the form is inside a zone you can try the "ajax throbbers" propoused by Howard. http://tapestryjava.blogspot.com.ar/2011/12/adding-ajax-throbbers-to-zone-updates.html By adding some css/js files and a little code in the layout component you can get the desired effect: while the zone is updatin

Re: changing grid-model using ajax

2012-07-10 Thread David Canteros
s.targetsZone); > } -- David Germán Canteros 2012/7/10 David Canteros > Addition information: the exception occurs only if I submit the form after > a column sort process was done. Also the stack begins with the following &g

Re: changing grid-model using ajax

2012-07-10 Thread David Canteros
stored as persistent fields of the Grid component*." Is the grid catching the old properties in the sort-model??? -- David Germán Canteros 2012/7/10 David Canteros > Hi guys! > I'm looking for help with a r

changing grid-model using ajax

2012-07-10 Thread David Canteros
Hi guys! I'm looking for help with a rare case. I have a zone, a form (with a checkbox) and a grid. The form and the grid are enclosed by the zone. On the java side: I change the grid model, depending on the checkbox value: @Component private Zone targetsZone; @Prop

Re: Progressive display on submit

2012-07-02 Thread David Canteros
As Thiago says, you can use throbbers. One good example (but using Zones) is provided by Howard on his blog. I tried it and works great! http://tapestryjava.blogspot.com.ar/2011/12/adding-ajax-throbbers-to-zone-updates.html Br -- Da

Re: Server Side Validation with ajax form loop work around

2012-04-17 Thread David Canteros
I have done a quick test and it works perfectly! Thanks Geoff! -- David Germán Canteros 2012/4/12 Geoff Callender > Hi all, > > I've taken on board all the suggestions and observations here about > AjaxFormLoop problems and fixes

Re: Server Side Validation with ajax form loop work around

2012-03-21 Thread David Canteros
Hi George, finally it worked! Thank you for the help! Before I was using the ajaxformloop like as Geoff example, with the tree arrays XXXtoCreate, XXXToChange and XXXtoDelete and the same encoder. That made me think, probably the problem was caused by Geoff's example and not by the loop compone

Re: Forms require that the request method be POST....

2012-03-21 Thread David Canteros
e page that > the > client was actually looking for. > > On Mar 20, 2012, at 9:04 AM, David Canteros wrote: > > > Hi guys! > > Lately I detected a lot of this exception in the logs of my tap > > applications... It said: > > > > *org.apache.tapestry5.ioc.inte

Re: Forms require that the request method be POST....

2012-03-20 Thread David Canteros
I forgot to say that I'm using tapestry 5.3.2 running on tomcat 6, and the exceptions happens which users who use Firefox 3... -- David Germán Canteros 2012/3/20 David Canteros > Hi guys! > Lately I detected a

Re: Server Side Validation with ajax form loop work around

2012-03-19 Thread David Canteros
Hi George, i've done a quick test and it doesnt work on my code, but i will do a full test by tomorrow. Only one question: which object are you using in the ajaxformloop (in the tml code)? pr or prPersist? Regards and thanks! -- Dav

Re: Customising T5 URL Encoding

2012-03-12 Thread David Canteros
+1 I have several problems with the integration of my Tapestry tools and other non-tapestry tools, all of this caused by tapestry URLEncoder. I solved this by overriding URLEncoder, but your proposal would be a more elegant solution

Re: Problem with generated javascript and zone update

2012-03-12 Thread David Canteros
Hi, thanks for the response. Probably you are right. I'm not an ajax/js expert, so the only thing I can did is check the "response" when the zone is updated (using firebug console) and I can see the generated script inside a JSON variable called "* evalScript*", i think. I dont know why it is not

Re: Server Side Validation with ajax form loop

2012-03-08 Thread David Canteros
Could you please do it? My english is not good (my natural language is spanish) and you already have the code with the issue. Tell me if you can't. Thanks! David -- David Germán Canteros 2012/3/6 George Christman > Sounds go

Re: Server Side Validation with ajax form loop

2012-03-05 Thread David Canteros
Hi George, I still have the problem. I don't understand the underlying code of the frameworks so i can't find the code that is working wrong, so the clientside validation is the only way to "solve" it. We would file a JIRA to get help (i dont saw any similar issue registered ), what do you think?

Re: Display blob image store in session

2012-02-13 Thread David Canteros
Hi! Check this set of mails : http://tapestry.1045711.n5.nabble.com/Uploading-then-displaying-Images-td3423946.html It could help you. Regards! -- David Germán Canteros 2012/2/8 tommy_tape5 > guys i need help immediately...i won

Re: Server Side Validation with ajax form loop

2012-02-06 Thread David Canteros
I have the same problem with AjaxFormLoop, the values typed on new added row are lost when server side validations record any error on the form. -- David Germán Canteros 2012/2/2 George Christman > Hi Geoff, just curious if you

Re: Zone inside a Form

2012-01-19 Thread David Canteros
If the zone contains some form-field (textfield, select, pallete, errors components...) i think it is not possible. If the zone is within a form but it doesn't affect any form-field, it should work, i think. Otherwise you could wrap the entire form with the zone and it should work too. -

Re: ActivateRequestParameter

2012-01-16 Thread David Canteros
I had the problem with both, Tomcat 6 and Jetty 7 -- David Germán Canteros 2012/1/16 Howard Lewis Ship > Tapestry's URLEncoder should probably be deprecated. > > It was an attempt to smooth the differences between Tomcat and Jetty

Re: ActivateRequestParameter

2012-01-16 Thread David Canteros
I have the same problem with Tapestry ULREncoder and the W3C standards URLs. I think it must follow the standar way because this brings headaches when the programmer dont known about the internal stuff of tapestry. I have filed a Jira for this https://issues.apache.org/jira/browse/TAP5-1803 Regar

Re: T5.3.1: replacing css for t:errors

2011-12-27 Thread David Canteros
yes, i have the css code in an external file too, and it works fine. I had the same problem that you and got the patch from the following mails: http://tapestry.1045711.n5.nabble.com/T5-3-rc3-ordering-of-css-td4969412.html (see the last one) Regards -

Re: Autocomplete question

2011-12-27 Thread David Canteros
Maybe "tag-select"? Take a look to https://github.com/argoyle/tapestry-tagselect -- David Germán Canteros 2011/12/27 bigcache1 > Good day to everyone! > I have textfield where I need multiple input of people credentials, like: >

Re: T5.3.1: replacing css for t:errors

2011-12-27 Thread David Canteros
I can do it adding the word BODY before DIV in each class of the alert's css. For instance, the file t-alerts.css says "DIV.t-alert-container" then and I write in my css "BODY DIV.t-alert-container". -- David Germán Canteros 2011/

Re: Tap 5.3.1: IllegalArgumentException

2011-12-23 Thread David Canteros
, at 4:21 PM, David Canteros wrote: > > > You are right... thanks again! According to the UrlEncoderImpl the safe > > chars are the following: > > > > *private final BitSet safe = new BitSet(128); > > > >{ > >ma

Re: Tap 5.3.1: IllegalArgumentException

2011-12-22 Thread David Canteros
eros 2011/12/22 Lenny Primak > Bet the syntax checker is a bit overzealous. Unconfirmed though. > I think you should file an issue. > > On Dec 22, 2011, at 3:56 PM, David Canteros wrote: > > > Mmm I have a doubt.. .why tapestry consider that asterisk symbol (*) is

Re: Tap 5.3.1: IllegalArgumentException

2011-12-22 Thread David Canteros
d unencoded... -- David Germán Canteros 2011/12/22 David Canteros > Opps! at first glance it will be a problem for meThat url is > automatically generated by other tool... > I got back to 5.3 for the moment. >

Re: Tap 5.3.1: IllegalArgumentException

2011-12-22 Thread David Canteros
of the incompatible changes in 5.3.1. > You have to URLencode all parameters form now on. > I use the URLEncoder service. > > On Dec 22, 2011, at 3:05 PM, David Canteros wrote: > > > Hi guys! > > Today I have updated the libraries to tapestry 5.3.1 and my applications >

Tap 5.3.1: IllegalArgumentException

2011-12-22 Thread David Canteros
Hi guys! Today I have updated the libraries to tapestry 5.3.1 and my applications started to throw an unexpected exception *(this doesnt happen with tapestry 5.3 or earlier*). I have a page called "login" that receives a variable called "key" by URL, which looks like the following example: *http:

Re: Show your Tapestry support!

2011-12-06 Thread David Canteros
I agree that registration form is bugging , but if it is a good place to contribute with the framework (wich is so useful and is free!) we should do the effort and place our comments, is my oppinion. Regards! -- David Germán Canteros

Re: Changes in the tml and components are not reflecting

2011-11-09 Thread David Canteros
iredo > On Wed, 09 Nov 2011 11:13:39 -0200, David Canteros < > davidcanteros@gmail.com> wrote: > > A tip: when I started with tapestry and Eclipse-Jetty, I found more >> useful executing jetty with maven pluging, directly from command line >> writing "mvn jett

Re: Changes in the tml and components are not reflecting

2011-11-09 Thread David Canteros
A tip: when I started with tapestry and Eclipse-Jetty, I found more useful executing jetty with maven pluging, directly from command line writing "mvn jetty:run". -- David Germán Canteros 2011/11/9 ramakanthreddy.t > got the tu

Re: progressive display

2011-10-25 Thread David Canteros
pens when your progressively-displayed > grid can't render and throws an exception? > > Best Regards, > Wulf > > -----Original Message- > From: David Canteros [mailto:davidcanteros@gmail.com] > Sent: Donnerstag, 20. Oktober 2011 18:33 > To: Tapestry users > Subj

Re: progressive display

2011-10-20 Thread David Canteros
Wich tap version are you using?? I'm doing something like that with grids and it works OK, using tap 5.2.6 BR -- David Germán Canteros 2011/10/20 Steve Eynon > It may be something to do with this (now fixed) Jira : > https://iss

Re: strange situation

2011-08-11 Thread David Canteros
#x27;t about shifting the blame, but merely about > understanding the problem before looking for a fix. > > On Wed, Aug 10, 2011 at 1:56 PM, David Canteros > wrote: > > Hi! > > I have a strange situation to share with you: a weird page appear > when > > some u

strange situation

2011-08-10 Thread David Canteros
Hi! I have a strange situation to share with you: a weird page appear when some users try to load some page of my tapestry application: a lot of strange symbols appear instead of the correct page. But if they try again (or if they reload the page with F5) the correct page appear. This happen

Re: Uploading then displaying Images

2011-08-08 Thread David Canteros
Hi again Josh, i had not seen your first response, there was the solution to my problem. Thank you! David -- David Germán Canteros 2011/8/6 David Canteros > Yes, user is an object loaded in the setupRender() method,

Re: Uploading then displaying Images

2011-08-06 Thread David Canteros
int, you're getting your > InputStream from an object from the session. Does calling getImage() > return a new InputStream every time? > > On Fri, Aug 5, 2011 at 2:44 PM, David Canteros > wrote: > > Hi Josh; > > I have already tried with PageRenderLinkSource b

Re: Uploading then displaying Images

2011-08-05 Thread David Canteros
w Object[]{imageId}); > > with > > > pageRenderLinkSource.createPageRenderLinkWithContext(DisplayImagePage.class, > imageId); > > Josh > > On Fri, Aug 5, 2011 at 1:39 PM, David Canteros > wrote: > > Hi > > I have to show a image loaded from database BLOB field. I im

Re: Uploading then displaying Images

2011-08-05 Thread David Canteros
Hi I have to show a image loaded from database BLOB field. I implemented Thiago's suggestion, I have created a page with the following code: public class ShowImagePage { @Inject private LinkSource linkSource; (...) public Link *getUploadedFile*(String imageId) { retu

Re: onActivate doubt

2011-08-02 Thread David Canteros
ill try nillehammer's suggestion, and I'll have a look at jumpstart as well. Thank you again! David -- David Germán Canteros 2011/7/29 Thiago H. de Paula Figueiredo > On Fri, 29 Jul 2011 19:58:40 -0300, David Canter

onActivate doubt

2011-07-29 Thread David Canteros
Hello: First of all thanks for your help, I read the mails every day and I always take something useful for my tap applications. I have to implement an automatic login on my tap application. I use tap 5.2.6 and tapestry-security 0.3.1. Initially I had a Login page with a login form, but now I ha

Re: [ANN] Tapestry-breadcrumbs version 1.4 is released

2011-06-24 Thread David Canteros
Now works. Nice component! Thanks! David 2011/6/23 Joakim Olsson > Hi, > > My bad. You need this in the page/layout-class as well: >@Property >private BreadCrumbInfo breadCrumb; > > I'll update the readme. > > Regards, > Joakim > > > On

Re: [ANN] Tapestry-breadcrumbs version 1.4 is released

2011-06-23 Thread David Canteros
Hello! I would like to test your component, I followed the instructions from https://github.com/argoyle/tapestry-breadcrumbs but i get an exception: *Exception assembling root component of page Index: Could not convert 'breadCrumb' into a component parameter binding: Exception generating conduit f

Re: Pentaho Reporting integration - SOLVED

2011-05-27 Thread David Canteros
Hi I had the same problem but with ETL integration and i solved in the same way that you. There are a lot of jars to add, but it works too. Thanks! David 2011/5/27 atcach > Had to manually include every file from the pentaho's artifactory and that > worked ok. > Regards > > -- > View this mess

Re: A new T5 site! www.bookmarkerpro.com

2011-05-26 Thread David Canteros
Thanks! I'm working with Tapestry about a year ago and I agree that it is a very nice framework, but my collegues are not pretty convinced of that and prefer traditional frameworks. This real sites help a lot, it should be more shown in tapestry main website or in the wiki. I'm from Argentina. Bes