migrating from T4.0.2 to T4.1.5 problem

2008-04-17 Thread abangkis
ong with it. My .application is this : http://jakarta.apache.org/tapestry/dtd/Tapestry_4_1.dtd";> anyone know whats the problem ? TIA abangkis - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: migrating from T4.0.2 to T4.1.5 problem

2008-04-20 Thread abangkis
> > > > On 18/04/2008, abangkis <[EMAIL PROTECTED]> wrote: > > Hi, > > > > i'm trying to migrate my application from using Tapestry 4.0.2 to > > 4.1.5. I fix the problem that rises, remove tap4 library from my > > tomcat shared lib, copie

Port Redirect problem

2008-10-31 Thread abangkis
Hi all, I've created a simple T 5.0.15 app, and deploy it to my server. The server setup for my server is, a tomcat server behind apache server. I Used reverse proxy to do this. But i've encounter A problem. I've managed to get to the start page just fine. But after i logged in it keep redirecting

Re: Port Redirect problem

2008-11-02 Thread abangkis
Thanks a lot jecky, I will try it when i got home from work today. Cheers abangkis On Sat, Nov 1, 2008 at 11:44 AM, Jecki <[EMAIL PROTECTED]> wrote: > Hi, > > It might be related to ProxyPassReverse setting. > http://httpd.apache.org/docs/1.3/mod/mod_proxy.html#proxypassrever

Re: Port Redirect problem

2008-11-03 Thread abangkis
Hi jecky it work out wonderfully , thanks a lot :D On Mon, Nov 3, 2008 at 10:31 AM, abangkis <[EMAIL PROTECTED]> wrote: > Thanks a lot jecky, I will try it when i got home from work today. > > Cheers > > abangkis > > On Sat, Nov 1, 2008 at 11:44 AM, Jecki <[

Master-Detail example Using Tapestry-hibernate

2008-11-15 Thread abangkis
e type for: com.cie2.tip.entities.User, at table: TaskItem, for columns: [org.hibernate.mapping.Column(user)] I think there's no problem with the .tml file. Since if i change the user variable type into Integer, the data will be inserted to the database. Can anyone

Re: Master-Detail example Using Tapestry-hibernate

2008-11-15 Thread abangkis
Thanks a lot for your help. Yes, I only put that as a last resort. Because any other way that i tried didn't work. Cheers, Abangkis On Sat, Nov 15, 2008 at 7:50 PM, Thiago H. de Paula Figueiredo <[EMAIL PROTECTED]> wrote: > Em Sat, 15 Nov 2008 07:47:53 -0300, abangkis <

Connection Problem

2009-01-10 Thread abangkis
5 Mysql 5.0.51a-3ubuntu5.4 Cheers , Abangkis - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Connection Problem

2009-01-11 Thread abangkis
an effect ? The connection seem to be fine though if its under 8 hour or so. cheers, abangkis On Sun, Jan 11, 2009 at 6:15 AM, Jonathan Barker wrote: > > It sounds like you need to configure your connection pool to issue check > statements before returning a connection (new or existing). >

Re: Connection Problem

2009-01-12 Thread abangkis
l. If it doesn't, then one more > paranoid thing Abangkis can do is add hibernate.c3p0.validate=true to force > checking of every connection on checkout from the pool. > > > >> -Original Message- >> From: Angelo Chen [mailto:angelochen...@yahoo.com.hk] >

Re: Connection Problem

2009-01-15 Thread abangkis
in development , using hibernate-c3p0-3.3.1.GA.jar is enough. Hope this can help anyone with the same problem. cheers, abangkis. On Mon, Jan 12, 2009 at 10:26 PM, abangkis wrote: > Hi jonathan and angelo, thanks for the pointer. I'll try it this evening. > > > On Mon, Jan 12, 2

Passing GMarkers Array to Tapestry

2009-11-29 Thread abangkis
orm on the page. The javascript array is passed / accessible to the onSuccess() method so i can store the value to the database, and vice versa. Thanks a lot for your help - abangkis - - To unsubscribe, e-mail:

Re: Passing GMarkers Array to Tapestry

2009-11-29 Thread abangkis
mat like 'a/b/c/d' > var index= url.indexOf("?"); >  if (index< 0) { >  url = url + "/" + markers ; >  } else { >  url = url.substring(0,index) + "/" + markers + url.substring(index); >  } > form.action = url; > > Then onSuccess hand

Re: Passing GMarkers Array to Tapestry

2009-11-30 Thread abangkis
Hi thiago, yes that would be a lot easier, thanks. I think i can serialize the array to JSON and deserialized it on the onSuccess method Thanks On Sun, Nov 29, 2009 at 8:56 PM, Thiago H. de Paula Figueiredo wrote: > I guess the easier way would be a hidden TextField that will receive the > valu

Workflow Engine for tapestry

2010-01-04 Thread abangkis
Dear all, i have a questions. Is there any recommendation for a workflow engine that would work well with tapestry. Or is it using the Tapestry IOC is enough ? TIA Abangkis - To unsubscribe, e-mail: users-unsubscr

Re: Workflow Engine for tapestry

2010-01-04 Thread abangkis
ing a workflow engine or not. Thanks a lot, Cheers, Abangkis On Mon, Jan 4, 2010 at 10:52 PM, Toby Hobson wrote: > If it's pure workflow (as opposed to SOA orchestration) I would recommend > jBPM, I have used it alongside T5 with great success. > > Toby > > 2010/1/4 aba

Re: Workflow Engine for tapestry

2010-01-04 Thread abangkis
Hi juan, thanks a lot for the Info :) cheers, Abangkis On Mon, Jan 4, 2010 at 11:21 PM, Juan E. Maya wrote: > I have used Jboss on tomcat and jetty without any problems. It should > run fine with any other app server. U just need to put the jar inside > ur classpath and start playin

