}
}
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
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
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
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
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
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,
>>
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
yone tried
redirecting/rendering to the page with context.
--
Best Regards!!
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
, 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
@
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
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'
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
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
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
something which is just against the tapestry way. Not sure, any
suggestion will be helpful.
Regards!!
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
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.
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,
>>
>>
>
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
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
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
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
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,
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
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
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
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
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
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
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,
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
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
the caching
mechanism is different).
Any idea/suggestions would be of great help.
Regards,
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
s expected(only works after the sever restart).
Any suggestions would be highly appreciated.
Regards,
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
ppreciated.
--
Cheers!!
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>
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:
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
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
42 matches
Mail list logo