Tree Picker inside Zone

2015-06-12 Thread akshay
} } Unfortunately, my tree structure is not being refreshed, whereas in debug mode I can see that all the realtive methods within the treezone are called. The same zone gets perfectly updated when, I fire the other event "nodeSelected". Any ideas where I could be going wrong? Thanks in advance Best Regards Akshay

Re: [T5.4 beta 28] Date and time picker

2015-05-03 Thread akshay
iptSupport) { javascriptSupport.require("YOUR JS FILE").invoke("function to be invoked"); } }); Best Regards Akshay On Mon, May 4, 2015 at 1:38 AM, Stephen Nutbrown wrote: > I tried adding this to the DateTimeField without much luck: &g

Re: Dynamic Properties addition to the Grid

2015-03-30 Thread akshay
ethod of grid in tml file > > On Mon, Mar 30, 2015 at 5:35 PM, akshay wrote: > > > Hi Dimitris, > > > > Thanks, but will it work, when i have list of properties to be added? > > > > I am aware that we can add the property,like the way u have said or we > can

Re: Dynamic Properties addition to the Grid

2015-03-30 Thread akshay
ew looking into the approach. Regards Akshay On 30 Mar 2015 16:26, "Dimitris Zenios" wrote: > try myModel.addEmpty("propertyName"); > > > and in the tml class > you can do > > > ${value.propertyName} > > > > Regards > Dimitris Ze

Dynamic Properties addition to the Grid

2015-03-30 Thread akshay
eShown'. I think, I need to use Property Conduit somehow to fix this, I am unsure about the usage of the same . Any help will be appreciated. Best Regards! Akshay

Re: Redirecting to a Page with context

2015-01-26 Thread akshay
Hi Thiago, Thanks for your response. I already solved the issue using PageRenderLinkSource. Regards Akshay On Mon, Jan 26, 2015 at 1:26 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Sat, 24 Jan 2015 13:10:10 -0200, akshay > wrote: > > Hi, >>

Re: Redirecting to a Page with context

2015-01-24 Thread akshay
ut we need something to render it(if am not mistaken). I cannot use @InjectPage, as my pages to be rendered are decided dynamically. Best Regards Akshay On Sat, Jan 24, 2015 at 4:15 PM, Chris Poulsen wrote: > PageRenderLinkSource or @InjectPage / set fields / return page / rely on > on

Redirecting to a Page with context

2015-01-24 Thread akshay
yone tried redirecting/rendering to the page with context. -- Best Regards!! Akshay

RE: Correct usage of BeanEditForm to auto generate form, how to ?

2014-12-16 Thread Akshay
constructor, that just calls object's constructor...which is implicit. 3.you can initialize the celebrity class in setup or begin render method of your addcelebrity.java, and everything should be fine. Best regards Akshay -Original Message- From: "Deepak" Sent: ‎16-‎12

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

2014-12-14 Thread Akshay
, you can use a block and delegate to them accordingly , keeping eveything in the same single form. Regards Akshay -Original Message- From: "Muhammad Gelbana" Sent: ‎14-‎12-‎2014 21:09 To: "Tapestry users" Subject: Re: [5.4-beta-22] Adding forms to a form using ajax @

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

2014-12-14 Thread akshay
gards Akshay On Sun, Dec 14, 2014 at 10:22 AM, Muhammad Gelbana wrote: > > The ajax-form-loop does it but it doesn't fit my scenario. I need to > display portions of the form based on a Select component changed value. And > even if I try to do it using the Select component change

Re: prevent ajax form submit

2014-12-11 Thread akshay
event.preventDefault(); Try it out. Regards Akshay On Thu, Dec 11, 2014 at 8:27 AM, Carlos Gómez Montiel wrote: > Any last question: > > Have you ALWAYS wrap an ajax form inside a zone like below? > > > > > > > > In my first example the form isn'

Re: prevent ajax form submit

2014-12-10 Thread akshay
Hi, your structure should look like this: .tml strcuture:- Your Content The .java file structure @InjectComponent private Zone zone1,zone2; @Inject private AjaxResponseRender OnSuccess(){ ajaxResponseRenderer.addRender(zone2) or zone2.getBody(); } Regards Akshay On Wed, Dec 10

RE: Property Values to be modified