Re: Workflow Engine for tapestry

2010-01-05 Thread abangkis
yes alfie i would be very munch interested, you can send it to this address. Thanks a lot :) Cheers, Abangkis On Tue, Jan 5, 2010 at 4:41 PM, Alfie Kirkpatrick wrote: > Agree with others that it runs fine in other app servers, and that it's > a nice product to work with. I did s

accesing tapestry asset through javascript

2010-01-16 Thread abangkis
Hi all, I'm having trouble accessing the image that i store under "WebContent/images/markers/" to pass it through my javascript library. This image will be by gmap initializaton method to create a custom GMap icon. Any idea to do this ? T

Re: accesing tapestry asset through javascript

2010-01-16 Thread abangkis
//www.catb.org/~esr/faqs/smart-questions.html > > On Sat, Jan 16, 2010 at 4:20 AM, abangkis wrote: >> Hi all, >> >> I'm having trouble accessing the image that i store under >> "WebContent/images/markers/" to pass it through my javascript library. >>

Tapestry 5 and external web service

2010-01-22 Thread abangkis
already provide ? 2. If i want to show the data in a grid, is there any way i can do this without turning the xml data to Pojo and insert it to a list to be used by the grid ? Thanks a lot for your help guys. Cheers, Abangkis - To

Re: [T5] Getting LatLng from Google Map

2010-01-26 Thread abangkis
Value variables in the java class. Hope this helps Cheers Abangkis On Tue, Jan 26, 2010 at 5:29 PM, blueboy6 wrote: > > Ok, here is my new problem :) > > I implemented google maps to one of my projects and everything is fine. I > input coordinates and marker shows up and e

Re: [Announce] Wooki - Collaborative Writing - version 0.2.0 is here!

2010-03-17 Thread abangkis
Great, i was waiting for this. Congrats ! :) On Wed, Mar 17, 2010 at 9:19 PM, Robin Komiwes wrote: > We are pleased to announce Wooki 0.2.0 release. We have been working more > than two months on this major update and we hope you will appreciate our > efforts. > > For newcomers, Wooki is a colla

Re: [Announce] Wooki - Collaborative Writing - version 0.2.0 is here!

2010-03-18 Thread abangkis
hi, just wan't to point out that your download link still point to http://static.spreadthesource.com/wooki-0.1.war cheers, abangkis On Thu, Mar 18, 2010 at 2:37 PM, Christophe Cordenier wrote: > Hi > > You're very welcome. > > Also, note that we have planned to

validator and activation link

2009-01-31 Thread abangkis
roval/mykey123232 ) i can get the key and process it ? Cheers, Abangkis - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: validator and activation link

