Re: Single Page Application

2018-05-29 Thread Jay Ginete
I blogged about tapestry SPA back in 2013 to see how it works. I was using AngularJS (aka Angular1). I haven't updated it since I came to the conclusion there are easier ways to do SPAs. https://killertilapia.blogspot.com/2013/06/resteasy-tapestry-with-angularjs.html On Wed, May 30, 2018 at 1:31

Re: Sign in with Facebook component

2017-01-03 Thread Jay Ginete
Tynamo security has federated accounts that allows you do do this. http://www.tynamo.org/tynamo-federatedaccounts+guide/ On 03/01/2017 12:14 AM, Qbyte Consulting wrote: I'd like to add a sign in/register with Facebook type component to my apps login page. Has anyone created such a component

Re: Data export

2016-12-23 Thread Jay Ginete
Here's an example on Tapestry5 with JasperReports. http://killertilapia.blogspot.com/2013/03/tapestry5-and-jasperreports.html I hope you'll find it useful. Disclosure: This is my blog. On Fri, Dec 23, 2016 at 4:42 PM, wrote: > > > Do you have an example of code with this solution ? > > Thanks

Re: Tapestry 5.3.6 not recognising named queries

2016-08-01 Thread Jay Ginete
> > John > > [EL Config]: metadata: 2016-08-01 > 14:51:09.96--ServerSession(27246127)--Thread(Thread[main,5,main])--The > alias name for the entity class [class EUser] is being defaulted to: EUser. > -- [image: Jay Ginete on about.me] Jay Ginete about.me/jay.ginete <http://about.me/jay.ginete>

Re: Filter on every table column

2016-04-27 Thread Jay Ginete
n Hautman : Hi Jay, No :( Thank you very much, this i what I need! Regards, Morgan 2016-04-27 8:29 GMT+02:00 Jay Ginete : Have you discovered Tapestry5-jquery? It has a data table component that does that you need. http://tapestry5-jquery.com/components/docsdatatables On 27/04/2016 2:25 PM,

Re: Filter on every table column

2016-04-26 Thread Jay Ginete
Have you discovered Tapestry5-jquery? It has a data table component that does that you need. http://tapestry5-jquery.com/components/docsdatatables On 27/04/2016 2:25 PM, Morgan Hautman wrote: Hi, I would like to have a textfield who acts as a filter for every table/grid column. Is this possi

Re: LDAP integration

2015-02-22 Thread Jay Ginete
There's tapestry-security from the tynamo guys. http://tynamo.org/tapestry-security+guide On Monday, 23 February, 2015 02:28 PM, Chung Khanh Duy wrote: Hi experts, I am using tapestry for building my web application. So far, I used username/password checking match in db for authentication and

Changing or overriding how a textfield shows error

2014-07-26 Thread Jay Ginete
This is from a custom CSS based on bootstrap3. Hope someone can help and or at least point me in the right direction. -- [image: Jay Ginete on about.me] Jay Ginete about.me/jay.ginete <http://about.me/jay.ginete>

Re: Possible to use a tapestry application for webservice and web front end development

2014-05-03 Thread Jay Ginete
Feeling kinda giddy that my blog is being referenced here. On May 3, 2014 1:46 PM, "Kalle Korhonen" wrote: > On Fri, May 2, 2014 at 5:33 PM, Chris Mylonas wrote: > > > Yesterday I would have said that I keep them separate in my ear file, > > however I'm looking at angularjs for something to spen

Re: How to get a lot of data in to highcharts?

2013-03-09 Thread Jay Ginete
On 3/10/2013 5:40 AM, George Ludwig wrote: I've been reviewing the tapestry5/highcharts integration code, and I see that the data for the charts has been hardcoded in to a javascript file. What is the best way to display a lot of data from the server? For example, I have a series with hundreds o

Re: tapestry5.3 and Twitter-bootstrap disabled inputs

2013-03-04 Thread Jay Ginete
Thanks Peter but I have found a solution for presenting uneditable data. It was right in the bootstrap forms page ( http://twitter.github.com/bootstrap/base-css.html#forms). Some value here There's a small problem with this though, I can't disable or enable the textfield with javascript on the fl

Re: @CommitAfter not committing my transaction

2012-11-28 Thread Jay Ginete
I believe you are suppose to "inject" the Hibernate session. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Placeholders in root template as in jsf?

2012-10-27 Thread Jay Ginete
Use a tag to target blocks or areas explicitly. Read this: http://tapestry.apache.org/layout-component.html On 10/27/2012 5:25 PM, membersound wrote: HI, I'm trying to understand how I could do the following: Having a root template, which defines several areas like: header, content, footer. H

Re: Table with custom columns?

2012-10-27 Thread Jay Ginete
t:table component? You probably mean a Grid component (http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/Grid.html) And to add a custom row is like this: ${totalqty} In your page class there should be a method called getTotalqty(). @Pr

Re: How to increase text field size.

2012-10-11 Thread Jay Ginete
Use media queries in your CSS to figure out what width and height your fields should be. On Thursday, 11 October, 2012 05:13 PM, Anbazhagan wrote: Thanks for your reply.. I want visual height display. Now I am using css style(padding-top and padding-left) to increase width and height. But it

Re: How to increase text field size.

2012-10-10 Thread Jay Ginete
Use CSS to change the width. On Thursday, 11 October, 2012 12:44 PM, Anbazhagan wrote: Hi, I am developing web application. In that web application I have designed a login page with two fields(text field and password field). code: I am using size parameter to increase the width and height o

Re: Downloading content from tapestry.apache.org

2012-09-11 Thread Jay Ginete
On 9/12/2012 7:07 AM, ZiciuM wrote: How to download all tutorials, references, docs from apache.tapestry.org so that I can work in offline mode? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Downloading-content-from-tapestry-apache-org-tp5716215.html Sent from the Tap

Re: [OT] Closest Framework to Tapestry in Microsoft world

2012-09-03 Thread Jay Ginete
ASP Web Forms come to mind. On 9/3/2012 11:04 AM, Chris Mylonas wrote: Hi Tapestry Users, Just showing an MS dude on what has drawn me into web framework use and showed the 10 minute demo vid. I've got two MS dev mates, one I've shown and he thinks it's rad, and the other will no doubt come b

Re: Tapestry-Bootstrap : Using the component

2012-09-03 Thread Jay Ginete
I think you can do something like this on your .tml file 1. 2. 3. Action 4. 5. 6. 7. Do Action1 8. Do Action2 9. 10. And then then in your class file is just: public void onActionFromDoAction1(){ //do stuff } public void onActionFromDoAction2(){ //do stuff } On Monday, 03 S

Re: tapestry by JEE standard

2012-08-17 Thread Jay Ginete
I have always thought that Tapestry5 was classified as a "Compontent-oriented" web framework and not as "MVC" web framework. I tend to think that each page in a Tapestry5 app is a single stand alone app that has components within it that respond to events. I even sometimes think of Tapestry5 ap

Re: Errors in named queries

2012-07-13 Thread Jay Ginete
On 7/13/2012 4:48 PM, Lance Java wrote: This is purely a hibernate question, NOT a tapestry question. Your query is wrong... you are checking for "s.id" when it should be "u.id". -- View this message in context: http://tapestry.1045711.n5.nabble.com/Errors-in-named-queries-tp5714445p5714446.htm