2014-11-21 Thread Akshay
be a problem...Its the transfer of field value from B to A using the method as given in the mail.Not sure if there is something to do with the binding stuff or I am overlooking something here. Thanks Akshay -Original Message- From: "Chris Poulsen" Sent: ‎21-‎11-‎2014 17:0

Re: Property Values to be modified

2014-11-21 Thread akshay
value of the conduit properties manually through debugger to false and then made the call to the above metioned component method and everything worked fine. This leads me to a conclusion that the conduit field property has something to do here, if I am not doing something wrong here. Best Regards

Property Values to be modified

2014-11-21 Thread akshay
something which is just against the tapestry way. Not sure, any suggestion will be helpful. Regards!! Akshay

Tapestry Editable Grids

2014-10-20 Thread akshay
lementImpl$AbstractPhase.invoke(ComponentPageElementImpl.java:145). I know that the problem is with the usage of inplace="true", but I need it in my case. Anyone who faced similar issue or has a solution for such a case. Regards And Thanks Akshay

Re: Tapestry Production Mode

2014-10-13 Thread akshay
creating the url as (/appContext/assets/ctx/6787fbc2/images/product.svg) in the less file. Debugging into the LessResourceTransformer class(which has very less java docs),makes bit tough for me to find out the actual solution to it. Any suggestions from you would be of great help.

Re: Tapestry Production Mode

2014-10-09 Thread akshay
Hi Thaigo, Well the Url is :- localhost:8080/WebPortal/config/lessToCss Regards Akshay On Thu, Oct 9, 2014 at 10:12 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Thu, 09 Oct 2014 17:10:47 -0300, akshay > wrote: > > Hi Thiago, >> >> >

Re: Tapestry Production Mode

2014-10-09 Thread akshay
Hi Thiago, Yes i see the streamed response generated. Regards Akshay On Thu, Oct 9, 2014 at 10:01 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > When you request your page file directly, do you get the transformed CSS? > > > On Thu, 09 Oct 2014 16:40:32 -030

Re: Tapestry Production Mode

2014-10-09 Thread akshay
ike just a normal import happens. ii) Doing it in tapestry 5.4 way:- @Import(stylesheet="//:config/lessToCss") It doesnt even import the file, i dont even see the file getting loaded. Its tough time getting this worked :( Regards Akshay On Thu, Oct 9, 2014 at 8:59 PM, Thiago H

Re: Tapestry Production Mode

2014-10-09 Thread akshay
e definition, it is bound to fail. In such cases, I am just thinking what should be the correct approach( I tried using URL , but didn´t get it to work) . Any ideas on this. Regards Akshay

Re: Request Filter and Session State Object

2014-10-07 Thread akshay
tapestry pipeline processes and stuffs like that, since there are so many classes involved. Thanks for all your help!! Regards Akshay On Tue, Oct 7, 2014 at 9:28 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, 07 Oct 2014 16:10:07 -0300, akshay > wrote: &g

Re: Request Filter and Session State Object

2014-10-07 Thread akshay
contributeApplicationstateManager () call. I intend to find a solution, where in I can use the SSO object in my requestHandler class. Regards Akshay On Tue, Oct 7, 2014 at 8:27 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, 07 Oct 2014 14:03:09 -0300, akshay > wrote: > > Hi,

Re: Tapestry Production Mode

2014-10-07 Thread akshay
Hi Thiago, If you were using 5.4, you could @Import(stylesheet="//:yourCss FileFileUrl"); Do you mean the page url?? Because I have Stream response of cssContent. The css file doesnt exist in the workspace. in case I misunderstood, can you highlight an example? Regards Akshay On

Request Filter and Session State Object

2014-10-07 Thread akshay
eRequestHandler(...) is called before the contributeApplicationStateManager(...) method. Do we have a way through which I can access SSO in the request filter class or the request Filter call can take place after the contributeApplicationStateManager() method. Regards!! Akshay

Re: Tapestry Production Mode

2014-10-07 Thread akshay
response get loaded after the bootstrap.css. Any help on this, I was unable to find a relevant documentation for this. Regards Akshay On Mon, Oct 6, 2014 at 11:45 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Mon, 06 Oct 2014 06:05:25 -0300, akshay > wrote: &g

Re: Tapestry Production Mode

2014-10-06 Thread akshay
suggestions for this? Regards Akshay On Wed, Oct 1, 2014 at 4:24 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Wed, 01 Oct 2014 11:08:35 -0300, akshay > wrote: > > Hi Thiago, >> > > Hello, Akshay! > > Your idea works.Great!! >> Thanks

Re: Tapestry Production Mode

2014-10-01 Thread akshay
Hi Thiago, Your idea works.Great!! Thanks a lot!!! Regards Akshay On Fri, Sep 26, 2014 at 6:59 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Fri, 26 Sep 2014 12:53:00 -0300, akshay > wrote: > > Hi Thiago, >> > > Hi! > > I believe

Re: Tapestry Production Mode

2014-09-26 Thread akshay
oking something). Regards Akshay On Thu, Sep 25, 2014 at 4:22 PM, akshay wrote: > Hi, > > Is there any way in tapestry 5.4 (*production mode) *where-in, I can > fire the tapestry compiling chain again ( so that my less file are compiled > again). > > I am able to get this done

