Re: [5.4-beta-22] Adding forms to a form using ajax

2014-12-18 Thread Muhammad Gelbana
at it gives the ability to inject fields in a Form component ! *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Thu, Dec 18, 2014 at 2:02 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > > On Thu, 18 Dec 2014 01:21:03

Re: [5.4-beta-22] Adding forms to a form using ajax

2014-12-17 Thread Muhammad Gelbana
Thanks a lot Thiago for your response. As much as it answers my question, as much as it makes me sad that I couldn't do it easily using Zones. *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Wed, Dec 17, 2014 at 3:18 PM, Thiago H de Paula Figueiredo &l

Re: [5.4-beta-22] Adding forms to a form using ajax

2014-12-16 Thread Muhammad Gelbana
. You solution will work but I'll have to load every possible information I need whenever the page is loaded and save it at the client's browser. But this is not tapestrish, I would've loved to do this the tapestry way. Easy and efficient :) *-----* *Muhammad Gelbana* htt

Re: [5.4-beta-22] Adding forms to a form using ajax

2014-12-16 Thread Muhammad Gelbana
@Thiago, do you mean I should do that using ajax on the client side ? *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Tue, Dec 16, 2014 at 3:27 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > > On Sun, 14 Dec 2014 18:08:33 -0200, Muha

Re: [5.4-beta-22] Adding forms to a form using ajax

2014-12-16 Thread Muhammad Gelbana
time. *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Mon, Dec 15, 2014 at 3:04 AM, Akshay wrote: > > Hi Muhammad, > > That's what I try to explain in my example, that instead of making the > fields driven by select component Ajax, one can use a single form to show

Re: [5.4-beta-22] Adding forms to a form using ajax

2014-12-14 Thread Muhammad Gelbana
known until the Select component is changed. I really think this is a very reasonable\common requirement. @Akshay May be my question wasn't clear enough. I can do ajax forms, but I'm trying to add fields to the form using ajax. *-----* *Muhammad Gelbana* http://www.linke

Re: [5.4-beta-22] Adding forms to a form using ajax

2014-12-14 Thread Muhammad Gelbana
ds. I even sometimes need to do it using an Event\Action link. Its nothing no one else tried to do ! I appreciate your time. Thank you. *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sat, Dec 13, 2014 at 11:45 AM, Diego Socaceti wrote: > Hi, > > have

Re: [5.4-beta-22] Adding forms to a form using ajax

2014-12-02 Thread Muhammad Gelbana
Anyone please ? *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sun, Nov 30, 2014 at 11:43 PM, Muhammad Gelbana wrote: > Wrong subject. It should've been "Adding *fields* to a form using ajax" > > *---------* >

Re: [5.4-beta-22] Adding forms to a form using ajax

2014-11-30 Thread Muhammad Gelbana
Wrong subject. It should've been "Adding *fields* to a form using ajax" *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sun, Nov 30, 2014 at 11:42 PM, Muhammad Gelbana wrote: > From this jira issue <https://issues.apache.org/jira

[5.4-beta-22] Adding forms to a form using ajax

2014-11-30 Thread Muhammad Gelbana
ing ajax ? The *AjaxFormLoop*\*FormFragment* component doesn't seem to fit my scenario I'm trying to implement. Thanks. *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana

[5.4-beta-22] How to abort form submission ?

2014-11-24 Thread Muhammad Gelbana
en empty response to the server. Is any of these behaviors possible ? *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana

Re: Why do I have to explicitly render a zone if it's ID is specified in the ajax-enabled Select component ?

2014-10-31 Thread Muhammad Gelbana
I created a Jira "Improvement" task https://issues.apache.org/jira/browse/TAP5-2410 Thank you all for your time and efforts *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Tue, Oct 14, 2014 at 12:00 PM, Muhammad Gelbana wrote: > ​I used to have

Re: Why do I have to explicitly render a zone if it's ID is specified in the ajax-enabled Select component ?