2009-02-01 Thread abangkis
hi nille, thanks a lot for your information. anyone know about question no.1 ? I use it in a change password page. Now I'm using the java class of tapestry page to write the validation of this variables. Cheers Abangkis On Mon, Feb 2, 2009 at 6:52 AM, nillehammer wrote: > Hi Abangkis

Rendering multiple zone in nested component.

2014-03-25 Thread abangkis
Hello, I have 3 nested object. A survey, a section and a question. A survey will contain sections and a section will contain questions. I want to create a single page editor for this nested object using ajax. In add survey page i have created two zone, survey zone and sectionListZone. The survey

Re: Rendering multiple zone in nested component.

2014-03-26 Thread abangkis
r 25, 2014 at 3:18 PM, abangkis wrote: > Hello, > > I have 3 nested object. A survey, a section and a question. A survey will > contain sections and a section will contain questions. I want to create a > single page editor for this nested object using ajax. > > In add surv

Re: Rendering multiple zone in nested component.

2014-03-26 Thread abangkis
ow if these thoughts are addressing the source of your problem, > but I hope they help. > > Cheers, > > Geoff > > On 27/03/2014, at 1:42 AM, abangkis wrote: > > > Or maybe someone has an example of a single page site made with tapestry. > > I've tried jumpstart >

Re: Rendering multiple zone in nested component.

2014-03-27 Thread abangkis
h your nested components approach, and there is > > nothing wrong with having a component render multiple zones as you are > > doing. I don't know the cause of your client-side exception, but I think > > your code must be very, very close to correct. > > > > On Thursd

Uncaught SyntaxError: Unexpected token < in RequireJS

2015-02-08 Thread abangkis
les + my_test.js + WEB-INF I tried putting the modules under WEB-INF/classes/META-INF/modules but it still shows the same error. Any suggestion? Thanks -- http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/> twitter : @mreunionlabs @abangkis page : https://plus.google.com/104168782385184990771

Weird behaviour, require js doesn't refresh changed js file immediately

2015-02-08 Thread abangkis
g refresh, tapestry would pick up the new content. Restarting the app every time i change the js file would be a big pain. Thanks :) -- http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/> twitter : @mreunionlabs @abangkis page : https://plus.google.com/104168782385184990771

Re: Uncaught SyntaxError: Unexpected token < in RequireJS

2015-02-08 Thread abangkis
t, Feb 7, 2015 at 9:24 AM, abangkis wrote: > Hi guys, I'm in the process of migrating my application from Tap 5.3.8 to > Tap 5.4-beta-26. > > I have a simple Index.tml, Index.java and my_test.js files. But whenever i > run the app the Chrome console keep showing an error >

Re: Uncaught SyntaxError: Unexpected token < in RequireJS

2015-02-08 Thread abangkis
m.au/jumpstart7/examples/javascript/mixin > > HTH, > > Geoff > > On 7 Feb 2015, at 1:47 pm, abangkis wrote: > > > Okay i found out the problem, after sending the email. The module name > > should only be "my_test" not "my_test.js" just realized i

Re: Weird behaviour, require js doesn't refresh changed js file immediately

2015-02-08 Thread abangkis
7, 2015 at 11:24 AM, abangkis wrote: > Hi guys, another question about require js. So i experiment with creating > a new source folder in eclipse by the name of requiresrc. Under that folder > will reside the META-INF/modules/my_javascript.js file. This way eclipse > will deploy the META-I

Re: Weird behaviour, require js doesn't refresh changed js file immediately

2015-02-10 Thread abangkis
differently and correctly via > curl or httpie. > > On Sun, Feb 8, 2015 at 10:49 PM, abangkis wrote: > > > Ok, my workaround is to add some kind of index number to log to > javascript > > console such as : console.log("29. Google map is ready"); I keep > ref

Trying to load non AMD javascript in tapestry 5.4

2015-02-14 Thread abangkis
le.js:104 All inits executed Lima.js:3 mytest undefined console.js:104 RequireJS error: require: Cannot read property 'showMe' of undefined So, what did i do wrong? Thanks. -- http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/> twitter : @mreunionlabs @abangkis page : https://plus.google.com/104168782385184990771

Re: Trying to load non AMD javascript in tapestry 5.4

