Jquery gmap3 - isEmpty is not defined

2014-12-03 Thread Jan Fryblik
Hi guys, I've just migrated to T5.4 and Tapestry-Jquery 4.0.1-SNAPSHOT. And it seems I have an issue with 'isEmpty' function in GMap.js file. Error in firebug console looks like: ReferenceError: isEmpty is not defined if (isEmpty(specs.params)) { Source code snippet from GMap.js file wit

Re: alternative to tb/pager in T5.4

2014-12-02 Thread Jan Fryblik
It's working, great! Thank you. On Sat, 29 Nov 2014 20:35:22 +0100, Lance Java wrote: You might be interested in this http://t5stitch-lazan.rhcloud.com/pagerdemo - To unsubscribe, e-mail: users-unsubscr...@tapestry.ap

alternative to tb/pager in T5.4

2014-11-29 Thread Jan Fryblik
Hi guys, I apologize, but I need your help again. I used mixin 'tb/pager' together with 'tb.pagination' in Tapestry 5.3.7 to display a list of entities with pagination. It was possible to hide pagination, display all item on one page etc. (see my implementation below) My issue now is tha

Re: requireJS modules in T5 library

2014-11-27 Thread Jan Fryblik
Thank you both for answers, I've made adjustments and now it works and looks fine. Great! On Thu, 27 Nov 2014 18:06:20 +0100, Thiago H de Paula Figueiredo wrote: On Thu, 27 Nov 2014 09:35:36 -0200, Jan Fryblik wrote: Hello guys, Hi! scriptSupport.require("L

requireJS modules in T5 library

2014-11-27 Thread Jan Fryblik
Hello guys, I'm fighting a bit with RequireJS modules. So... I have Tapestry library 'cms' with 'LastArticle' component. So I have simple RequireJS module in resources/META-INF/modules/cms folder with following code define(["jquery", "t5/core/dom", "jquery/jquery.threedots.min"], function

Re: tapestry 5.4 and jquery datepicker

2014-11-17 Thread Jan Fryblik
OMG, I'm so blind! Sorry for stupid question! You are right, of course. Thanks! On Mon, 17 Nov 2014 19:14:30 +0100, Thiago H de Paula Figueiredo wrote: On Mon, 17 Nov 2014 15:56:23 -0200, Jan Fryblik wrote: Hi guys, Hi! I'm migration my project from tapestry 5.

tapestry 5.4 and jquery datepicker