2014-10-14 Thread Muhammad Gelbana
ithub.com/apache/tapestry-5/blob/master/tapestry-core/src/main/java/org/apache/tapestry5/corelib/base/AbstractComponentEventLink.java *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Tue, Oct 14, 2014 at 8:43 AM, Geoff Callender < geoff.callender.jumpst...@gmai

Re: Why do I have to explicitly render a zone if it's ID is specified in the ajax-enabled Select component ?

2014-10-13 Thread Muhammad Gelbana
Anyone please ? Is my question unclear ? *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Mon, Oct 13, 2014 at 8:34 AM, Muhammad Gelbana wrote: > I have a *Select* component. I need to display a *Zone* when the *Select* > component is rendered so I spe

Why do I have to explicitly render a zone if it's ID is specified in the ajax-enabled Select component ?

2014-10-12 Thread Muhammad Gelbana
way to override this default behavior in the *VALUE_CHANGED* event handler method will definitely be needed. So should I specify the zone twice for the exact purpose ? Or is there a cleaner way to do it ? *---------* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana

Re: [OT] Any static code analysis tool?

2014-10-09 Thread Muhammad Gelbana
I would use Google's https://developers.google.com/java-dev-tools/codepro/doc/ *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Thu, Oct 9, 2014 at 4:56 PM, Dmitry Gusev wrote: > Hello, > > Just wondering if anybody can recommend any static code

Re: Update from 5.4-beta-6 to beta-22 - IOUtils ClassNotFound

2014-09-24 Thread Muhammad Gelbana
I'm not sure but it looks like an internal Class for Tapestry's use. You shouldn't use Tapestry's "internal" classes. However you can use Apache's commons IO utils instead. Hopefully you'll get the same functionality you were using. commons-io commons-io

Re: Problem in using Bootstrap Modal component

2014-09-23 Thread Muhammad Gelbana
If I understood your case correctly. You need to put your modal div in a zone so you can update it when you submit the first modal. *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Tue, Sep 23, 2014 at 7:48 PM, Chris Poulsen wrote: > I doubt there is any ma

Re: Global validator for text inputs

2014-09-04 Thread Muhammad Gelbana
Check if these pages have an answer to your question http://jumpstart.doublenegative.com.au/jumpstart/examples/input/contributingvalidators http://tapestry.apache.org/forms-and-validation.html#FormsandValidation-ValidationMacros *-* *Muhammad Gelbana* http://www.linkedin.com

Re: LCR in Eclipse without Sysdeo plugin

2014-08-24 Thread Muhammad Gelbana
What do you mean by LCR ? You can use https://code.google.com/p/run-jetty-run/ It offers server automatic restart for the server when the code is changed. *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sun, Aug 24, 2014 at 11:27 AM, Ivano Luberti wrote

Re: Is the Select component's VALUE_CHANGED event out of the scope of user sessions ?

2014-08-23 Thread Muhammad Gelbana
I can't believe I did this to my self !! I was using a wrong annotationJDO's @Persistent javax.jdo.annotations.Persistent *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sat, Aug 23, 2014 at 11:06 PM, Muhammad Gelbana wrote: > I'm usin

Is the Select component's VALUE_CHANGED event out of the scope of user sessions ?

2014-08-23 Thread Muhammad Gelbana
always null although I've initialized it in the Form's PREPARE event (This event is fired whenever the form containing the Select component is preparing for rendering\submission) *---------* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana

Re: best practice for persisting fields

2014-08-14 Thread Muhammad Gelbana
x27;ll still be referring to the same object. Because the variable name isn't the key, its it's type. If you state a specific situation where you are facing issues, it may be easier to get an answer. *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Thu,

Re: Components ID generation suggestion

2014-08-12 Thread Muhammad Gelbana
Fair enough. Thanks a lot for your replies. I appreciate it. *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Tue, Aug 12, 2014 at 9:10 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, 12 Aug 2014 12:54:59 -0300, Muhammad Gelbana