2015-02-17 Thread abangkis
gt; > On Sat, 14 Feb 2015 14:04:36 -0200, abangkis wrote: > > Hello. I'm trying to load a simple regular javascript that's going to be >> used as dependency from a RequireJS module. >> >> So i created mytest.js under classpath:META-INF/assets/js/mytest.js. It >&

Re: Trying to load non AMD javascript in tapestry 5.4

2015-02-17 Thread abangkis
js documentation about this. You just cannot use > Require.js with non AMD .js files and expect it to work without no further > work. > > > > On Sat, 14 Feb 2015 14:04:36 -0200, abangkis wrote: > > > >> Hello. I'm trying to load a simple regular javascript that&

Re: Trying to load non AMD javascript in tapestry 5.4

2015-02-19 Thread abangkis
gt; >> >>> ) { > >> >>>configuration.add("highcharts", new > >> >>> JavaScriptModuleConfiguration(highcharts)); > >> >>>configuration.add("fineuploader", new > >> >>> JavaScriptModu

Re: Weird behaviour, require js doesn't refresh changed js file immediately

2015-03-19 Thread abangkis
the resource; you can see this > when it looks one way in the browser, and differently and correctly via > curl or httpie. > > On Sun, Feb 8, 2015 at 10:49 PM, abangkis wrote: > > > Ok, my workaround is to add some kind of index number to log to > javascript > > con

Re: Weird behaviour, require js doesn't refresh changed js file immediately

2015-03-20 Thread abangkis
evalidate". You can customize that by setting > SymbolConstants.OMIT_EXPIRATION_CACHE_CONTROL_HEADER. > > Hope that helps! > > Felix > > > 2015-03-19 10:46 GMT+01:00 abangkis : > > > Sorry to brought up old thread. Does anyone know where I can set up the > >

Refreshing tapestry grid content from another component.

2015-03-22 Thread abangkis
use the existing grid internal zone instead. Thank you verymuch. -- http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/> twitter : @mreunionlabs @abangkis page : https://plus.google.com/104168782385184990771

Re: Refreshing tapestry grid content from another component.

2015-04-02 Thread abangkis
work :) On Tue, Mar 31, 2015 at 1:58 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Sun, 22 Mar 2015 06:36:49 -0300, abangkis wrote: > > Now I'm wondering if there's any way to trigger this behavior from >> another component. >> > &

Re: Refreshing tapestry grid content from another component.

2015-04-07 Thread abangkis
nterintuitive sometimes because the eventlink is a > child in the clientside dom/html but not in the serverside component model. > -- http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/> twitter : @mreunionlabs @abangkis page : https://plus.google.com/104168782385184990771

Tapestry 5.4 datefield on value changed

2015-07-07 Thread abangkis
ustom javascript to handle this? Is that correct? Cheers -- http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/> twitter : @mreunionlabs @abangkis page : https://plus.google.com/104168782385184990771

Re: Tapestry 5.4 datefield on value changed

2015-07-08 Thread abangkis
Okay. Thanks a lot Thiago. On Wed, Jul 8, 2015 at 4:37 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, 07 Jul 2015 15:26:57 -0300, abangkis wrote: > > Hi guys, what is the easiest way to detect value changed on datefield? I >> was expecting some

Commit After not working after migrating to IntelliJ

2016-02-03 Thread abangkis
But using @CommitAfter annotation isn't. Anybody know why is this happening? Thanks -- http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/> twitter : @mreunionlabs @abangkis page : https://plus.google.com/104168782385184990771

Re: Commit After not working after migrating to IntelliJ

2016-02-04 Thread abangkis
I managed to setup and import the simple project to github if anyone have the time to look at it. https://github.com/abangkis/CommitTest. First time using git, let me know if something is missing. Thanks On Thu, Feb 4, 2016 at 5:53 AM, abangkis wrote: > Hello, I've just recently migra

Gradle version of maven archetype.

2016-02-04 Thread abangkis
gt; twitter : @mreunionlabs @abangkis page : https://plus.google.com/104168782385184990771

Re: Commit After not working after migrating to IntelliJ

2016-02-04 Thread abangkis
ommitAdvice(receiver); > } > > This advice method is configured to match against any service whose id ends > with "DAO", such as "PersonDAO". > > The advisor scans the service interface and identifies any methods with the > @CommitAfter annotation. > > On Th

Re: Gradle version of maven archetype.