2014-11-17 Thread Jan Fryblik
Hi guys, I'm migration my project from tapestry 5.3.7 to 5.4-beta22 and I'm facing another tough error. There is tapestry-jquery 4.0.1-SNAPSHOT included in project and there is no usage of datepicker in page where is exception thrown from. Thank you for any comments or ideas. 18:46:25 [

Re: hibernateModule is looking for MethodAdvice

2014-11-16 Thread Jan Fryblik
So fixed, i had there also old version of tapestry-security. Million thanks! On Sun, 16 Nov 2014 09:22:23 +0100, Jan Fryblik wrote: Thanks, I had there old tapestry-upload-5.3.7.jar pulled in by tapestry5-jquery, so i`ve fixed it. Unfortunately without positive effect

Re: hibernateModule is looking for MethodAdvice

2014-11-16 Thread Jan Fryblik
looks like that. On Sat, 15 Nov 2014 22:06:54 +0100, Tony Nelson wrote: Double check that you don't have both tapestry 5.3 and 5.4 jars in your class path. -Tony On Nov 15, 2014, at 3:03 PM, Jan Fryblik wrote: HI guys, i'm currently migrating from 5.3.7 to 5.4-beta-22 and

hibernateModule is looking for MethodAdvice

2014-11-15 Thread Jan Fryblik
HI guys, i'm currently migrating from 5.3.7 to 5.4-beta-22 and i'm stuck with strange exception (below) comming from HibernateModule. I have removed all MethodAdvice references from my project, but without any effect. Could you please give me a hint what can be a reason? Thanks for any comm

Tapestry 5 + JS framework

2014-07-27 Thread Jan Fryblik
Hi guys, i haven't used Tapestry for a few months so I want to ask again if something has changed. Do you have experience with combination of Tapestry and any JS framework? How difficult is to integrate it together? Are there any tutorials? I need something to create highly dynamic web fo

Re: How to retrieve complete current URL with context

2014-01-02 Thread Jan Fryblik
Hi, may be that link would help you. http://jumpstart.doublenegative.com.au/jumpstart/examples/navigation/returntopage1/abc BR, Jan On Thu, 02 Jan 2014 08:59:08 +0100, Lidija Dolinar wrote: Hi, My page name is Najdi and I have a query parameter appended to the link so the link looks

Re: Client-side email validation not working

2013-12-03 Thread Jan Fryblik
On Tue, 03 Dec 2013 18:07:10 +0100, Thiago H de Paula Figueiredo wrote: On Wed, 27 Nov 2013 17:36:05 -0200, Lidija Dolinar wrote: Hi, Hi! Hi, I can't seem to get client-side email validation to work. I don't think the client-side validation was ever implemented, just the serve

Re: Development environment for a modular Tapestry app

2013-09-30 Thread Jan Fryblik
On Mon, 30 Sep 2013 19:40:42 +0200, Thiago H de Paula Figueiredo wrote: On Mon, 30 Sep 2013 14:28:34 -0300, Muhammad Gelbana wrote: Here comes the problem. When I edit my code, and build my module into a .jar file, the build is broken because the .jar file is already used by the loaded

Re: loop inside loop

2013-09-20 Thread Jan Fryblik
ty, what do you thing is an advanced usage? :) Thanks for answer! (even previous one) On Fri, 20 Sep 2013 22:11:32 +0200, Thiago H de Paula Figueiredo wrote: On Fri, 20 Sep 2013 16:40:39 -0300, Jan Fryblik wrote: I know, i only wanted to see a practical advanced usage of tapestry. Ever

Re: loop inside loop

2013-09-20 Thread Jan Fryblik
here? You might want to check out the tree component (it looks to me that is what you need - but I could be way off course here) On Fri, Sep 20, 2013 at 10:31 PM, Jan Fryblik wrote: And isn't there any workaround where i don't need to use another framework? Angular is likeabl

Re: loop inside loop

2013-09-20 Thread Jan Fryblik
o help Cheers On Fri, Sep 20, 2013 at 10:20 AM, Jan Fryblik wrote: ** Hi guys, could you please provide me a example how to work with AjaxFormLoop inside AjaxFormLoop? Or more generaly loop inside loop. I'm stuck with it. I guess, it's a bit advanced use of tapestry. T

loop inside loop

2013-09-20 Thread Jan Fryblik
Hi guys,could you please provide me a example how to work with AjaxFormLoop inside AjaxFormLoop? Or more generaly loop inside loop. I'm stuck with it. I guess, it's a bit advanced use of tapestry. Thanks in advance.Best Regards,Jan

Re: autocomplete show all button

2013-09-06 Thread Jan Fryblik
type "Ser" you will give them a list of countries that matches the db table.  If you want to show them all just do a db query that will return the entire content of the db table and then show it in screenHope it helps On Fri, Sep 6, 2013 at 9:19 PM, Jan Fryblik <jan.fryb...@ebrothe

autocomplete show all button

2013-09-06 Thread Jan Fryblik
Hi guys,I'm using Tapestry-JQuery AutoComplete component and i would like to have small button to show all options next to text field. Does somebody know how to open autocomplete list? I've tried a few solutions suggested in other discussions, but none of them worked. Thank you in advance.Best Reg

Re: autocomplete show all button

2013-09-06 Thread Jan Fryblik
ep 6, 2013 at 9:04 PM, Jan Fryblik wrote: ** Hi guys, I'm using Tapestry-JQuery AutoComplete component and i would like to have small button to show all options next to text field. Does somebody know how to open autocomplete list? I've tried a few solutions suggested in other

Re: request in job

2013-08-01 Thread Jan Fryblik
2013 09:36, "Jan Fryblik" wrote: > ** > Hi guys, > > i've run into terrible issue with jobs. I need to generate link which is > afterwards sent to user, but issue is... Job is not executed with http > request so that i haven't informations ab

request in job

2013-08-01 Thread Jan Fryblik
Hi guys,i've run into terrible issue with jobs. I need to generate link which is afterwards sent to user, but issue is... Job is not executed with http request so that i haven't informations about request to generate the link, so it throws NullPointerException.Is there any other option then having

Re: jquery JGrowl exception

2013-06-25 Thread Jan Fryblik
Thanks for answer.The joke is, its not my component. Its component in Tapestry-jquery module. So if i understood correctly... it is a bug and i should report it, isn't it?BR,JanOn Mon, 24 Jun 2013 23:42:36 +0200, Thiago H de Paula Figueiredo wrote:On Mon, 24 Jun 2013 17:54:14 -0300

jquery JGrowl exception

2013-06-24 Thread Jan Fryblik
Hi guys,i don't know what to do with this error. Its thrown from JGrowl component in Tapestry-JQuery module. What is strange, i have this component in page, but i haven't time to adjust page in order to use it. Also it occurs only in production environment so I think its caused by a robot. Also wh

bootstrap popover, tooltip

2013-06-03 Thread Jan Fryblik
Hi guys,could you please help me how to use tapestry-bootstrap popover or tooltip?  I'm a bit stuck with it and google also didn't help. Thanks.i'm using it like...hover overBR,Jan

Re: Tapestry Jquery Bind

2013-05-21 Thread Jan Fryblik
I'm just guessing, but try to put there also attribute id. Its often worked for me. ${textZone} BR, Jan On Tue, 21 May 2013 20:49:56 +0200, Boris Horvat wrote: I have tried with prefix t: and it has nothing to do with that (it is not really mandatory as far as

Re: load all assets in folder

2013-05-12 Thread Jan Fryblik
getContextAsset(      "context:/images/backgrounds/" + list[index],      persistentLocale.get());   return result;}return null;BR,JanOn Sat, 11 May 2013 23:49:50 +0200, Thiago H de Paula Figueiredo wrote:On Sat, 11 May 2013 17:42:34 -0300, Jan Fryblik

Re: loop pagination - T5 Bootstrap

2013-05-11 Thread Jan Fryblik
Still i thank you for inspiration with your gallery component and other components in library. Thanks!> Sorry for my previous answer… I didn't realise that this tapestry-bootstrap> mixin existed.>> After looking at the source here:>> https://github.com/trsvax/tapestry-bootstrap/blob/master/src/mai

load all assets in folder

2013-05-11 Thread Jan Fryblik
Hi guys,i just created simple slider component. Now i'm wondering, is somehow possible to load all images from context path? I mean, i have for instance folder /webapp/images/slider and i need to get all images in the directory without knowing image names. Thanks for answer.BR,Jan

Re: loop pagination - T5 Bootstrap

2013-05-06 Thread Jan Fryblik
odel instead so> that you can take advantage of the HibernateGridDataModel and also> tapestry's built in type coercion from Collection/Array to GridDataModel.>>>> On 5 May 2013 18:19, Jan Fryblik wrote:>> > **> >> > Hi guys,> &g

loop pagination - T5 Bootstrap

2013-05-05 Thread Jan Fryblik
Hi guys,I using Tapestry 5 and Tapestry Bootstrap and i tried to apply pagination on loop component. I`m using it like that..but it doesn't render any pagination, just complete list. Probably i need to connect it with Pagination component, but i don't know how.  Could you please tell me, what

Re: email validation stopped working

2012-11-01 Thread Jan Fryblik
Great! Thanks. -- View this message in context: http://tapestry.1045711.n5.nabble.com/email-validation-stopped-working-tp5717401p5717502.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe,

Re: email validation stopped working

2012-11-01 Thread Jan Fryblik
I have that form in overlay, so I tried to use client-side validation to avoid page refresh and simultaneously avoid complications with ajax form. I`m quite a new to tapestry 5 and i was really surprised that there is no client-side validation even though there is server-side counterpart... ..it

Re: email validation stopped working

2012-10-30 Thread Jan Fryblik
We are not using any override, additional or any other modification of tapestry validations. There is no change since i updated tapestry and i am pretty sure, that it worked before. I am not sure, if i have to explicitly turn javascript logging on, but i cant see any error message in javascript

email validation stopped working

2012-10-29 Thread Jan Fryblik
Hi, recently i updated to tapestry 5.3.6 and since than all my email validations don`t work. Other validations work well. I have field like this: Thank for your help. BR, Honza -- View this message in context: http://tapestry.1045711.n5.nabble.com/email-validation-stopped-working-tp571740

Tapestry 5 + Microdata

2012-03-27 Thread Jan Fryblik
Hi, i`ve tried to implement Microdata into some pages, but i`m getting exception below. I have doctype set on HTML5, all supporting javascripts included. Does somebody has experience with this? Please help, thanks in advance. Caused by: org.xml.sax.SAXParseException: Attribute name "itemscope" as

AjaxFormLoop - Communication with the server failed: undefined

2012-01-28 Thread Jan Fryblik
Hi, i have issue with AjaxFormLoop after i`ve updated from 5.2.6 to 5.3.1. When i click on AddRow link following javascript error occurs (copy/paste from firebug): Communication with the server failed: undefined consolefn && consolefn.call(console, message); t5-console.js (line 61) Ajax failure

Re: Exception invoking function Tapestry.Initializer.validate

2011-08-08 Thread Jan Fryblik
HI, i had same issue. Try to comment some fields of form out to find out which one causes the error. I had field with name 'homepage' and after renaming this field, the red warning was gone. May be there are some reserved words or what... ...good luck -- View this message in context: http://tap