e testZone;
public String getGreeting(){
return "Hello";
}
public Object onActionFromTest() {
return testZone.getBody();
}
--
David Germán Canteros
2013/8/16 David Canteros
> The l
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
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
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
>
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
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
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
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
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
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
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
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
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
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
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
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
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
+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
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
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
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?
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
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
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.
-
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
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
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
-
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:
>
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/
, 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
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
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.
>
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
>
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:
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
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
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
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
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
#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
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
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,
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
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
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
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
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
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
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
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
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
51 matches
Mail list logo