Re: Multiple file uploads

2014-07-01 Thread Dragan Sahpaski
Also, The excellent tapestry-jquery file upload http://tapestry5-jquery.com/components/docsajaxupload Cheers, Dragan Sahpaski On Tue, Jul 1, 2014 at 5:02 PM, Lance Java wrote: > See Taha's post here: > http://tawus.wordpress.com/2011/06/25/ajax-upload-for-tapestry/ > On 1

Re: GIT

2014-03-19 Thread Dragan Sahpaski
Fine here. http://www.downforeveryoneorjustme.com/git-wip-us.apache.org/repos/asf?p=tapestry-5.git there is also a mirror on github https://github.com/apache/tapestry-5 Cheers, Dragan Sahpaski On Wed, Mar 19, 2014 at 12:29 PM, Andreas Ernst wrote: > http://git-wip-us.apache.org/repos/

Re: 5.4-beta3 JavaScript backward compatibility issue? - Tynamo CKEditor 0.0.1 with tapestry 5.4-beta3 does not seem to work

2014-03-14 Thread Dragan Sahpaski
bably release a new version of tapestry-ckeditor. I wan't it to be compatible with 5.4 ASAP. ​Thanks for reporting this one and for the debugging info. Cheers, Dragan Sahpaski On Thu, Mar 13, 2014 at 7:22 PM, Balázs Palcsó wrote: > Hi All, > > I am trying to use tynamo/ckedito

Re: 5.4 tutorial/documentation for building jquery ajax request.

2014-03-10 Thread Dragan Sahpaski
On Mon, Mar 10, 2014 at 9:10 PM, George Christman wrote: > I'm trying to create a custom implementation of bootstrap/modal where I can > dynamically load the content via ajax while modal is open. My use case is > iterate through a series of warnings while clicking the submit action. I'd > like to

Re: Error: 'ApplicationContextCustomizer' has already been defined after changed Tapestry version (up or down)

2014-02-21 Thread Dragan Sahpaski
It's a transitive dependency. Do mvn dependency:tree of you're using maven. Cheers, Dragan Sahpaski On Fri, Feb 21, 2014 at 5:20 PM, Yago González wrote: > Yes, exactly but Why? Where is stored old JAR's ? > In pom have not reference´ s, is cached under .m2/repository ¿?

Re: 5.4 javascript events

2014-02-20 Thread Dragan Sahpaski
On Thu, Feb 20, 2014 at 1:59 PM, Dragan Sahpaski wrote: > You need to requre the events module and listen to events.zone.update or > without the events module dependency just "t5:zone:update". > The global Tapestry namespace (from 5.3) is replaced various with requrejs > mo

Re: 5.4 javascript events

2014-02-20 Thread Dragan Sahpaski
t;, willUpdate: "t5:zone:will-update", didUpdate: "t5:zone:did-update", refresh: "t5:zone:refresh" }, Cheers, Dragan Sahpaski On Thu, Feb 20, 2014 at 1:52 PM, Nathan Quirynen < nat...@pensionarchitects.be> wrote: &

Re: Tapestry 5.4 Dojo as the Infrastructure Provider

2014-01-27 Thread Dragan Sahpaski
ob;f=tapestry-core/src/main/preprocessed-coffeescript/org/apache/tapestry5/t5-core-dom.coffee;h=c76a6fedb9c73b7ab077a1df59bb4e64d8891528;hb=HEAD Cheers, Dragan Sahpaski On Sun, Jan 26, 2014 at 9:18 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Thu, 23 Jan 2014 22:35:04 -0200, Azudio Develo

Re: How do you unit test services with dependent services

2014-01-21 Thread Dragan Sahpaski
code that does this in TapestryAppInitializer.java which uses IOCUtilities.addDefaultModules to add the ioc modules (which you can try also if you want to avoid specifying each module manually). Cheers, Dragan Sahpaski On Tue, Jan 21, 2014 at 9:04 PM, Dmitry Gusev wrote: > As Dragan said, you h

Re: How do you unit test services with dependent services

2014-01-21 Thread Dragan Sahpaski
You have to manually add ALL the tapestry IOC modules you're using (in this case the tapestry-security module org.tynamo.security.services.SecurityModule), because you're starting only the Registry and not the entire webapp. Cheers, Dragan Sahpaski On Tue, Jan 21, 2014 at 8:22

Re: How do you unit test services with dependent services

2014-01-21 Thread Dragan Sahpaski
. That's why we prefer constructor based injection. If we need to mock methods in the service that's being bested than we usually use Spy in Spock or the equivalent feature in other mock frameworks. Cheers, Dragan Sahpaski On Tue, Jan 21, 2014 at 6:34 PM, Dmitry Gusev wrote: > I u

Re: HTTPS enabled Application

