7 years of trolling and hating. Common dude, grow up and get a life
On 11/23/2013 2:50 AM, Matheus Eduardo Machado Moreira wrote:
+1 :-)
Atenciosamente,
Matheus Eduardo Machado Moreira
matheus@gmail.com
2013/11/22 Borut Bolčina
You need professional help. That's my contribution.
Your on :) you can just paypal me haha.
Well the value encoder doesn't appear to be the issue. :( I can completely
remove the encoder parameter from the component and refresh the page and it
will still hold on to the wrong result despite the correct select option
being selected in the select menu.
As I said... I haven't taken the time to fully understand the code.
That being said, I'd be willing to bet you a fiver that it's causing the
issue
:)
Yes I'm aware and I'm also aware the encoder is fired twice while adding a
row, once for the row and a second time for the remove action. The
ajaxformloop has never seemed to be straight forward, I'm always interested
in a simpler approach. Do you believe this may be the cause of the issue?
On Fr
I'm assuming you know that the encoder is fired every time a conversion
between clientside id and serverside object is done. This includes your
delete action etc.
On Fri, 22 Nov 2013 17:28:22 -0200, Emmanuel Sowah
wrote:
What I know, for sure, is that Howard is a coward. He has a double
agenda. He doesn't practise what he preaches. He preaches Tapestry to
his cult
members here but practises Wicket on his clients' projects. And admit
that too in an
+1 :-)
Atenciosamente,
Matheus Eduardo Machado Moreira
matheus@gmail.com
2013/11/22 Borut Bolčina
> You need professional help. That's my contribution.
>
>
> 2013/11/21 Emmanuel Sowah
>
> > Hi guys,
> >
> > Tapestry did not make it to a recent Web frameworks report released by
> > Zer
I didn't take the time to fully understand your code but a ValueEncoder's
role is solely to serialize between clientside string and serverside
object. Nothing more.
Emmanuel Sowah, please provide me with a side by side comparison of the
code, some basic tapestry stuff and the equivalent in wicket. Maybe throw a
component into the mix such as the AjaxFormLoop, I'd like to see how "you"
would code it up in Tapestry5.4 and the equivalent in wicket. I'd like to
ma
Hi Matheus,
Well, I didn't call Thiago a liar. I personally don't know him but I won't
doubt that he's a nice guy. At least one can sense that from the way he
composes his mails.
What I know, for sure, is that Howard is a coward. He has a double agenda.
He doesn't practise what he preaches. He pr
Without that line the phone object never gets added to the person object
prior to commit. Do you know of a better approach?
On Fri, Nov 22, 2013 at 2:20 PM, Lance Java wrote:
> Why is your encoder calling
> person.getPhones().add(phone)???
>
> That looks totally dodgy!
>
--
George Christman
Why is your encoder calling
person.getPhones().add(phone)???
That looks totally dodgy!
Well I am sure his imaginary friend this he is cool
On Fri, Nov 22, 2013 at 8:10 PM, Jon Williams
wrote:
> Great. Let's hear what all your Anonymous Cowards have to say.
>
>
> On Fri, Nov 22, 2013 at 1:03 PM, Emmanuel Sowah wrote:
>
> > Hi guys,
> >
> > To my huge surprise, I've received many c
Great. Let's hear what all your Anonymous Cowards have to say.
On Fri, Nov 22, 2013 at 1:03 PM, Emmanuel Sowah wrote:
> Hi guys,
>
> To my huge surprise, I've received many contributions to my upcoming blog
> post and I want to thank all of you that did that. Of course I welcome
> some more. S
Hi guys,
To my huge surprise, I've received many contributions to my upcoming blog
post and I want to thank all of you that did that. Of course I welcome
some more. So if you haven't sent a contribution please do so. Like the
others did, send them to my email address. I'll keep it confidential so
>
> That's my preferred way to do injection in services and it avoids problems
> like you're having
If you do that, you'll have to refactor your constructor parameters and
assignment statement if you remove\add a new service. It should be a lot
easier to use
@Inject
private MyService svc;
If usi
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,
> >
> > Tapestry did not make it to a rece
You need professional help. That's my contribution.
2013/11/21 Emmanuel Sowah
> Hi guys,
>
> Tapestry did not make it to a recent Web frameworks report released by
> Zeroturnaround found here:
>
> http://zeroturnaround.com/rebellabs/the-2014-decision-makers-guide-to-java-web-frameworks/
> .
>
>
@EagerLoad is for service builder methods:
http://tapestry.apache.org/5.3.7/apidocs/org/apache/tapestry5/ioc/annotations/EagerLoad.html
Don't use TimeTask, use Tapestry's PeriodicExecutor with
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/ioc/annotations/Startup.html
On Fri,
On Fri, 22 Nov 2013 15:47:10 -0200, John wrote:
I need my setup method to run when this class is instantiated but log is
null so mailDAO will also be null.
Weird. Maybe the @EagerLoad-annotated method is being called before the
field injection is done. If that's really the case, that's a b
I need my setup method to run when this class is instantiated but log is null
so mailDAO will also be null.
John
public class EmailReceiverUtil {
public static final int SHOW_MESSAGES = 1;
public static final int CLEAR_MESSAGES = 2;
public static final int SHOW_AND_CLEAR =
On Fri, 22 Nov 2013 05:37:11 -0200, Peter Hvass
wrote:
demon enclosure that is Tapestry with its patron lord of darkness Howard.
I also want a cool title like that! :D
--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br
On Fri, 22 Nov 2013 14:03:10 -0200, John wrote:
How do I get this class to load when I start my app and make sure the
injected services are set? With EagerLoad the class gets instantiated
but of course the services are null.
This statement is not correct as far as I know. Tapestry-IoC inje
I would like to share some additional details related to this issue. I'm
finding after removing a row and refreshing the page the selected option is
marked selected in the html correctly, however the option displayed in the
select menu is the former select option from the previously deleted row.
I'
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.
*-*
*Muhammad Gelbana*
http://www.linkedi
Put it to ParallelExecutor?
http://tapestry.apache.org/parallel-execution.html
http://blog.tapestry5.de/index.php/2011/09/18/scheduling-jobs-with-tapestry/
There's also Quartz scheduler support:
https://github.com/anjlab/anjlab-tapestry-commons/tree/master/anjlab-tapestry-quartz
On Fri, Nov 22
I have a utility class that recieves emails with a background TimerTask that
needs to invoke a method on one of my injected DAOs to store the messages in
the db.
How do I get this class to load when I start my app and make sure the injected
services are set? With EagerLoad the class gets instan
Probably best to see some code before calling it a bug. Perhaps you are
initializing a variable in its declaration (instead of @SetupRender) or
possibly a @Persist issue?
Cool! Seems like the right way to go, now that you did almost all the work
anyway :)
On Fri, Nov 22, 2013 at 12:31 PM, Magnus Kvalheim wrote:
> Hi Chris, yes sure - will do that in the Jira.
>
> I think also the solution is interesting because it shows what's possible
> now with more flexible r
Good Lord, I did't know that Tapestry list had a "let's have fun" topic
like this one! :-)
Emmanuel, it is not that you *"(...) won't cite anything about that
interview (...)"*. You just *can't* because it just exists in your head.
You call Howard coward and Thiago (who is my personal friend
Hi Chris, yes sure - will do that in the Jira.
I think also the solution is interesting because it shows what's possible
now with more flexible requirejs config on Tapestry side.
One obvious use case for paths is to configure 'local' paths for thirdparty
amd modules which themselves express depend
Why not submit a patch, now that you've spent the time figuring it out?
On Fri, Nov 22, 2013 at 12:07 PM, Magnus Kvalheim wrote:
> So, was looking into fixing this myself as a temporary workaround.
>
> I think the fix is quite clean, and of interest for others in similar
> situation, so I'll bri
So, was looking into fixing this myself as a temporary workaround.
I think the fix is quite clean, and of interest for others in similar
situation, so I'll briefly post it.
--
What I wanted to do was to make a modified version of forms.coffee and
contribute/override that somehow.
The forms.coffee
I came to Tapestry from Wicket after reading such a trolling email but I could
never thank the guy.
If it were you Emmanuel, then thank you.
On Nov 22, 2013, at 3:05 PM, Lance Java wrote:
>> 7. Why Howard finally embraced Wicket and started using it in his
> clients' projects.
>
> Drink a sho
> 7. Why Howard finally embraced Wicket and started using it in his
clients' projects.
Drink a shot!
> 8. When Tapestry became Wicketstry
Drink a shot!
> or Tapwickstry.
... and another!
JIRA is here: https://issues.apache.org/jira/browse/TAP5-2231
On Fri, Nov 22, 2013 at 9:10 AM, Magnus Kvalheim wrote:
> Just verified again with a simple form like this one:
>
> http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/Radio.html
>
> =tml=
> Selected typ
Just verified again with a simple form like this one:
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/Radio.html
=tml=
Selected type: ${type}
:
=Java=
public enum CardType{MASTER_CARD, VISA, AMERICAN_EXPRESS, DINERS_CLUB,
DISCOVER}
@In
37 matches
Mail list logo