2016-02-04 Thread abangkis
, 2016 8:07 AM, "abangkis" wrote: > > > I'm learning gradle, and planning to create something similar to tapestry > > maven archetype as a gradle plugin. Is there a quick way to port maven > > archetype to gradle, or do I have to write it down from scratch? > > >

Re: Commit After not working after migrating to IntelliJ

2016-02-04 Thread abangkis
t; > I have not used the hibernate integration myself. But my guess is that > you > > should depend on tapestry-hibernate instead of > tapestry-hibernate-core > > As far as I can tell from the sources, the CommitAfterWorker class lives > in > > that module. > &

Read Only Field in BeanEditForm

2010-05-28 Thread abangkis
field from the beaneditform.. Thanks, Abangkis - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Read Only Field in BeanEditForm

2010-05-28 Thread abangkis
ah... thanks thiago. That would work. Cheers, Abangkis On Sat, May 29, 2010 at 12:51 AM, Thiago H. de Paula Figueiredo wrote: > On Fri, 28 May 2010 14:24:45 -0300, abangkis wrote: > >> Hello, > > Hi! > >> is there any property to set a field in beaneditform to

Jumpstart AssetProtectionFilter and Chenillekit Rich Editor

2010-07-23 Thread abangkis
i remove the CK component, the page work just fine. My guess is i'm still missing some of the resource but couldn't figure it out what is the resource. Thanks for the help Cheers, Abangkis - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Jumpstart AssetProtectionFilter and Chenillekit Rich Editor

2010-07-23 Thread abangkis
one else face the same problem as me. Cheers, Abangkis On Fri, Jul 23, 2010 at 9:08 PM, abangkis wrote: > Hello, I've emplemented jumpstart AssetProtectionFilter in my > application. And add the list bellow as the white list > >                final HashSet ASSETS_WHITE_LIST =

configuration precedence

2010-11-03 Thread abangkis
production mode to false in my app module configuration.add(SymbolConstants.PRODUCTION_MODE, "false"); And then set it true in the web.xml tapestry.production-mode true Would the xml value override the appmodule configuration ? Thanks, Abangkis --

Re: configuration precedence

2010-11-03 Thread abangkis
Ok, thanks a lot Christian :) On Thu, Nov 4, 2010 at 3:29 AM, Christian Köberl < tapestry.christian.koeb...@gmail.com> wrote: > > > abangkis wrote: > > > > Hi in http://tapestry.apache.org/tapestry5.1/guide/conf.html said that > > there > > are 3

Deploying T5.2.2 in Glassfish 2.1.1

2010-11-10 Thread abangkis
rom the lib/ext folder (workaround when deploying T5.1.0.5 in GF). For the record I'm using hibernate 3.6.0 , since it works on my dev env, i don't think there's a problem using that version. Can anyone help me with this problem ? Thanks a lot, Cheers, Abangkis [#|2010-11-1

Re: Deploying T5.2.2 in Glassfish 2.1.1

2010-11-10 Thread abangkis
hm.. moving to Glassfish v3.0.1 with the same deployment files doesn't show any of the previous problem. On Wed, Nov 10, 2010 at 9:46 PM, abangkis wrote: > Hello all, > > I was upgrading my apps from T 5.1.0.5 to T.5.2.2 , I've managed to make it > run in my dev environmen

ComponenentRequestHandler doesn't exist when testing using TestNG

2011-01-05 Thread abangkis
test that build the tapestry registry for my services and run it. But i received an error that the ComponentRequestHandler doesn't exist. Here's the contribution in the appmodule, test file and the stack trace. I wonder what I've missed ? Cheers, Abangkis public class AppModule

Re: ComponenentRequestHandler doesn't exist when testing using TestNG

2011-01-05 Thread abangkis
test. Is there anyway to contribute the quartz.properties that will work inside and outside of the servlet context ? Cheers, Abangkis On Wed, Jan 5, 2011 at 9:38 PM, Josh Canfield wrote: > It doesn't look like you are including TapestryModule in your registry. > Since you're b

Re: ComponenentRequestHandler doesn't exist when testing using TestNG

2011-01-05 Thread abangkis
her > option. > > > > On Wed, Jan 5, 2011 at 8:08 AM, Donny Nadolny >wrote: > > > >> You can contribute just the name of the file you want > >> ("quartz.properties"), > >> put it in the classpath, eg in src/main/resources, and then in the