2014-01-15 Thread Dragan Sahpaski
raint-configuration-inside-web-xml-for-tomcat Cheers, Dragan Sahpaski On Wed, Jan 15, 2014 at 2:49 PM, Athneria, Mahendra < mahendra.athne...@atos.net> wrote: > I have checked the spelling, and it is fine. > > We are using Tapestry 5.1.0.5 version. Does it work in Tapest

Re: HTTPS enabled Application

2014-01-15 Thread Dragan Sahpaski
uming tapestry 5.3.7 but as far as i remember it was the same in 5.2. Cheers, Dragan Sahpaski On Wed, Jan 15, 2014 at 1:49 PM, Athneria, Mahendra < mahendra.athne...@atos.net> wrote: > Hi Dragan, > > Thanks for your reply. I have done the same thing. Below is the code from >

Re: HTTPS enabled Application

2014-01-15 Thread Dragan Sahpaski
://tapestry.apache.org/https.html#HTTPS-SecuringMultiplePages Cheers, Dragan Sahpaski On Wed, Jan 15, 2014 at 1:12 PM, Dmitry Gusev wrote: > What I suggest is to put @Secure annotation to your pages so that your > links to that pages started with https:// > Also if you open these pages

Re: How do you turn off prototype in 5.4

2013-11-08 Thread Dragan Sahpaski
;prototype". */ SCRIPTACULOUS, /** * Support for Tapestry 5.3 style initializers (the client-side {@code T5.initializers} namespace). */ INITIALIZERS; } Cheers, Dragan Sahpaski On Fri, Nov 8, 2013 at 6:42 PM, Michael Gentry wrote: > Hi George, > &

Re: T5.3: per page context session storage?

2013-11-07 Thread Dragan Sahpaski
See the sign up for a JIRA account section here http://jira.codehaus.org/secure/Dashboard.jspa Cheers, Dragan Sahpaski On Thu, Nov 7, 2013 at 3:38 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Thu, 07 Nov 2013 12:27:41 -0200, Dragan Sahpaski < > dragan.sah

Re: T5.3: per page context session storage?

2013-11-07 Thread Dragan Sahpaski
(...) {} > > to auto manage conversation id, extract/prepend to context list? > > Query param support out of box can be nice as well. > ​I agree that query support would be very nice. You could file a JIRA for it http://jira.codehaus.org/browse/TYNAMO > > > On T

Re: T5.3: per page context session storage?

2013-11-07 Thread Dragan Sahpaski
etc. Cheers, Dragan Sahpaski On Thu, Nov 7, 2013 at 3:01 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > Quick question: does the package support mapping the conversation id to a > query parameter? > > > On Thu, 07 Nov 2013 11:30:59 -0200, Dragan Sahp

Re: T5.3: per page context session storage?

2013-11-07 Thread Dragan Sahpaski
in memory or in the context is a complexity balancing issue. More complex code or bigger memory hit. Up to you to decide.​ > > > > > On Wed, Nov 6, 2013 at 3:23 PM, Dragan Sahpaski > wrote: > > > Hi Dmitriy, > > What you've described is having a conversational sc

Re: T5.3: per page context session storage?

2013-11-06 Thread Dragan Sahpaski
very well. Cheers, Dragan Sahpaski On Wed, Nov 6, 2013 at 12:11 PM, Dmitriy Vsekhvalnov wrote: > Hi all, > > looking for a way to have session storage per context, e.g. 2 pages: > > /profile/details/1 > /profile/details/2 > > if work with both in different tabs s

Re: fckeditor for Tapestry 5.3

2013-04-15 Thread Dragan Sahpaski
Probably there are javascript errors in the console. I haven't used the fckeditor plugin for tapestry but take a look at tynamo's fully functional ckeditor plugin, compatible with tapestry 5.3.6. http://tynamo.org/tapestry-ckeditor+guide Cheers, Dragan Sahpaski On Mon, Apr 15, 2013

Re: Example of how to render Tapestry5 block from Service

2013-04-07 Thread Dragan Sahpaski
Writer and a Render queue by just invoking RenderCommand.render for each RenderCommand in the Block, cause the Block is just a list of RenderCommands? Cheers, Dragan Sahpaski 2013/4/7 Dmitry Gusev > FYI: > > > http://dmitrygusev.blogspot.ru/2013/04/render-tapestry5-blo

Re: Zones / Forms in a loop - Which iteration invoked the action?

2012-11-24 Thread Dragan Sahpaski
Did you try defer="false" ? http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/Submit.html Cheers, Dragan Sahpaski On Sat, Nov 24, 2012 at 9:12 PM, Lenny Primak wrote: > I tried that way too, but the problem is I can't correlate the button

Re: Zones / Forms in a loop - Which iteration invoked the action?

2012-11-24 Thread Dragan Sahpaski
Maybe use the form's context param to differentiate which form got submitted, and handle onSubmit or onSuccess instead of the submit event? Cheers, Dragan Sahpaski On Sat, Nov 24, 2012 at 8:31 PM, Lenny Primak wrote: > > > > > > > > > ... J

Re: Update the tapestry site

