class="btn btn-primary"
> >>>
> >>> DevTool.tml
> >>>
> >>> class="dropdown-menu"
> >>> class="dropdown-header"
> >>>
> >>> ExceptionDisplay.tml
> >&
Thanks thiago, turn out hibernate that uses Javassist.
On Tue, Jan 29, 2019 at 7:55 PM Thiago H. de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Tue, Jan 29, 2019 at 2:05 AM abangkis wrote:
>
> > Does tapestry 5.4.4 doesn't work with javassist 3.23.1-GA? One thi
Okay, creating a glassfish-web.xml with the content below, and put it in
the same folder as web.xml seems to make the deployment works in Payara
5.184
http://glassfish.org/dtds/glassfish-web-app_3_0-1.dtd";>
On Tue, Jan 29, 2019 at 11:04 AM abangkis wrote:
> Does tapestry 5.
Does tapestry 5.4.4 doesn't work with javassist 3.23.1-GA? One thing i
notice is that payara 5.184 uses javassist 3.23.1-GA and the 4.1
uses 3.20.0-GA, while tapestry it self uses 3.18.1-GA.
On Mon, Jan 28, 2019 at 11:30 AM abangkis wrote:
> Thanks thiago. I found the error in the se
On Mon, Jan 28, 2019 at 6:43 AM Thiago H. de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Sat, Jan 26, 2019 at 5:33 PM abangkis wrote:
>
> > I just tried it. The error is still the same.
> >
> > What confuses me, if it's some NPE from my services or pages
A1F9FDF2>
On Sun, Jan 27, 2019 at 12:57 AM Bob Harner wrote:
> Just a guess, but have you tried it without the '?' on those two textarea
> lines?
>
> t:disabled="true"
> t:mixins="formgroup"/>
>
> That wouldn't explain why it works in Jet
rPhase.render(ComponentPageElementImpl.java:209)
at
org.apache.tapestry5.internal.services.RenderQueueImpl.run(RenderQueueImpl.java:79)
... 105 more
Caused by: java.lang.NullPointerException
--
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @aban
--
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771
Hi chris, thanks for the reply.
On Sun, Nov 4, 2018 at 8:19 PM Chris Poulsen wrote:
>
> With a few exceptions, I would generally say that using @Persist in
> components is a smell, instead pass the information as a parameter - Pages
> are ultimately the things driving the components, they shoul
oblem with form submission
> at all, but a problem while rendering the page later.
>
> Failure reading parameter 'source' of component
> common/loan/ApplicationSummary:loanbundleedittabs2.beandisplay_0.loop:
> Parameter 'object' of component
> common/loan/Application
BeanDisplay.conduit_get_object(BeanDisplay.java)
at
org.apache.tapestry5.corelib.components.BeanDisplay.getModel(BeanDisplay.java:128)
at $InternalPropertyConduit_47d6beafe2e9.navigate(Unknown Source)
at $InternalPropertyConduit_47d6beafe2e9.get(Unknown Source)
at
org.apache.tapestry5.
or an explanation.
>
>
> --
> -- Mats Andersson | Ronsoft AB | +46(0)73 368 79 82
>
>
> On 2018-10-27 05:00, abangkis wrote:
>
> Sorry, still having some problems with custom component. I need to pass a
> logged in user object to the component.
>
> So I pu
leModel is available from
the Environment.
What did I do wrong?
Thanks
On Sat, Oct 27, 2018 at 7:02 AM abangkis wrote:
> I see. Thanks Dmitry.
>
> On Sat, Oct 27, 2018 at 12:23 AM Dmitry Gusev
> wrote:
>
>> For forms you can use:
>>
>> @Environmental
>>
I see. Thanks Dmitry.
On Sat, Oct 27, 2018 at 12:23 AM Dmitry Gusev
wrote:
> For forms you can use:
>
> @Environmental
> private ValidationTracker validationTracker;
>
> and then
>
> validationTracker.recordError(...)
>
>
> On Fri, Oct 26
er solution is the getPageName method of ComponentResources.
>
>
> --
> -- Mats Andersson | Ronsoft AB | +46(0)73 368 79 82
>
> On 2018-10-26 13:07, abangkis wrote:
>
> Hi guys. I'm moving parts of of my page to a custom component. In the page
> there
in a component?
Thanks a lot.
On Fri, Oct 26, 2018 at 7:59 PM Dmitry Gusev wrote:
> Hi,
>
> I would try something like this:
>
> @Inject ComponentResources resources;
>
> and then
>
> pageRenderLinkSource.createPageRenderLink(resources.getPageName());
>
> On Fri, O
://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771
value when submitting to
the server.
On Fri, Jul 27, 2018 at 10:32 AM abangkis wrote:
> Hi geoff, thanks for the link. I was actually looking at the money
> translator when I first researching. But i stumbled on the requirement
> that it will format the entry when user typing the value. I
nsider using the datatype
> org.joda.money.Money throughout, except in the entity convert it to
> BigDecimal and a String currencyCode, and the database use decimal and
> varchar, respectively.
>
> HTH,
>
> Geoff
>
> > On 26 Jul 2018, at 11:38 pm, abangkis wrote:
t (ex:
100.000)
- There's a possibility/optional parameter that you can show the currency
symbol ($100.000)
Can anyone give a little bit direction? Thanks
--
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771
tps://github.com/eddyson-de/tapestry-webjars/issues/4
Is there a workaround for this?
TIA
--
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771
grid;
@BeginRender
void begin(MarkupWriter writer) {
int no = grid.getRowsPerPage() * (grid.getCurrentPage() - 1) + idx
+ 1;
writer.write(String.valueOf(no));
}
}
On Fri, Apr 20, 2018 at 2:34 PM, abangkis wrote:
> Hi chris and geoff, I guess creating a component or
Thanks for your hints!
>
> Greetings, Ric
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
http://www.mreunionlabs.net/ <http://www.mreunion-labs.ne
gt; creatingmixins
> http://jumpstart.doublenegative.com.au/jumpstart/examples/tables/
> gridbeanmodel1
>
> Geoff
>
> > On 19 Apr 2018, at 2:20 pm, Chris Poulsen
> wrote:
> >
> > Create a component?
> >
> > --
> > Chris
> >
> > On Thu,
x + 1;
}
--
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771
to create your own DateField class by copying the source
>> from the Tapestry one, customizing it to your needs and contributing it to
>> the ComponentOverride service. Something like this, not tested:
>>
>> public static void contributeComponentOverride(MappedConfiguration> Class&g
is, not tested:
>
> public static void contributeComponentOverride(MappedConfiguration Class> configuration) {
> configuration.add(DateField.class, YourDateField.class);
> }
>
> Doing this, Tapestry will use YourDateField instead of DateField when you
> have a or .
>
> On Tue, Apr 10, 2
tDateInstance(DateFormat.SHORT, locale), where locale is got
> through @Inject. Is your desired date format the one returned by that
> method for your locale?
>
> On Tue, Apr 10, 2018 at 5:26 AM, abangkis wrote:
>
> > Hi, is there a quick way to override tapestry dat
Hi, is there a quick way to override tapestry datefield default format? In
a single datefield i can do
But it became very repetitive for many pages.
Regards
--
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.goog
rom the
> server side.
>
> On Wed, Dec 6, 2017 at 1:11 PM, abangkis wrote:
>
> > Hi,
> >
> > I have a javascript that trigger a page navigation. It's working
> perfectly
> > with the code below.
> >
> > @InjectPage
> >
do this from the java code?
Thank you very much.
--
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&ut
;
thiag...@gmail.com> wrote:
> On Sun, Jun 18, 2017 at 12:52 PM, abangkis wrote:
>
> > Lets say I have a hashtag entity that i stored in the database and
> managed
> > by HashtagDAO (a tapestry service). And then i have a
> TwitterParserService
> > that check if a twe
think a pub-sub mechanism
would be better. Using Rabbit MQ or JMS feels like an over engineer
solution for this simple case.
Thanks.
On Sun, Jun 18, 2017 at 7:17 PM, Basile Chandesris wrote:
> Le 18/06/2017 à 08:51, abangkis a écrit :
>
> Hi, can anyone tell me how to implement Pub -
Hi, can anyone tell me how to implement Pub - Sub pattern in tapestry
service? Does tapestry has some kind of 'lightweight MQ' for this kind of
case?
Thanks
--
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https:/
Okay. Thank you very much for the info.
On Mon, May 1, 2017 at 1:42 PM, Chris Poulsen
wrote:
> Your means to securing a "traditional tapestry page" (filter based
> approach) should be sufficient.
>
> On Mon, May 1, 2017 at 6:39 AM, abangkis wrote:
>
> > Hi, with
provided by
the framework?
Thanks in advance
--
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771
5.4.2 and 5.5: easily
> call event handler methods from JavaScript
>
> On Thu, Apr 27, 2017 at 6:43 AM, abangkis <[hidden
> email]> wrote:
>
> > Hi. Thanks for the awesome improvement. I want to adopt it immediately.
>
>
> Hi! Nice! :)
>
>
> > But I've
Thank you very much. I got it working. Now my code is going to be a whole
lot cleaner.
Good job Thiago.
On Thu, Apr 27, 2017 at 7:10 PM, Thiago H. de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Thu, Apr 27, 2017 at 6:43 AM, abangkis wrote:
>
> > Hi. Thanks for the awes
emo/module1/pages/PublishEventDemo.tml
> >
> > https://github.com/sveine/tapestry-multi-module-demo/
> > blob/master/module1-root/module1/src/main/resources/META-INF/modules/
> > publisheventdemo.js
> >
> > https://github.com/sveine/tapestry-multi-module-demo/
> > blob/master/core/src/main/resources/META-INF/modules/
> util/tapestryutil.js
> > (TapestryUtil.ajaxEvent)
> >
>
>
>
> --
> Thiago
>
--
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771
gt; I read that Tapestry removed the redundant suffix of the URL in
> > certains
> > > > cases, and and wanna know why or where do they do this ?
> > > >
> > > >
> > > > Thanks
> > > >
> > > >
> > >
> > >
> > > --
> > > Dmitry Gusev
> > >
> > > AnjLab Team
> > > http://anjlab.com
> > >
> >
> >
> >
> > --
> > Dmitry Gusev
> >
> > AnjLab Team
> > http://anjlab.com
> >
>
>
>
> --
> Dmitry Gusev
>
> AnjLab Team
> http://anjlab.com
>
--
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771
jobs is
> > made available via getJobs(). I have not implemented cancel but I think
> all
> > that's needed would be to call the cancel method on the job
> >
> > On Friday, June 17, 2016, abangkis wrote:
> >
> > > Hai, I'm creating a periodic jo
2016 at 3:10 PM, JumpStart <
geoff.callender.jumpst...@gmail.com> wrote:
> Do you mean where Tapestry provides webhooks to be called by an external
> party (perhaps a bot)? If yes, can it be RESTful?
>
> > On 17 Jun 2016, at 10:09 AM, abangkis wrote:
> >
> > Hi
page?
--
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771
Hi, does anyone have an example of creating a webhook in Tapestry?
I'm trying to create a telegram bot with tapestry backend.
Thanks
--
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771
s an Oauth endpoint.
>
> Kalle
>
> On Wed, Mar 23, 2016 at 1:13 AM, abangkis wrote:
>
> > Thanks Kalle. Yes, I've been following that. Turning the Jax-RS sample
> to a
> > servlet one, before try to migrate it to tapestry. I Guess my knowledge
> on
> > OAut
count and finally returning JWTs
> for sessionless *and* using the same tokens for authorizing websocket
> connections. Phew. I may try to spin some parts of it off to an open source
> library but not quite sure yet what exactly would make a good reusable
> module.
>
> Kalle
>
&
Yes.
> >
> >
> > --
> > Thiago H. de Paula Figueiredo
> > Tapestry, Java and Hibernate consultant and developer
> > http://machina.com.br
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> >
> >
>
--
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771
016 at 6:14 PM, abangkis wrote:
>
> > Hi, is there a Tapestry module for OAuth2 Server available?
> >
> ==> Hi, my understanding so far there is no tapestry library for oauth2.
> You have to integrate spring-tapestry security from tynamo project and
> integrate spring oaut
Hi, is there a Tapestry module for OAuth2 Server available?
I'm currently looking at Apache Oltu to create a OAuth2 Server.
Regards.
--
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771
t; > I have not used the hibernate integration myself. But my guess is that
> you
> > should depend on tapestry-hibernate instead of
> tapestry-hibernate-core
> > As far as I can tell from the sources, the CommitAfterWorker class lives
> in
> > that module.
> &
, 2016 8:07 AM, "abangkis" wrote:
>
> > I'm learning gradle, and planning to create something similar to tapestry
> > maven archetype as a gradle plugin. Is there a quick way to port maven
> > archetype to gradle, or do I have to write it down from scratch?
> >
>
ommitAdvice(receiver);
> }
>
> This advice method is configured to match against any service whose id ends
> with "DAO", such as "PersonDAO".
>
> The advisor scans the service interface and identifies any methods with the
> @CommitAfter annotation.
>
> On Th
gt;
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771
I managed to setup and import the simple project to github if anyone have
the time to look at it. https://github.com/abangkis/CommitTest. First time
using git, let me know if something is missing.
Thanks
On Thu, Feb 4, 2016 at 5:53 AM, abangkis wrote:
> Hello, I've just recently migra
But using @CommitAfter annotation isn't. Anybody know why is
this happening?
Thanks
--
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771
Okay. Thanks a lot Thiago.
On Wed, Jul 8, 2015 at 4:37 AM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Tue, 07 Jul 2015 15:26:57 -0300, abangkis wrote:
>
> Hi guys, what is the easiest way to detect value changed on datefield? I
>> was expecting some
ustom javascript to handle this? Is that
correct?
Cheers
--
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771
nterintuitive sometimes because the eventlink is a
> child in the clientside dom/html but not in the serverside component model.
>
--
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771
work :)
On Tue, Mar 31, 2015 at 1:58 AM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Sun, 22 Mar 2015 06:36:49 -0300, abangkis wrote:
>
> Now I'm wondering if there's any way to trigger this behavior from
>> another component.
>>
>
&
use the existing grid internal zone instead.
Thank you verymuch.
--
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771
evalidate". You can customize that by setting
> SymbolConstants.OMIT_EXPIRATION_CACHE_CONTROL_HEADER.
>
> Hope that helps!
>
> Felix
>
>
> 2015-03-19 10:46 GMT+01:00 abangkis :
>
> > Sorry to brought up old thread. Does anyone know where I can set up the
> >
the resource; you can see this
> when it looks one way in the browser, and differently and correctly via
> curl or httpie.
>
> On Sun, Feb 8, 2015 at 10:49 PM, abangkis wrote:
>
> > Ok, my workaround is to add some kind of index number to log to
> javascript
> > con
gt; >> >>> ) {
> >> >>>configuration.add("highcharts", new
> >> >>> JavaScriptModuleConfiguration(highcharts));
> >> >>>configuration.add("fineuploader", new
> >> >>> JavaScriptModu
js documentation about this. You just cannot use
> Require.js with non AMD .js files and expect it to work without no further
> work.
> >
> > On Sat, 14 Feb 2015 14:04:36 -0200, abangkis wrote:
> >
> >> Hello. I'm trying to load a simple regular javascript that&
gt;
> On Sat, 14 Feb 2015 14:04:36 -0200, abangkis wrote:
>
> Hello. I'm trying to load a simple regular javascript that's going to be
>> used as dependency from a RequireJS module.
>>
>> So i created mytest.js under classpath:META-INF/assets/js/mytest.js. It
>&
le.js:104 All inits executed
Lima.js:3 mytest undefined
console.js:104 RequireJS error: require: Cannot read property 'showMe' of
undefined
So, what did i do wrong? Thanks.
--
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771
differently and correctly via
> curl or httpie.
>
> On Sun, Feb 8, 2015 at 10:49 PM, abangkis wrote:
>
> > Ok, my workaround is to add some kind of index number to log to
> javascript
> > console such as : console.log("29. Google map is ready"); I keep
> ref
7, 2015 at 11:24 AM, abangkis wrote:
> Hi guys, another question about require js. So i experiment with creating
> a new source folder in eclipse by the name of requiresrc. Under that folder
> will reside the META-INF/modules/my_javascript.js file. This way eclipse
> will deploy the META-I
m.au/jumpstart7/examples/javascript/mixin
>
> HTH,
>
> Geoff
>
> On 7 Feb 2015, at 1:47 pm, abangkis wrote:
>
> > Okay i found out the problem, after sending the email. The module name
> > should only be "my_test" not "my_test.js" just realized i
t, Feb 7, 2015 at 9:24 AM, abangkis wrote:
> Hi guys, I'm in the process of migrating my application from Tap 5.3.8 to
> Tap 5.4-beta-26.
>
> I have a simple Index.tml, Index.java and my_test.js files. But whenever i
> run the app the Chrome console keep showing an error
>
g refresh,
tapestry would pick up the new content. Restarting the app every time i
change the js file would be a big pain.
Thanks :)
--
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771
les
+ my_test.js
+ WEB-INF
I tried putting the modules under WEB-INF/classes/META-INF/modules but it
still shows the same error.
Any suggestion?
Thanks
--
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771
h your nested components approach, and there is
> > nothing wrong with having a component render multiple zones as you are
> > doing. I don't know the cause of your client-side exception, but I think
> > your code must be very, very close to correct.
> >
> > On Thursd
ow if these thoughts are addressing the source of your problem,
> but I hope they help.
>
> Cheers,
>
> Geoff
>
> On 27/03/2014, at 1:42 AM, abangkis wrote:
>
> > Or maybe someone has an example of a single page site made with tapestry.
> > I've tried jumpstart
>
r 25, 2014 at 3:18 PM, abangkis wrote:
> Hello,
>
> I have 3 nested object. A survey, a section and a question. A survey will
> contain sections and a section will contain questions. I want to create a
> single page editor for this nested object using ajax.
>
> In add surv
Hello,
I have 3 nested object. A survey, a section and a question. A survey will
contain sections and a section will contain questions. I want to create a
single page editor for this nested object using ajax.
In add survey page i have created two zone, survey zone and
sectionListZone. The survey
I think the Android documentation is a great example for this
http://developer.android.com/reference/android/app/Activity.html
As you see in the link, you can click the (view source) link beside each
class name to view the related source code.
On Mon, Oct 14, 2013 at 6:17 PM, Bob Harner wrote:
Hi, my setup is pretty basic, I use eclipse to generate a dynamic web
project, copy the library to the WEB-INF library. Setup a server in the
eclipse window using Tomcat. Right click to start the server. And the app
is running.
I found that this is the easiest way to get people to start using tape
der request URLs, and
> Tapestry has facilities (generally, advanced usage of the activate and
> passivate events) to keep those stable even when underlying
> implementation of the pages evolve.
>
> On Wed, Mar 9, 2011 at 5:39 AM, abangkis wrote:
> > Great :D Thanks a lot igor
apestry5/services/linktransform/ComponentEventLinkTransformer.html
>
> On Wed, Mar 9, 2011 at 2:03 PM, abangkis wrote:
>
> > Hi igor thanks for the reply. The protocol_version is just a string. For
> > example,
> >
> > http://www.myserver.com/myapps/page_name.method_name/1.0/p
protocol_version
would just be another parameter in the onActionFromXXX method. But that
means i would have to write the same code for each of the method that is
accessed by the mobile client. I'm wondering if i could do this only in one
place. I hope my intention is clear enough.
Cheers
A
t;
My question. Is there any way i can do this, without have to include
protocol_version as the first parameter for each method ?
Thanks In Advance
Abangkis
<http://www.myserver.com/myapps/page.method/protocol_version/param2/param3/moreparam>
On Tue, Mar 8, 2011 at 2:24 PM, abangkis wrot
case. Can anyone advise me what is the advantage of using one to the other
?
Treating the version as the first param for each method would also work. But
i think the two other alternative above will give a better an cleaner
approach.
Thanks a lot
Abangkis
--
http://www.mreunion-labs.net/
tw
e it, load it from the classloader as a resource:
> InputStream in = getClass().getResourceAsStream("quartz.properties");
> But instead of "quartz.properties" you can use the symbol that contains
> that
> filename.
>
>
> On Wed, Jan 5, 2011 at 10:06 AM, abangki
her
> option.
> >
> > On Wed, Jan 5, 2011 at 8:08 AM, Donny Nadolny >wrote:
> >
> >> You can contribute just the name of the file you want
> >> ("quartz.properties"),
> >> put it in the classpath, eg in src/main/resources, and then in the
test. Is there anyway to contribute the quartz.properties that will work
inside and outside of the servlet context ?
Cheers,
Abangkis
On Wed, Jan 5, 2011 at 9:38 PM, Josh Canfield wrote:
> It doesn't look like you are including TapestryModule in your registry.
> Since you're b
test that build the tapestry registry for my services and run it. But i
received an error that the ComponentRequestHandler doesn't exist. Here's the
contribution in the appmodule, test file and the stack trace. I wonder what
I've missed ?
Cheers,
Abangkis
public class AppModule
hm.. moving to Glassfish v3.0.1 with the same deployment files doesn't show
any of the previous problem.
On Wed, Nov 10, 2010 at 9:46 PM, abangkis wrote:
> Hello all,
>
> I was upgrading my apps from T 5.1.0.5 to T.5.2.2 , I've managed to make it
> run in my dev environmen
rom the lib/ext folder
(workaround when deploying T5.1.0.5 in GF). For the record I'm using
hibernate 3.6.0 , since it works on my dev env, i don't think there's a
problem using that version. Can anyone help me with this problem ?
Thanks a lot,
Cheers,
Abangkis
[#|2010-11-1
Ok, thanks a lot Christian :)
On Thu, Nov 4, 2010 at 3:29 AM, Christian Köberl <
tapestry.christian.koeb...@gmail.com> wrote:
>
>
> abangkis wrote:
> >
> > Hi in http://tapestry.apache.org/tapestry5.1/guide/conf.html said that
> > there
> > are 3
production mode to false in my app module
configuration.add(SymbolConstants.PRODUCTION_MODE, "false");
And then set it true in the web.xml
tapestry.production-mode
true
Would the xml value override the appmodule configuration ?
Thanks,
Abangkis
--
one else face
the same problem as me.
Cheers,
Abangkis
On Fri, Jul 23, 2010 at 9:08 PM, abangkis wrote:
> Hello, I've emplemented jumpstart AssetProtectionFilter in my
> application. And add the list bellow as the white list
>
> final HashSet ASSETS_WHITE_LIST =
i remove the CK component, the page work just fine. My
guess is i'm still missing some of the resource but couldn't figure it
out what is the resource.
Thanks for the help
Cheers,
Abangkis
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
ah... thanks thiago. That would work.
Cheers,
Abangkis
On Sat, May 29, 2010 at 12:51 AM, Thiago H. de Paula Figueiredo
wrote:
> On Fri, 28 May 2010 14:24:45 -0300, abangkis wrote:
>
>> Hello,
>
> Hi!
>
>> is there any property to set a field in beaneditform to
field
from the beaneditform..
Thanks,
Abangkis
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
hi, just wan't to point out that your download link still point to
http://static.spreadthesource.com/wooki-0.1.war
cheers,
abangkis
On Thu, Mar 18, 2010 at 2:37 PM, Christophe Cordenier
wrote:
> Hi
>
> You're very welcome.
>
> Also, note that we have planned to
Great, i was waiting for this.
Congrats ! :)
On Wed, Mar 17, 2010 at 9:19 PM, Robin Komiwes wrote:
> We are pleased to announce Wooki 0.2.0 release. We have been working more
> than two months on this major update and we hope you will appreciate our
> efforts.
>
> For newcomers, Wooki is a colla
Value variables in the java class.
Hope this helps
Cheers
Abangkis
On Tue, Jan 26, 2010 at 5:29 PM, blueboy6 wrote:
>
> Ok, here is my new problem :)
>
> I implemented google maps to one of my projects and everything is fine. I
> input coordinates and marker shows up and e
already provide ?
2. If i want to show the data in a grid, is there any way i can do
this without turning the xml data to Pojo and insert it to a list to
be used by the grid ?
Thanks a lot for your help guys.
Cheers,
Abangkis
-
To
//www.catb.org/~esr/faqs/smart-questions.html
>
> On Sat, Jan 16, 2010 at 4:20 AM, abangkis wrote:
>> Hi all,
>>
>> I'm having trouble accessing the image that i store under
>> "WebContent/images/markers/" to pass it through my javascript library.
>>
1 - 100 of 121 matches
Mail list logo