Re: ComponenentRequestHandler doesn't exist when testing using TestNG

2011-01-05 Thread abangkis
e it, load it from the classloader as a resource: > InputStream in = getClass().getResourceAsStream("quartz.properties"); > But instead of "quartz.properties" you can use the symbol that contains > that > filename. > > > On Wed, Jan 5, 2011 at 10:06 AM, abangki

URL protocol versioning in Tapestry 5

2011-03-08 Thread abangkis
case. Can anyone advise me what is the advantage of using one to the other ? Treating the version as the first param for each method would also work. But i think the two other alternative above will give a better an cleaner approach. Thanks a lot Abangkis -- http://www.mreunion-labs.net/ tw

Re: URL protocol versioning in Tapestry 5

2011-03-09 Thread abangkis
t; My question. Is there any way i can do this, without have to include protocol_version as the first parameter for each method ? Thanks In Advance Abangkis <http://www.myserver.com/myapps/page.method/protocol_version/param2/param3/moreparam> On Tue, Mar 8, 2011 at 2:24 PM, abangkis wrot

Re: URL protocol versioning in Tapestry 5

2011-03-09 Thread abangkis
protocol_version would just be another parameter in the onActionFromXXX method. But that means i would have to write the same code for each of the method that is accessed by the mobile client. I'm wondering if i could do this only in one place. I hope my intention is clear enough. Cheers A

Re: URL protocol versioning in Tapestry 5

2011-03-09 Thread abangkis
apestry5/services/linktransform/ComponentEventLinkTransformer.html > > On Wed, Mar 9, 2011 at 2:03 PM, abangkis wrote: > > > Hi igor thanks for the reply. The protocol_version is just a string. For > > example, > > > > http://www.myserver.com/myapps/page_name.method_name/1.0/p

Re: URL protocol versioning in Tapestry 5

2011-03-10 Thread abangkis
der request URLs, and > Tapestry has facilities (generally, advanced usage of the activate and > passivate events) to keep those stable even when underlying > implementation of the pages evolve. > > On Wed, Mar 9, 2011 at 5:39 AM, abangkis wrote: > > Great :D Thanks a lot igor

Re: An idea to improve the documentation

2013-10-14 Thread abangkis
I think the Android documentation is a great example for this http://developer.android.com/reference/android/app/Activity.html As you see in the link, you can click the (view source) link beside each class name to view the related source code. On Mon, Oct 14, 2013 at 6:17 PM, Bob Harner wrote:

Re: What is your tapestry project setup like (build tool/ide)

2012-01-21 Thread abangkis
Hi, my setup is pretty basic, I use eclipse to generate a dynamic web project, copy the library to the WEB-INF library. Setup a server in the eclipse window using Tomcat. Right click to start the server. And the app is running. I found that this is the easiest way to get people to start using tape

OAuth2 Server tapestry implementation

2016-03-22 Thread abangkis
Hi, is there a Tapestry module for OAuth2 Server available? I'm currently looking at Apache Oltu to create a OAuth2 Server. Regards. -- http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/> twitter : @mreunionlabs @abangkis page : https://plus.google.com/104168782385184990771

Re: OAuth2 Server tapestry implementation

2016-03-22 Thread abangkis
016 at 6:14 PM, abangkis wrote: > > > Hi, is there a Tapestry module for OAuth2 Server available? > > > ==> Hi, my understanding so far there is no tapestry library for oauth2. > You have to integrate spring-tapestry security from tynamo project and > integrate spring oaut

Re: OAuth2 Server tapestry implementation

2016-03-22 Thread abangkis
Yes. > > > > > > -- > > Thiago H. de Paula Figueiredo > > Tapestry, Java and Hibernate consultant and developer > > http://machina.com.br > > > > - > > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > > For additional commands, e-mail: users-h...@tapestry.apache.org > > > > > -- http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/> twitter : @mreunionlabs @abangkis page : https://plus.google.com/104168782385184990771

Re: OAuth2 Server tapestry implementation

2016-03-23 Thread abangkis
count and finally returning JWTs > for sessionless *and* using the same tokens for authorizing websocket > connections. Phew. I may try to spin some parts of it off to an open source > library but not quite sure yet what exactly would make a good reusable > module. > > Kalle > &

Re: OAuth2 Server tapestry implementation