2012-11-19 Thread Dragan Sahpaski
il to setup the appropriate rights? > After you send it to apache you get a confirmation email that you can forward here to the list and ask for access. Post your username in the same message. > > Cheers, > Joost > > > On Nov 19, 2012, at 11:21 PM, Dragan Sahpaski wrote: &

Re: Update the tapestry site

2012-11-19 Thread Dragan Sahpaski
Done, You can get access by filling an apache ICLA (don't have to be a comitter). Read more here http://www.apache.org/licenses/ Cheers, Dragan Sahpaski On Mon, Nov 19, 2012 at 10:45 PM, Joost Schouten (mailing lists) < joost...@jsportal.com> wrote: > Hi Muhammad, > >

Re: Symbol field injection doesn't work when the symbol is used in the service class constructor

2012-11-14 Thread Dragan Sahpaski
Yes sure, Thanks Cheers, Dragan Sahpaski On Wed, Nov 14, 2012 at 6:19 PM, Tony Nelson wrote: > I think you need to use constructor injection for that.. > > http://tapestry.apache.org/symbols.html > > public MySeviceImpl(@Value("mySymbol") boolean mySymbolValue

Re: Retain BeanModel when sorting columns?

2012-10-29 Thread Dragan Sahpaski
On 29.10.2012 12:51, membersound wrote: OK I see. I'm doing it with BeanModelSource based on this example: http://jumpstart.doublenegative.com.au/jumpstart/examples/tables/gridmodel1 Would you recommend me switching to a GridDataSource in my page class for providing the data instead of a list a

Re: Retain BeanModel when sorting columns?

2012-10-29 Thread Dragan Sahpaski
Can we have the full code? You are probably talking about a grid. The grid data is in the GridDataSource not in the BeanModel. Anyway. If you have a Hibernate like GridDataSource I wouldn't recommend persisting it because the sort should be done using SQL "order by" so persisting would imply yo

Re: Dynamic Assets

2012-10-28 Thread Dragan Sahpaski
Yes as I said, AssetSource is the service. AssetSourceImpl is the implementation. You inject the service. Cheers, Dragan Sahpaski On Sun, Oct 28, 2012 at 11:35 PM, sommeralex wrote: > works now with > > @Inject > private AssetSource assetSource; > > assetSourc

Re: tapestry5-highcharts available

2012-10-15 Thread Dragan Sahpaski
If you need charts than maybe http://nvd3.com which is a utils charting library based on d3. Cheers, Dragan Sahpaski On Mon, Oct 15, 2012 at 12:18 PM, Massimo Lusetti wrote: > On Mon, Oct 15, 2012 at 11:41 AM, François Facon > wrote: > >> We will deploy a release version this

Re: Custom Component Id Other than Class Name

2012-10-13 Thread Dragan Sahpaski
I guess it's possible that you put components into different "virtual folders"/packages and then make different library mapping names for them. http://tapestry.apache.org/component-libraries.html#ComponentLibraries-Step4%3AConfigurethevirtualfolder Cheers, Dragan Sahpaski On Su

Re: refreshing zone without highlighting it

2012-09-12 Thread Dragan Sahpaski
Here you go: http://tapestry.apache.org/ajax-and-zones.html#AjaxandZones-ZoneEffectFunctions Cheers, Dragan Sahpaski On Wed, Sep 12, 2012 at 10:27 AM, sommeralex wrote: > hi! > > does anybody know how i can use the periodic zone updater that way that the > zone is not being highlig

Re: updating from 5.3.1 to 5.3.5

2012-09-11 Thread Dragan Sahpaski
On Tue, Sep 11, 2012 at 7:31 PM, sommeralex wrote: > and what does this mean? > > tapestry core only exists as 5.3.4 > > http://mvnrepository.com/artifact/org.apache.tapestry/tapestry-core Here is the maven central link to 5.3.5 http://search.maven.org/#artifactdetails%7Corg.apache.tapestry%7Ctap

Re: periodic zone updater

2012-09-05 Thread Dragan Sahpaski
Here it is http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/corelib/mixins/ZoneRefresh.html Regarding the tapestry documentation. I guess it's not documented yet. You should probably open a JIRA for a documentation task regarding ZoneRefresh Cheers, Dragan Sahpaski On Wed,

Re: Rendering form submit button inside ProgressiveDisplay component exception

2012-08-27 Thread Dragan Sahpaski
One small mistake ... you can't move the form in the progressive display ... should be ... you can't move the form in the block ... Cheers, Dragan Sahpaski On Mon, Aug 27, 2012 at 7:24 PM, Dragan Sahpaski wrote: > Well yes. It seems that you can't move the form in the pro

Re: Rendering form submit button inside ProgressiveDisplay component exception

2012-08-27 Thread Dragan Sahpaski
click event for non ajax submit or trigger Tapestry.FORM_PROCESS_SUBMIT_EVENT on the form for an ajax submit. For example with prototype if the form id is 'my_form' you can do it like this. $('my_form').fire(Tapestry.FORM_PROCESS_SUBMIT_EVENT). In jQuery similar just look it up.

Re: Rendering form submit button inside ProgressiveDisplay component exception

2012-08-27 Thread Dragan Sahpaski
submit really isn't inside a form it's just rendered in runtime in the client form. Cheers, Dragan Sahpaski On Mon, Aug 27, 2012 at 7:08 PM, George Christman wrote: > I rendered the form without the use of a button, but with the button's text > and checked the source with

Re: Rendering form submit button inside ProgressiveDisplay component exception

2012-08-27 Thread Dragan Sahpaski
A submit button must be included in a form. Seems like you are missing a surrounding form. Cheers, Dragan Sahpaski On Mon, Aug 27, 2012 at 6:56 PM, George Christman wrote: > Hello, I have a list of tapestry submit buttons I'm trying to load inside my > progressive display compone

Re: Zone within a Zone problem

2012-06-30 Thread Dragan Sahpaski
On Sat, Jun 30, 2012 at 7:18 PM, bhorvat wrote: > It seems that the inner zone is not triggering the outer to refresh as well. > I guess I am just not wiring things up properly as this should not be the > case. This is what I have > > > > > >

Re: Zone within a Zone problem

2012-06-30 Thread Dragan Sahpaski
On Sat, Jun 30, 2012 at 7:06 PM, bhorvat wrote: > Well that was my starting point where I encountered the problem in the first > place. Once the outer zone refreshes it changes the zone id and the link > does not work any more. The zone id is change but the link that was pointing > to that zone is

Re: Zone within a Zone problem

2012-06-30 Thread Dragan Sahpaski
Hi, On Sat, Jun 30, 2012 at 4:30 PM, bhorvat wrote: > Hi, > > Can you please help me with the first approach since the second one is great > if the link is surrounded by the zone it needs to refresh but if it is > not... > > so I have > > > > > > > > How do I use zone.getClientId(), where

Re: Zone within a Zone problem

2012-06-30 Thread Dragan Sahpaski
On Sat, Jun 30, 2012 at 1:31 PM, bhorvat wrote: > Solution #2 works greate, thanks for that. > It is strange that once the zone is updated and changes the id's it does not > change the id's of those components/links that depend on that id It changes the client id's. You are talking mainly about s

Re: Zone within a Zone problem

2012-06-30 Thread Dragan Sahpaski
Hi, After the update of the first zone - the second zone's Id is changed (tapestry does this when the zone updates). Check with firebug or something. Solution: 1: Inject the zone and take make getClientId() (to take the generated id) 2: From the docs in http://tapestry.apache.org/ajax-and-zones.ht

Re: Announcement: Beta release of tapestry-cometd

2012-06-21 Thread Dragan Sahpaski
Why do we need tapestry5-jquery as a dependency? I can see you don't use it in the main project. Cheers, Dragan Sahpaski On Thu, Jun 21, 2012 at 11:28 PM, Howard Lewis Ship wrote: > The question is: how much of this can I look at before I build something > right into 5.4?  Licensing

Re: Lightweight TapestryTools update site

2012-06-12 Thread Dragan Sahpaski
Hi, Here's the issue: http://code.google.com/p/tapestrytools/issues/detail?id=31 Cheers, Dragan Sahpaski On Tue, Jun 12, 2012 at 9:52 AM, Gavin Lei wrote: > Hi Dragan, > > If you like, you can add a issue here > http://code.google.com/p/tapestrytools/issues/list, i will u

Re: Lightweight TapestryTools update site

2012-06-12 Thread Dragan Sahpaski
Thanks Gavin. Do you want me to open an issue on google code? IDK if you use the issue tracker. Cheers, Dragan Sahpaski On Tue, Jun 12, 2012 at 5:32 AM, Gavin Lei wrote: > Hi Dragon, > > Thank you for your feedback. I have not tired EclipseColor themes yet, > i will have a test

Re: Lightweight TapestryTools update site

2012-06-11 Thread Dragan Sahpaski
HTML editors in eclipse respect the theme settings and we wonder if this is something you noticed. We don't want to switch back to the white theme - so we'll be very grateful if you can fix this. IDK if this is some trivial fix or no. Cheers, Dragan Sahpaski On Mon, Jun 11, 2012 at 10:5

Re: Tapestry Transactions

2012-05-22 Thread Dragan Sahpaski
On Tue, May 22, 2012 at 3:59 PM, bhorvat wrote: > The thing is I am not sure for what it is used in the first place. Based on > everything that I have read it it seams to me that you use it to keep the > session open until you are done with the rendering of the tml. Yes. The hibernate session (j

Re: Tapestry Transactions

2012-05-22 Thread Dragan Sahpaski
On Tue, May 22, 2012 at 3:34 PM, bhorvat wrote: > Any thoughts on OpenSessionInViewFilter? > Yes. It's an anipattern (search it on google). Don't use it. I avoid detached entities, or keeping them in some serialized form. tapestry's ValueEncoder principle follows the principle of converting cli

Re: Tapestry Transactions

2012-05-22 Thread Dragan Sahpaski
Here's a nice blog post form tawus fro extended transactional support http://tawus.wordpress.com/2011/04/23/tapestry-magic-5-advising-services/ Cheers, Dragan Sahpaski On Tue, May 22, 2012 at 1:47 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, 22 May

Re: tapestry5-highcharts available

2012-03-30 Thread Dragan Sahpaski
I can just say this is AWESOME !. I will try to use it the first chance I got. Cheers, Dragan Sahpaski On Fri, Mar 30, 2012 at 11:40 AM, Emmanuel DEMEY wrote: > Hi everybody !! > > The WebPlatform team, from Atos Company, is very pleased to announce a new > Tapestry Compo

[ANNOUNCE] from tynamo: tapestry-ckeditor and tapestry-editablecontent

2012-03-21 Thread Dragan Sahpaski
-editablecontent-0.0.1 http://tynamo.org/tapestry-editablecontent+guide [3] CKEditor http://ckeditor.com/ [4] tapestry-ckeditor image upload http://jira.codehaus.org/browse/TYNAMO-146 Cheers, Dragan Sahpaski

Re: Application startup hook

2012-03-15 Thread Dragan Sahpaski
y module(s). SeeL: http://tapestry.apache.org/registry-startup.html#RegistryStartup-StartupMethods Cheers, Dragan Sahpaski > > Best regards > > Guillaume >

Re: Simple CMS / content editor component

2012-03-13 Thread Dragan Sahpaski
ynamo dev and users lists for further discussions on this module. Cheers, Dragan Sahpaski > > On Tuesday, 13 March 2012, Dragan Sahpaski > wrote: > > Hey Lance, > > Thanks for taking time to look at this. > > > > The code you suggested is a servlet implementation

Re: Simple CMS / content editor component

2012-03-13 Thread Dragan Sahpaski
urls/getting json response. The parameters will off course be validated, according to the provided permissions module. Eager to hear more thoughts on this. Cheers, Dragan Sahpaski On Tue, Mar 13, 2012 at 11:01 AM, Lance Java wrote: > I'm always very wary of servlets that allow access

Re: Simple CMS / content editor component

2012-03-13 Thread Dragan Sahpaski
w the list. If it turns out ok we'll have another tynamo module. Cheers, Dragan Sahpaski On Mon, Mar 12, 2012 at 9:30 PM, Ville wrote: > Hi, > > CKFinder is commercial product with no freeware licensing model afaik. > However their prices are so low that I'd be happy to p

Re: Simple CMS / content editor component

2012-03-11 Thread Dragan Sahpaski
he tapestry5-jquery fileupload component http://tapestry5-jquery.com/components/docsajaxupload. Cheers, Dragan Sahpaski > > At the time I wrote the original ckeditor I couldn't find decent file > browser and ended up doing a lot of work to get the file browser function > right

Re: ZoneRefresh mixin should cleanup after itself if the zone is destroyed

2012-03-08 Thread Dragan Sahpaski
Done, https://issues.apache.org/jira/browse/TAP5-1866 Please also see: https://issues.apache.org/jira/browse/TAP5-1867 which is a blocker for 1866. Cheers, Dragan Sahpaski On Thu, Mar 8, 2012 at 12:28 PM, Taha Hafeez Siddiqi < tawus.tapes...@gmail.com> wrote: > Hi Dragan > >

SeleniumTestCase.waitForElementToDisappear() does not seem to work

2012-03-08 Thread Dragan Sahpaski
Forg%2Fapache%2Ftapestry5%2Ftest%2FSeleniumTestCase.java&r1=1087494&r2=1087493&view=diff&pathrev=1087494 [3] Prototype hide() function http://prototypejs.org/api/element/hide Cheers, Dragan Sahpaski

Re: Hwo to redirect to another page from a vois @OnEvent method

2012-03-08 Thread Dragan Sahpaski
Exception{ if(something goes wrong) { response.sendRedirect("Some url"); } Cheers, Dragan Sahpaski > @OnEvent(value = EventConstants.ACTIVATE) >public void initPage(Object[] parameters) { > > if(something goes wrong) { >

ZoneRefresh mixin should cleanup after itself if the zone is destroyed

2012-03-08 Thread Dragan Sahpaski
ea is solid and back it up, I'm willing to work on implementing a patch. Clearly the improvement code would be internal (mainly javascript and tests to back it up), and won't involve public API changes. Cheers, Dragan Sahpaski

Re: Tapestry Forums

2012-03-07 Thread Dragan Sahpaski
but we have several projects in tapestry involving student work. Cheers, Dragan Sahpaski > If you do the math on > only these two, you will see how much popularity is conserved for the > upcoming years for Tapestry. ;) > > -- > View this message in context: > http://tapestry.1045711.

Re: browser back button, after logout while using Dispatcher

2012-03-05 Thread Dragan Sahpaski
Also check out this thread on the same topic (back button). http://tapestry.1045711.n5.nabble.com/Browser-Back-Button-td4909542.html#a4917143 The reply from Vangel is very detailed and explanatory. Cheers, Dragan Sahpaski On Mon, Mar 5, 2012 at 5:49 PM, Taha Hafeez Siddiqi < tawus.ta

Re: fckeditor for Tapestry 5.3

2012-03-01 Thread Dragan Sahpaski
pload on the server, but you can make a priority list if you are more familiar with what would be most useful to be implemented first. I'm willing to spend time working on them. Cheers, Dragan Sahpaski On Thu, Mar 1, 2012 at 4:51 AM, Kalle Korhonen wrote: > On Sat, Feb 18, 2012 at 10:

Re: fckeditor for Tapestry 5.3

2012-02-18 Thread Dragan Sahpaski
ation tests soon, its on the issues list. Also if you have some ideas what would be the easiest way for this small project to be published on maven central please share. Cheers, Dragan Sahpaski On Fri, Feb 17, 2012 at 10:32 PM, Kalle Korhonen wrote: > On Fri, Feb 17, 2012 at 12:33 PM

Re: fckeditor for Tapestry 5.3

2012-02-18 Thread Dragan Sahpaski
ation tests soon, its on the issues list. Also if you have some ideas what would be the easiest way for this small project to be published on maven central please share. Cheers, Dragan Sahpaski On Fri, Feb 17, 2012 at 10:32 PM, Kalle Korhonen wrote: > On Fri, Feb 17, 2012 at 12:33 PM

Re: fckeditor for Tapestry 5.3

2012-02-17 Thread Dragan Sahpaski
x27;t spot this. I'm on it and will get back to you tomorrow, hopefully with a solution. Cheers, Dragan Sahpaski On Fri, Feb 17, 2012 at 5:02 PM, Kalle Korhonen wrote: > On Fri, Feb 17, 2012 at 4:42 AM, Dragan Sahpaski > wrote: > > I'm not quite following you. I've

Re: fckeditor for Tapestry 5.3

2012-02-17 Thread Dragan Sahpaski
Hi Kalle, Thanks for the code cleanup. I'm not quite following you. I've successfully tested it with multiple editors in one zone with form and it's ok. Can you send me an example page which has this problem? I promise to look at it right away. Cheers, Dragan Sahpaski On Fri,

Re: Mixin for select

2012-02-14 Thread Dragan Sahpaski
Hi, I guess you could use the @BindParameter annotation [1] for that. [1] http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/annotations/BindParameter.html Cheers, Dragan Sahpaski 2012/2/14 Михаил Слободянюк > Hi! > > How i do bound Select's parametels (model, la

Re: How to automatically add mixins to all

2012-02-01 Thread Dragan Sahpaski
public class Submit extends org.apache.tapestry5.corelib.components.Submit { @Mixin private DisableAfterSubmit disableAfterSubmit; } Cheers, Dragan Sahpaski On Wed, Feb 1, 2012 at 3:10 AM, Yohan Yudanara wrote: > Hi, > > I'm planning to use Lenny Primak - Flowlogix's &qu

Re: Zone and Eventlink refresh problem

2012-01-21 Thread Dragan Sahpaski
Hi, On Sat, Jan 21, 2012 at 8:37 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Sat, 21 Jan 2012 16:56:59 -0200, Dragan Sahpaski < > dragan.sahpa...@gmail.com> wrote: > > Hi, >> > > Hi, Dragan! > > > This is expected behavior

Re: Zone and Eventlink refresh problem

2012-01-21 Thread Dragan Sahpaski
"zone-media-perview"; } Hope it helps. Cheers, Dragan Sahpaski On Fri, Jan 20, 2012 at 11:43 PM, bhorvat wrote: > > Hope this is bit better. Thanks > > > > > > > > > ${context:images/}${selectedA

Re: Grid displaying database relation

2012-01-16 Thread Dragan Sahpaski
editform-guide.html#BeanEditFormGuide-AddingNewPropertyEditors [2] Grid http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/Grid.html > > Thanks > Markus > > Cheers, Dragan Sahpaski > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >

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

2012-01-16 Thread Dragan Sahpaski
gging, so IDK if how deep can you debug your code with this setup. Cheers, Dragan Sahpaski On Mon, Jan 16, 2012 at 3:40 PM, Azudio wrote: > I use eclipse 3.7, m2e (bundled) & jettyrunner plugin - which includes > Jetty > 6&7. > > All runs very nicely. > > -- >

Re: [5.2] how to read the 'for' attribute of a t:label in a mixin ?

2012-01-16 Thread Dragan Sahpaski
a Heartbeat in the beginRender phase and ends it in the afterRender phase, so you can just use @HeartbeatDeferred to execute a method in your mixin that needs textField.getClientId(). [1]: Using Binding Expressions http://tapestry.apache.org/component-parameters.html#ComponentParamet

Re: [5.2] Programmatically set Zone attributes ?

2012-01-10 Thread Dragan Sahpaski
stry5/tapestry.js#L1772 Cheers, Dragan Sahpaski On Tue, Jan 10, 2012 at 12:11 PM, ffred wrote: > Hello, > > I would like to programmatically (from java) set the 'show' and 'update' > attribute of a zone. > I found no way of doing this neither from the page with an inj

Re: Eventlink - Ajax without zone parameter

2012-01-05 Thread Dragan Sahpaski
On Thu, Jan 5, 2012 at 5:35 PM, Igor Drobiazko wrote: > Maybe we should reuse zone paramater by passing a special zone id like > zone="*". There is already a special id ^, which means the first container > zone. > I like this idea. I''m using "^" a lot so at least for me it's a good concept. Che

Re: Eventlink - Ajax without zone parameter

2012-01-05 Thread Dragan Sahpaski
Hi, I agree with your point. I usually use a dummy zone for wiring the zone parameter of such links. IDK if a boolean is appropriate but It would be nice if we could avoid workarounds with dummy zones. Cheers, Dragan Sahpaski On Thu, Jan 5, 2012 at 2:40 PM, Lance Java wrote: > Correct me

Re: Tapestry 5 error page inspiring Groovy 2.0

2011-12-20 Thread Dragan Sahpaski
url=http://www.lunatech-research.com/sites/default/files/play-exception.png&w=629&h=338&ei=G9nwTvfTFcifOoXO-aoB&zoom=1&iact=hc&vpx=158&vpy=160&dur=1367&hovh=164&hovw=306&tx=156&ty=80&sig=113181604824394322430&page=1&tbnh=97&tbnw=181&

Re: random generated ids inside zone after update

2011-12-12 Thread Dragan Sahpaski
e the form should be rendered before the javascript so tapestry generated the id already. Java @InjectComponent private Form loginForm; public String getFormId(){ return loginForm.getClient(); } and in the javascript also $('${formId}').submit(); Hope this answers it right. Cheers, Dragan Sahpaski > regards, > andreas >

Re: random generated ids inside zone after update

2011-12-11 Thread Dragan Sahpaski
One more thing. I made a mistake in the 2nd case. Using a property expression ${zoneId} to bind the zone parameter in the Form is allowed but not preferred. Better use t:zone="prop:zoneId". Cheers, Dragan Sahpaski On Mon, Dec 12, 2011 at 8:01 AM, Dragan Sahpaski wrote: > Hi,

Re: random generated ids inside zone after update

2011-12-11 Thread Dragan Sahpaski
.apache.org/ajax-and-zones.html#AjaxandZones-ZoneComponentIdvs.ZoneElementId some other form elements . Hope this helps. Cheers, Dragan Sahpaski On Mon, Dec 12, 2011 at 7:53 AM, Andreas Bohnert wrote: > Hi, > > the id of a form element

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-09 Thread Dragan Sahpaski
Just install gradle and do gradle install. This will install the ajax upload artifact in your local repo. Cheers, Dragan Sahpaski On Fri, Dec 9, 2011 at 9:17 AM, angelochen wrote: > how to use maven to compile this component? for T5.3. thanks. > > -- > View this message in con

Re: Tapestry 5.3 and tapestry5-cayenne

2011-12-05 Thread Dragan Sahpaski
Hi, I haven't used tapestry5-cayenne, but I'd like to point you to another project that uses Cayenne with tapestry, if you like to browse it and see how cayenne is used in this project. https://github.com/bobharner/Tapestry-finder Hope it helps. Cheers, Dragan Sahpaski On Mon, D

Re: security

2011-12-04 Thread Dragan Sahpaski
Hi, I've been using tapestry-security (from the tynamo team) for quite some time now and I highly recommend it. It's based on apache shiro which is very mature. Cheers, Dragan Sahpaski On Sun, Dec 4, 2011 at 10:01 AM, csckid wrote: > Can I use spring security in my tapestry pr

Re: Tapestry5 Anchor Usage for Navigation

2011-11-30 Thread Dragan Sahpaski
On Wed, Nov 30, 2011 at 8:38 PM, C.Rigby wrote: > I'm developing a single page AJAX webapp with Tapestry 5 and Dojo. I'd > like > to allow the forward and back browser buttons to work, as well as allowing > users to share bookmarks within the app. I've been reading up on using > anchors to capt

Re: Tapestry Laptop Stickers

2011-11-28 Thread Dragan Sahpaski
I would also be interested in ASCII stickers. So if someone is thinking about making the design, you have my support. Cheers, Dragan Sahpaski On Mon, Nov 28, 2011 at 10:38 PM, Jon Williams wrote: > Ok your patch idea is a good idea. > As far as the ASCII fascination let me put t

Re: [ANNOUNCE] Apache Tapestry 5.3

2011-11-28 Thread Dragan Sahpaski
jar in your project if you like. Cheers, Dragan Sahpaski On Mon, Nov 28, 2011 at 7:01 PM, Robert Zeigler wrote: > Hm, not sure about your maven objection. > You can still use maven with tapestry 5.3. Tapestry is built with gradle, > but it plays just fine with maven. And, in

Re: TAP5-746: Zone Refresher

2011-11-23 Thread Dragan Sahpaski
already in maven central so Just put tapestry-core-5.3 in your pom (or whatever). Cheers, Dragan Sahpaski On Wed, Nov 23, 2011 at 8:47 PM, bogdan_cm wrote: > Yes, I'm using 5.3: tapestry-core-5.3.0.jar > > http://tapestry.1045711.n5.nabble.com/file/n5017803/1.jpg > > -- &g

Re: TAP5-746: Zone Refresher

2011-11-23 Thread Dragan Sahpaski
Which version of tapestry are you using. Should be 5.3 Cheers, Dragan Sahpaski On Wed, Nov 23, 2011 at 8:39 PM, bogdan_cm wrote: > Sadly no, > > > My test: ${text} > > > Failure creating embedded component 'zone' of > com.example.tutorial.pages.Page: Un

Re: Jetty Restarts every time i save

2011-11-16 Thread Dragan Sahpaski
contributeApplicationDefaults(MappedConfiguration configuration){ configuration.add(SymbolConstants.PRODUCTION_MODE, "false"); } [1] http://tapestry.1045711.n5.nabble.com/Live-reload-in-production-td4313825.html ) Cheers, Dragan Sahpaski On Wed, Nov 16, 2011 at 9:14 PM, Josh Kamau wrote: > Trsvax,

Re: Feedback Requested On Twitter Bootstrap Module

2011-10-28 Thread Dragan Sahpaski
Ok nice will look over it soon. Cheers, Dragan Sahpaski On Fri, Oct 28, 2011 at 3:30 PM, Barry Books wrote: > The blog code is here https://github.com/trsvax/Blog. I'm always > interested in pull requests ;) > > -

Re: Feedback Requested On Twitter Bootstrap Module

2011-10-28 Thread Dragan Sahpaski
Hi Barry, Please add RSS on your blog when you have the time. Nice Work ! Cheers, Dragan Sahpaski On Fri, Oct 28, 2011 at 3:14 PM, Barry Books wrote: > I'm about to implement a new site using Twitter Bootstrap so I've been > working on a Tapestry module to support Bootstrap.

Re: How to get random-ish AJAX-created client IDs?

2011-10-25 Thread Dragan Sahpaski
Hi, On Tue, Oct 25, 2011 at 11:10 AM, Lenny Primak wrote: > I don't think those are called on Ajax updates. SetupRender and the rest of the render phase events are called if the component is inside the block that updates the zone (if it's the zones body, than inside the zone). They aren't called

Re: @BindParameter misses inherited parameters

2011-10-24 Thread Dragan Sahpaski
Hey thanks. Cheers, Dragan Sahpaski On Mon, Oct 24, 2011 at 4:35 PM, Robert Zeigler wrote: > I'll try to take a look at it tonight. > > Robert > > On Oct 24, 2011, at 10/249:31 AM , Dragan Sahpaski wrote: > > > I have submitted a patch for > https://issues.

Re: @BindParameter misses inherited parameters

2011-10-24 Thread Dragan Sahpaski
rs, Dragan Sahpaski On Wed, Oct 5, 2011 at 7:41 AM, Dragan Sahpaski wrote: > Hi, > Yes here is the JIRA https://issues.apache.org/jira/browse/TAP5-1663 > > Cheers > > > On Wed, Oct 5, 2011 at 5:29 AM, Steve Eynon < > steve.ey...@alienfactory.co.uk> wrote: > >

Re: Page url rewrite

2011-10-21 Thread Dragan Sahpaski
o the object is encoded/decoded with a ValueEncoder etc. Cheers, Dragan Sahpaski On Fri, Oct 21, 2011 at 11:37 AM, captain_rhino < graeme.kitc...@axa-travel-insurance.com> wrote: > > I found a way of doing this unless anyone know any different. Is there a > way to this with th

Re: @BindParameter misses inherited parameters

2011-10-04 Thread Dragan Sahpaski
t; > Is there a JIRA number for this so I can track the changes and perhaps > patch T5.2.6? > > Steve. > > > On 23 September 2011 20:58, Taha Hafeez Siddiqi > wrote: > > Hi Dragan > > > > It definitely deserves a JIRA! > > > > regards > &

Re: 5.3 Beta change in behaviour from Alpha with regard to event methods

2011-09-28 Thread Dragan Sahpaski
Hi, I think you are looking for the part "New Component Class Validations" in the release notes . The symbol you have to use to turn off this check is SymbolConstants.UNKNOWN_COMPONENT_ID_CHECK_ENABLE

  1   2   >