Re: Components ID generation suggestion

2014-08-12 Thread Muhammad Gelbana
So which beta has this fix ? :) On Aug 12, 2014 5:50 PM, "Thiago H de Paula Figueiredo" wrote: > On Tue, 12 Aug 2014 11:43:36 -0300, Muhammad Gelbana > wrote: > > >>> ​What id? t:id or id? At least in the latest betas Zone does *not* add a >>&g

Re: Components ID generation suggestion

2014-08-12 Thread Muhammad Gelbana
stry-core/ *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Tue, Aug 12, 2014 at 4:18 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, 12 Aug 2014 09:31:15 -0300, Muhammad Gelbana > wrote: > > Yes I'm talking ab

Re: [t5.4-beta-6] Zone event handler isn't called

2014-08-12 Thread Muhammad Gelbana
gn it my self and it always had a suffix added by Tapestry) *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Tue, Aug 12, 2014 at 3:23 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, 12 Aug 2014 06:34:29 -0300, Muhammad Gelbana

Re: Components ID generation suggestion

2014-08-12 Thread Muhammad Gelbana
...and there has been some time away from Tapestry, a few months now and then. But now I'm working on it again and I'm WAAAY behind schedule :( *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Tue, Aug 12, 2014 at 3:31 PM, Muhammad Gelbana wrote:

Re: Components ID generation suggestion

2014-08-12 Thread Muhammad Gelbana
or within a loop just by assigning it's ID my self ? *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Tue, Aug 12, 2014 at 3:17 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Mon, 11 Aug 2014 10:09:07 -0300, Muhammad Gelbana > wrote: >

Re: Browser Detection

2014-08-12 Thread Muhammad Gelbana
nts very handy: http://tapestry.apache.org/switching-cases.html http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/Delegate.html *---------* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Tue, Aug 12, 2014 at 12:33 PM, Net Dawg wrote: > Does tapes

Re: [t5.4-beta-6] Zone event handler isn't called

2014-08-12 Thread Muhammad Gelbana
Gelbana* http://www.linkedin.com/in/mgelbana On Fri, Aug 8, 2014 at 8:56 PM, Muhammad Gelbana wrote: > As far as I understand, *Zone* is a component and I can handle it's > events. > > So I types the following code: > > @InjectComponent >> private Zone zone

Components ID generation suggestion

2014-08-11 Thread Muhammad Gelbana
allow developers to *optionally* assign client-side IDs to components before rendering them ? With every iteration in a loop and with every page render... If I open a Jira for this suggestion, will there be enough votes for the developers to consider it ? *-----* *Muhammad Gelbana*

Re: [5.4-beta-6] How to update a Zone inside a loop ?

2014-08-10 Thread Muhammad Gelbana
Are these versions on maven ? Should I clone this repository to be able to build Tapestry with the version I need ? *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sun, Aug 10, 2014 at 11:58 AM, Basile Chandesris wrote: > https://git-wip-us.apache.org/re

Re: [5.4-beta-6] How to update a Zone inside a loop ?

2014-08-09 Thread Muhammad Gelbana
But even if I can submit a context value, how can I know the which zone to update ? (i.e. what is zone's id ?)​ I mentioned that zones and select components are repeated in a loop. *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sat, Aug 9, 2014 at 4:

Re: [5.4-beta-6] How to update a Zone inside a loop ?

2014-08-09 Thread Muhammad Gelbana
r brnaches *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sat, Aug 9, 2014 at 4:11 PM, Lance Java wrote: > Here's the jira > > https://issues.apache.org/jira/plugins/servlet/mobile#issue/TAP5-2301 > > Looks like you're in luck... Thiago has implemented it! >

Re: [5.4-beta-6] How to update a Zone inside a loop ?

2014-08-09 Thread Muhammad Gelbana
Thank you. Is there a Jira issue to "watch" ? *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sat, Aug 9, 2014 at 2:46 PM, Lance Java wrote: > As had been mentioned a few times on this list, it would be nice if a > context value was pas

Re: [5.4-beta-6] How to update a Zone inside a loop ?

2014-08-09 Thread Muhammad Gelbana
Is it even feasible ? Is it valid to start a Jira issue ? *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Fri, Aug 8, 2014 at 7:21 PM, Muhammad Gelbana wrote: > I have a loop that displays numerous components including a *Zone*. All > all these componen

[t5.4-beta-6] Zone event handler isn't called

2014-08-08 Thread Muhammad Gelbana
e because I need to see if I can obtain the generated zone's client-id to use it to show this zone later on using the *AjaxResponseRenderer* class. *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana

[5.4-beta-6] How to update a Zone inside a loop ?

2014-08-08 Thread Muhammad Gelbana
you have a loop that displays a *Select* and a *Zone* component. Each loop displays what I'll call, a page section. How can each *Select* component update the *Zone* in the same section using Ajax ? *---------* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana

Re: issue when upgrade 5.2.6 -> 5.3.7

2014-08-07 Thread Muhammad Gelbana
I would have 2 private properties for each class with different names. Or have one protected member variable in the parent class. *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Thu, Aug 7, 2014 at 5:05 PM, D.R. wrote: > Hi, > > i am facing an is

[5.4] Zone's initial visibility

2014-08-06 Thread Muhammad Gelbana
Why is Zone's *visible* parameter deprecated ? Is there another Tapestry way to initially hide a zone ? *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana

Re: [5.4-beta-6] Passing a loop's index as a context to an enclosed submit button

2014-08-02 Thread Muhammad Gelbana
​Yea ! I read it but I still implemented it wrong. I'm now using it correctly. Thanks.​ *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sat, Aug 2, 2014 at 9:40 PM, Lance Java wrote: > Form supports a "context" parameter which will be

[5.4-beta-6] Passing a loop's index as a context to an enclosed submit button

2014-08-02 Thread Muhammad Gelbana
apestry5/corelib/components/Loop.html> doesn't give an example for the index parameter. Thank you *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana

Re: What is the purpose of the JIRA improvement issue TAP5-2192 ?

2014-07-20 Thread Muhammad Gelbana
I read the description but I still can't figure it out. What is meant by "distributed configuration" ? *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sun, Jul 20, 2014 at 2:56 PM, Muhammad Gelbana wrote: > Would someone please explain t

What is the purpose of the JIRA improvement issue TAP5-2192 ?

2014-07-20 Thread Muhammad Gelbana
Would someone please explain the purpose of this issue: https://issues.apache.org/jira/browse/TAP5-2192 ? *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana

Re: [t5.4-beta-6] Page class member variable scope

2014-07-13 Thread Muhammad Gelbana
Exactly. I was thinking of a *submit*. But now that I thought about it, a submit may not be needed. But I tend prefer having every possible option available for me to handle whatever scenario I may face. I'll go with the ajax option. Thank you. *-----* *Muhammad Gelbana*

Re: [t5.4-beta-6] Page class member variable scope

2014-07-13 Thread Muhammad Gelbana
​Its ok to use Ajax, but is it the only way to update the page after a value is changed in a Select component ? If yes, wouldn't it be an improvement to be able to refresh the page​ without refreshing it and losing its state ? *-----* *Muhammad Gelbana* http://www.linkedin.c

[t5.4-beta-6] Page class member variable scope

2014-07-12 Thread Muhammad Gelbana
! I understand there could be other ways to achieve the same behavior but why isn't this behaving as I expect ? *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana

Re: What is the JVM option to specify modules to be loaded ?

2014-07-06 Thread Muhammad Gelbana
That's what I was looking for your. But frankly, the other approach is more persistent within the project and doesn't force me to search for this JVM option again if I loose Eclipse's settings. *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sat,

Re: What is the JVM option to specify modules to be loaded ?

2014-07-05 Thread Muhammad Gelbana
Thanks but I remember there was a parameter that held a list of module classes to be loaded. I didn't need to specify an execution mode then. *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sat, Jul 5, 2014 at 12:23 PM, Dmitry Gusev wrote: > It&#x

What is the JVM option to specify modules to be loaded ?

2014-07-05 Thread Muhammad Gelbana
I remember there was a JVM option through which I can specify tapestry modules to be loaded. I looked into this page and couldn't relate the values in it to what I need to do. Has it been removed ? http://people.apache.org/~uli/tapestry-site/configuration.html *-----* *Muh

Re: [5.4-beta-6] Form always produces this error: "Selected option is not listed in the model"

2014-07-01 Thread Muhammad Gelbana
Fixed. I had to implement the equals method ! I did this out of mere guessing, is this stated somewhere in the docs ? I admit I haven't been reading the docs since v5.2 may be. *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Tue, Jul 1, 2014 at 8:

[5.4-beta-6] Form always produces this error: "Selected option is not listed in the model"

2014-07-01 Thread Muhammad Gelbana
ed to find this error: *Selected option is not listed in the model* My value encoder always returns a valid object based on the client-side ID, so what could be the reason for this error ? *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana

Re: [5.4-beta-10] providedChecksum is always different from the actualChecksum for a specific asset

2014-06-22 Thread Muhammad Gelbana
​I'm very sorry I didn't reply as soon as I tried this. Anyway running the application ​using Eclipse's Jetty plugin or maven's Jetty plugin didn't have a different effect. What do you mean by "etag" ? *-* *Muhammad Gelbana* http://www.linked

What does this merge mean ?

2014-06-22 Thread Muhammad Gelbana
anytime soon ? *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana

Can't post a comment on Tapestry's homepage

2014-06-14 Thread Muhammad Gelbana
rg/repos/asf?p=tapestry-5.git>, the latest beta is beta-10 *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana

Re: [5.4-beta-10] providedChecksum is always different from the actualChecksum for a specific asset

2014-06-12 Thread Muhammad Gelbana
I'm using run-jetty-run (Eclipse plugin). I suppose you mean run-jetty (Maven plugin). I'll try it when I reach my machine again. *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Thu, Jun 12, 2014 at 10:56 AM, Kristian Marinkovic < kristian.marinko

Re: [t5.4-beta-10] Broken asset URL in Tapestry's maven archetype

2014-06-11 Thread Muhammad Gelbana
Please mention the URL so I can "watch" it *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Wed, Jun 11, 2014 at 10:09 AM, Thilo Tanner wrote: > Hi Muhammad, > > This is something, I also recognized. The source map for the Bootstrap is &g

[t5.4-beta-10] Broken asset URL in Tapestry's maven archetype

2014-06-11 Thread Muhammad Gelbana
/bootstrap/css/bootstrap.css.map *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana

[5.4-beta-10] providedChecksum is always different from the actualChecksum for a specific asset

2014-06-10 Thread Muhammad Gelbana
can't remember exactly the changed files because the template I'm trying to apply using tapestry has numerous files. How further can investigate this behavior ? Did I override disable Tapestry's bootstrap in a wrong way ? *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana

Re: [t5.4-beta-10] java.lang.NullPointerException: Unable to delegate method invocation to property 'response'

2014-06-10 Thread Muhammad Gelbana
this isn't the case. I also don't think that's clear enough though because META-INF folders are usually placed next to WEB-INF folder in the webapp directory, not in the classpath. *---------* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Mon, Jun 9, 2014

Re: [t5.4-beta-10] java.lang.NullPointerException: Unable to delegate method invocation to property 'response'

2014-06-09 Thread Muhammad Gelbana
I had these images references this way ** while I should've had them referenced this way ** Thank you Geoff *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Mon, Jun 9, 2014 at 9:33 PM, Muhammad Gelbana wrote: > Sorry I couldn't reply earlier

Re: [t5.4-beta-10] java.lang.NullPointerException: Unable to delegate method invocation to property 'response'

2014-06-09 Thread Muhammad Gelbana
<<<<<<<<<<<<<<<<<<<<<<<<<<​ > > } finally > { > long elapsed = System.currentTimeMillis() - startTime; > log.info(String.format("Request time: %d ms", > elapsed)); >

Re: [t5.4-beta-10] Unable to locate asset, It should be located at META-INF/assets

2014-06-07 Thread Muhammad Gelbana
Is there a logical reason for that ? If there is, it will be easier for me to remember. *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sun, Jun 8, 2014 at 4:08 AM, Geoff Callender < geoff.callender.jumpst...@gmail.com> wrote: > Not src/main/webapp

Re: [t5.4-beta-10] Unable to locate asset, It should be located at META-INF/assets

2014-06-07 Thread Muhammad Gelbana
min.js", "js/demo/dashboard-demo.js" }, stylesheet = { "css/bootstrap.min.css", "font-awesome/css/font-awesome.css", "css/plugins/morris/morris-0.4.3.min.css", "css/plugins/timeline/timeline.css", "css/sb-admin.css" }) *------

[t5.4-beta-10] Unable to locate asset, It should be located at META-INF/assets

2014-06-07 Thread Muhammad Gelbana
Unable to locate ass ​​ et 'js/jquery-1.10.2.js' for component Index:layout. It should be located at META-IN ​​ F/assets/js/jquery-1.10.2.js ​ I've already placed this file in the specified location under the webapp folder (i.e. src/main/webapp) and put the mentioned files under *js* folder​. ​ Th

[t5.4-beta-10] How this Tapestry includes JS and CSS files

2014-06-07 Thread Muhammad Gelbana
does this annotation work ? I understand I can gather my JS files in stacks. How can I do that so I can refer to my JS files just once, in the Layout component ? And the same question about CSS, can CSS files be grouped and included using this group's ID, just once in the Layout component ?

Re: 2 simple examples required!

2014-06-05 Thread Muhammad Gelbana
tely helps Tapestry spread. *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Thu, Jun 5, 2014 at 1:58 PM, Geoff Callender < geoff.callender.jumpst...@gmail.com> wrote: > Hi, > > I've been asked to add 2 examples to JumpStart, but I just don't

Re: [t5.3] Loop's value inside form isn't preserved while submission

2014-06-03 Thread Muhammad Gelbana
Thank you. But to switch to 5.4 I have to either disable Bootstrap (which I don't know how) or I have to learn it and redesign my UI and my deadline wouldn't allow that. I'll have to rethink this page over, Thank you. *-----* *Muhammad Gelbana* http://www.linkedin.

Re: [t5.3] Loop's value inside form isn't preserved while submission

2014-06-03 Thread Muhammad Gelbana
Definitely the wrong subject, I forgot to edit it before sending. *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Tue, Jun 3, 2014 at 10:49 PM, Muhammad Gelbana wrote: > Its been 6 months since I last used tapestry and I feel a but rusty. > > I ha

[t5.3] Loop's value inside form isn't preserved while submission

2014-06-03 Thread Muhammad Gelbana
select components is bound to an object inside one of the looped-over objects of the loop. How can I identify which Select component fired the VALUE_CHANGED event ? *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana

Re: Grids Bean Model does not support "is" methods

2014-05-31 Thread Muhammad Gelbana
at to happen to change how Tapestry works ?! *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Fri, May 30, 2014 at 9:29 PM, Erich Gormann wrote: > Thanks Howard, > > we fixed the way CXF generates our webservice types and now we have the > desired

Tapestry 5.4 release date

2014-03-26 Thread Muhammad Gelbana
Could any of Tapestry developers roughly estimate the release date of Tapestry 5.4 ? Something like this week, this month, in few months Anything ? *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana

Re: Tapestry IOC: Multiple bindings for same interface

2014-02-22 Thread Muhammad Gelbana
He still needs to manually contribute the interface-implementing services to this single service. Still, it sounds like the closes solution. *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sat, Feb 22, 2014 at 11:18 AM, Lance Java wrote: > I think

Re: [Might be OT] What is the difference between J2EE CDI and Tapestry's IoC ?

2014-01-07 Thread Muhammad Gelbana
Thanks a lot for your time taken to collect these links, I appreciate it. I don't mean to revive a debate, I'll go ahead and read these threads, thanks again :) *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Wed, Jan 8, 2014 at 12:33 AM, Lenny Pr

[Might be OT] What is the difference between J2EE CDI and Tapestry's IoC ?

2014-01-07 Thread Muhammad Gelbana
ntext.html> which is not a Tapestry service ? *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-29 Thread Muhammad Gelbana
So did this campaign succeed ? *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Tue, Dec 10, 2013 at 11:13 AM, Joachim Van der Auwera wrote: > Congratulations! > > > On 12/10/2013 02:40 AM, Thiago H de Paula Figueiredo wrote: > >> On Mon,

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-09 Thread Muhammad Gelbana
I'm so happy you're approaching your goal ! Gonna see a more powerful Tapestry soon I hope :) *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Mon, Dec 9, 2013 at 7:47 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > Status

Re: Tapetsry IoC starting a class with background task that uses an injected service

2013-11-22 Thread Muhammad Gelbana
a bug, exactly like you said. The only case I know where one MUST use a service's constructor to pass a dependency, is when you need the logger service injected. *---------* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Fri, Nov 22, 2013 at 7:55 PM, Dmitry Guse

Re: The Rise and Fall of Tapestry

2013-11-22 Thread Muhammad Gelbana
LOOOL @ Thiago :D *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Fri, Nov 22, 2013 at 8:20 PM, Borut Bolčina wrote: > You need professional help. That's my contribution. > > > 2013/11/21 Emmanuel Sowah > > > Hi guys, > > &

Re: Tapetsry IoC starting a class with background task that uses an injected service

2013-11-22 Thread Muhammad Gelbana
I don't believe eager loading loads a service without it's dependencies injected. Try starting your background service in a @Startup annotation method in your module's class. Starting your service just means calling one of it's methods. *-----* *Mu

Re: Web frameworks

2013-11-21 Thread Muhammad Gelbana
Tapestry is an idea Mr. Emmanuel and Ideas are troll proof. *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Thu, Nov 21, 2013 at 1:05 PM, Peter Hvass wrote: > Wooow! What is this inane crap? :D This is hilarious in general on all > sides! > > &g

Re: Grid Pagination and Performance

2013-11-13 Thread Muhammad Gelbana
@Thai, you can implement your own GridSource for better performance. Check this thread<http://apache-tapestry-mailing-list-archives.1045711.n5.nabble.com/5-3-6-GridDataSource-provided-row-index-to-getRowValue-int-td5718694.html>for help. *-----* *Muhammad Gelbana

Re: 5.4-alpha-24 JS bug

2013-11-08 Thread Muhammad Gelbana
Have you tried clearing your browser-cached assets before running the application ? What special features are you implementing in your form/page ? *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Fri, Nov 8, 2013 at 8:48 PM, George Christman wrote: > Hello,

Re: Using stereotype annotations

2013-11-06 Thread Muhammad Gelbana
I can't currently think of an example. But there must be one. *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Mon, Nov 4, 2013 at 10:13 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Mon, 04 Nov 2013 17:49:05 -0200, Mu

Re: Using stereotype annotations

2013-11-04 Thread Muhammad Gelbana
fall back in front of any IoC during a comparison. I've looked into the AnnotationProvider, thanks for the hint :) *---------* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Mon, Nov 4, 2013 at 3:39 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote:

Using stereotype annotations

2013-11-02 Thread Muhammad Gelbana
upported by Tapestry IoC, don't you think ? *---------* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana

Re: Tapestry and Bootstrap

2013-10-30 Thread Muhammad Gelbana
6 months ! Really ?! :'( *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sun, Oct 27, 2013 at 3:39 PM, Boris Horvat wrote: > Ok, good to know :) > > Thanks > > > On Sun, Oct 27, 2013 at 2:38 PM, Lenny Primak >wrote: > >

Arabic locale

2013-10-27 Thread Muhammad Gelbana
I'd like to provide Arabic translations to help have the Arabic locale built-in Tapestry. If its possible, where should I start ? *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana

Re: Why the Registry is not available as a service?

2013-10-19 Thread Muhammad Gelbana
I don't know how to inject the Registry as a service, but I'd like to ask, why ? And what's the flaw in having only one Tapestry instance per JVM ? *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sat, Oct 19, 2013 at 11:21 AM, Martin Kersten &

Re: Jetty/Tappestry for different class locations?

2013-10-18 Thread Muhammad Gelbana
I'm not sure what you're trying to do but I think you are looking for a way to load specific Tapestry modules. I use this "tapestry.modules" i.e. -Dtapestry.modules=my.app.AppModule,my.other.app.TestModule *-----* *Muhammad Gelbana* http://www.linkedin.com/

Re: An idea to improve the documentation

2013-10-14 Thread Muhammad Gelbana
ay, if the "Links to source code" initiative got carried out, I'd be glad to help if I can. I'm still lost in the source code my self :D *---------* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Mon, Oct 14, 2013 at 10:15 PM, Bob Harner wrote: > M

Re: Safety check if a service has been initialized

2013-10-14 Thread Muhammad Gelbana
that wouldn't hurt, but will rather offer an extra feature. *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Mon, Oct 14, 2013 at 8:56 PM, Lance Java wrote: > Why not create your own hub which your db services register with when they > are realized /

Re: Safety check if a service has been initialized

2013-10-14 Thread Muhammad Gelbana
abase connection services to be shutdown last. This service is contributed in a * ShutdownManager* service which registers as a registry shutdown listener. Thanks lance, that's a more Tapestrish and cooler way to do it. *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana O

Re: An idea to improve the documentation

2013-10-14 Thread Muhammad Gelbana
documentation for each Tapestry version ? I think this would make it easier to implement new documentation ideas such as this idea. *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Mon, Oct 14, 2013 at 1:17 PM, Bob Harner wrote: > A good idea, although there is some ad

Re: Safety check if a service has been initialized

2013-10-14 Thread Muhammad Gelbana
over other frameworks after all. *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Mon, Oct 14, 2013 at 2:31 PM, Lance Java wrote: > The Scoreboard is a ServiceActivityTracker. I've never needed to do it > myself but I'm sure you can register yo

Re: An idea to improve the documentation

2013-10-14 Thread Muhammad Gelbana
discussed in the documentation. What do you think ? *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Mon, Oct 14, 2013 at 1:07 PM, Muhammad Gelbana wrote: > How about including references (links or embedded) to relative tapestry > source code within a documen

An idea to improve the documentation

2013-10-14 Thread Muhammad Gelbana
How about including references (links or embedded) to relative tapestry source code within a documentation page ? This could be even more informative than the documentation itself since it has every detail, while the documentation only explains *-* *Muhammad Gelbana* http

Re: Pro / Contra: Splitting The Project

2013-10-13 Thread Muhammad Gelbana
What do you mean by that "Eclipse is just not good in handling package trees "​ ? *-----* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sun, Oct 13, 2013 at 3:22 PM, Martin Kersten wrote: > Thanks for the replies, > >I currently split it i

Safety check if a service has been initialized

2013-10-13 Thread Muhammad Gelbana
Will many agree with me if I asked for a way to safely check if a service has been initialized or built ? Something like RegistryTools.isBuilt(myServiceReference); *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana

  1   2   3   4   5   >