2016-03-23 Thread abangkis
s an Oauth endpoint. > > Kalle > > On Wed, Mar 23, 2016 at 1:13 AM, abangkis wrote: > > > Thanks Kalle. Yes, I've been following that. Turning the Jax-RS sample > to a > > servlet one, before try to migrate it to tapestry. I Guess my knowledge > on > > OAut

Webhook example

2016-06-16 Thread abangkis
Hi, does anyone have an example of creating a webhook in Tapestry? I'm trying to create a telegram bot with tapestry backend. Thanks -- http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/> twitter : @mreunionlabs @abangkis page : https://plus.google.com/104168782385184990771

Canceling Periodic Job

2016-06-17 Thread abangkis
page? -- http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/> twitter : @mreunionlabs @abangkis page : https://plus.google.com/104168782385184990771

Re: Webhook example

2016-06-17 Thread abangkis
2016 at 3:10 PM, JumpStart < geoff.callender.jumpst...@gmail.com> wrote: > Do you mean where Tapestry provides webhooks to be called by an external > party (perhaps a bot)? If yes, can it be RESTful? > > > On 17 Jun 2016, at 10:09 AM, abangkis wrote: > > > > Hi

Re: Canceling Periodic Job

2016-06-17 Thread abangkis
jobs is > > made available via getJobs(). I have not implemented cancel but I think > all > > that's needed would be to call the cancel method on the job > > > > On Friday, June 17, 2016, abangkis wrote: > > > > > Hai, I'm creating a periodic jo

Re: Logical Page Name Shortening

2016-08-25 Thread abangkis
gt; I read that Tapestry removed the redundant suffix of the URL in > > certains > > > > cases, and and wanna know why or where do they do this ? > > > > > > > > > > > > Thanks > > > > > > > > > > > > > > > > > -- > > > Dmitry Gusev > > > > > > AnjLab Team > > > http://anjlab.com > > > > > > > > > > > -- > > Dmitry Gusev > > > > AnjLab Team > > http://anjlab.com > > > > > > -- > Dmitry Gusev > > AnjLab Team > http://anjlab.com > -- http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/> twitter : @mreunionlabs @abangkis page : https://plus.google.com/104168782385184990771

Re: [Announcement] New feature for Tapestry 5.4.2 and 5.5: easily call event handler methods from JavaScript

2017-04-27 Thread abangkis
emo/module1/pages/PublishEventDemo.tml > > > > https://github.com/sveine/tapestry-multi-module-demo/ > > blob/master/module1-root/module1/src/main/resources/META-INF/modules/ > > publisheventdemo.js > > > > https://github.com/sveine/tapestry-multi-module-demo/ > > blob/master/core/src/main/resources/META-INF/modules/ > util/tapestryutil.js > > (TapestryUtil.ajaxEvent) > > > > > > -- > Thiago > -- http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/> twitter : @mreunionlabs @abangkis page : https://plus.google.com/104168782385184990771

Re: [Announcement] New feature for Tapestry 5.4.2 and 5.5: easily call event handler methods from JavaScript

2017-04-27 Thread abangkis
Thank you very much. I got it working. Now my code is going to be a whole lot cleaner. Good job Thiago. On Thu, Apr 27, 2017 at 7:10 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Thu, Apr 27, 2017 at 6:43 AM, abangkis wrote: > > > Hi. Thanks for the awes

Re: [Announcement] New feature for Tapestry 5.4.2 and 5.5: easily call event handler methods from JavaScript

2017-04-27 Thread abangkis
5.4.2 and 5.5: easily > call event handler methods from JavaScript > > On Thu, Apr 27, 2017 at 6:43 AM, abangkis <[hidden > email]> wrote: > > > Hi. Thanks for the awesome improvement. I want to adopt it immediately. > > > Hi! Nice! :) > > > > But I've

Tapestry Ajax Security

2017-04-30 Thread abangkis
provided by the framework? Thanks in advance -- http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/> twitter : @mreunionlabs @abangkis page : https://plus.google.com/104168782385184990771

Re: Tapestry Ajax Security

2017-05-01 Thread abangkis
Okay. Thank you very much for the info. On Mon, May 1, 2017 at 1:42 PM, Chris Poulsen wrote: > Your means to securing a "traditional tapestry page" (filter based > approach) should be sufficient. > > On Mon, May 1, 2017 at 6:39 AM, abangkis wrote: > > > Hi, with