Re: Tapestry Production Mode

2014-09-25 Thread akshay
Hi Thiago, No, I give it a try now. Thanks for the response. Will let you know the outcome :) Regards Akshay On Fri, Sep 26, 2014 at 12:00 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Thu, 25 Sep 2014 18:53:14 -0300, akshay > wrote: > > Hi Thiago,

Re: Tapestry Production Mode

2014-09-25 Thread akshay
the development mode. Wondering, how can I get a solution for it. Regards Akshay On Thu, Sep 25, 2014 at 11:37 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Thu, 25 Sep 2014 17:59:33 -0300, akshay > wrote: > > Hi, >> > > Hi! > > I a

Re: Tapestry Production Mode

2014-09-25 Thread akshay
Hi, I am working on Theming the website and have a requirement where in I can directly change the Less variables dynamically(something like color) of the menu bar, before they are compiled into the css. Do we have any hook around for this? Regards Akshay On Thu, Sep 25, 2014 at 8:56 PM, Lance

Tapestry Production Mode

2014-09-25 Thread akshay
the caching mechanism is different). Any idea/suggestions would be of great help. Regards, Akshay

Re: Tapestry Framework Possibilties

2014-09-24 Thread akshay
solution which can help me in forcing a default less compilation on the change of less variables in the .less file. Of course before this, I need to know whether the approached mentioned by are feasible or not. Regards Akshay On Wed, Sep 24, 2014 at 2:08 PM, Chris Mylonas wrote: > I reckon you

Tapestry Framework Possibilties

2014-09-24 Thread akshay
s expected(only works after the sever restart). Any suggestions would be highly appreciated. Regards, Akshay

Re: Problem in using Bootstrap Modal component

2014-09-23 Thread akshay
snippet, I jotted down the naive approach, so that someone can really help me in knowing the feasible solution. Regarding the effort, I tried the possibilities and has asked the question, hoping to get a better response. Thanks and Best Regards Akshay On Tue, Sep 23, 2014 at 6:48 PM, Chris

Problem in using Bootstrap Modal component

2014-09-23 Thread akshay
ppreciated. -- Cheers!! Akshay

Re: Loading javascript file in tapestry

2014-09-22 Thread akshay
. So, I try to find a solution where I can embed my images to be loaded along with the js file using this file from tapestry core module. Being very new to javascript , I might be wrong. :) Regards Akshay On Tue, Sep 23, 2014 at 12:16 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com>

Re: Loading javascript file in tapestry

2014-09-22 Thread akshay
I am just trying to find out a way in which I can load the images related to the js file using the above configuration, whether its feasible or not Regards Akshay On Mon, Sep 22, 2014 at 11:49 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Mon, 22 Sep 2014 16:

Loading javascript file in tapestry

2014-09-22 Thread akshay
h "context:") Resource js configuration.add("xyz", new JavaScriptModuleConfiguration( js).exports("variable").dependsOn(img.getFile())); But it doesnt work. Any help would be highly appreciated. Regards Akshay

Dynamic updating the .less file

2014-09-12 Thread akshay
believe was much simpler than modifying .less files(as I think that this infrastructure would not work in case of.less files). Any suggestions would be highly appreciable. Regards and Thanks, Akshay