Publisher - Subscriber pattern for Tapestry Service

2017-06-17 Thread abangkis
Hi, can anyone tell me how to implement Pub - Sub pattern in tapestry service? Does tapestry has some kind of 'lightweight MQ' for this kind of case? Thanks -- http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/> twitter : @mreunionlabs @abangkis page : https:/

Re: Publisher - Subscriber pattern for Tapestry Service

2017-06-18 Thread abangkis
think a pub-sub mechanism would be better. Using Rabbit MQ or JMS feels like an over engineer solution for this simple case. Thanks. On Sun, Jun 18, 2017 at 7:17 PM, Basile Chandesris wrote: > Le 18/06/2017 à 08:51, abangkis a écrit : > > Hi, can anyone tell me how to implement Pub -

Re: Publisher - Subscriber pattern for Tapestry Service

2017-06-20 Thread abangkis
; thiag...@gmail.com> wrote: > On Sun, Jun 18, 2017 at 12:52 PM, abangkis wrote: > > > Lets say I have a hashtag entity that i stored in the database and > managed > > by HashtagDAO (a tapestry service). And then i have a > TwitterParserService > > that check if a twe

Opening Injected Page in a new tab.

2017-12-06 Thread abangkis
do this from the java code? Thank you very much. -- http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/> twitter : @mreunionlabs @abangkis page : https://plus.google.com/104168782385184990771 <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&ut

Re: Opening Injected Page in a new tab.

2017-12-06 Thread abangkis
rom the > server side. > > On Wed, Dec 6, 2017 at 1:11 PM, abangkis wrote: > > > Hi, > > > > I have a javascript that trigger a page navigation. It's working > perfectly > > with the code below. > > > > @InjectPage > >

Override tapestry5 datefield default format

2018-04-10 Thread abangkis
Hi, is there a quick way to override tapestry datefield default format? In a single datefield i can do But it became very repetitive for many pages. Regards -- http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/> twitter : @mreunionlabs @abangkis page : https://plus.goog

Re: Override tapestry5 datefield default format

2018-04-10 Thread abangkis
tDateInstance(DateFormat.SHORT, locale), where locale is got > through @Inject. Is your desired date format the one returned by that > method for your locale? > > On Tue, Apr 10, 2018 at 5:26 AM, abangkis wrote: > > > Hi, is there a quick way to override tapestry dat

Re: Override tapestry5 datefield default format

2018-04-11 Thread abangkis
is, not tested: > > public static void contributeComponentOverride(MappedConfiguration Class> configuration) { > configuration.add(DateField.class, YourDateField.class); > } > > Doing this, Tapestry will use YourDateField instead of DateField when you > have a or . > > On Tue, Apr 10, 2

Re: Override tapestry5 datefield default format

2018-04-11 Thread abangkis
to create your own DateField class by copying the source >> from the Tapestry one, customizing it to your needs and contributing it to >> the ComponentOverride service. Something like this, not tested: >> >> public static void contributeComponentOverride(MappedConfiguration> Class&g

Grid custom no field

2018-04-18 Thread abangkis
x + 1; } -- http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/> twitter : @mreunionlabs @abangkis page : https://plus.google.com/104168782385184990771

Re: Grid custom no field

2018-04-20 Thread abangkis
gt; creatingmixins > http://jumpstart.doublenegative.com.au/jumpstart/examples/tables/ > gridbeanmodel1 > > Geoff > > > On 19 Apr 2018, at 2:20 pm, Chris Poulsen > wrote: > > > > Create a component? > > > > -- > > Chris > > > > On Thu,

Re: Datepicker with hours and minutes

2018-04-24 Thread abangkis
Thanks for your hints! > > Greetings, Ric > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- http://www.mreunionlabs.net/ <http://www.mreunion-labs.ne

Re: Grid custom no field

2018-04-29 Thread abangkis
grid; @BeginRender void begin(MarkupWriter writer) { int no = grid.getRowsPerPage() * (grid.getCurrentPage() - 1) + idx + 1; writer.write(String.valueOf(no)); } } On Fri, Apr 20, 2018 at 2:34 PM, abangkis wrote: > Hi chris and geoff, I guess creating a component or

  1   2   >