@Thiago
I am absolutely correct here. The LazyLoadingException is indeed resulting
from a Transactional problem. The lazy loading has to be done inside the
very same transaction unless you reattach the entity for the next
transaction. On reattach hibernate reassures the entity has not changed by
l
Hi all,
I'm not sure about using the form component correctly, because my
setup ends in a Javascript exception.
Environment:
- Tapestry 5.4-alpha-15
- configuration.add(SymbolConstants.FORM_CLIENT_LOGIC_ENABLED, false);
- tapestry-beanvalidator module using Hibernate Validator 4.3.1.Final
The se
Hi Thiago,
I'm sorry to hear about the withdrawal of the book proposal, and it is
perfectly understandable that you have bills to pay and so working on
it full time instead of a regular paying job may not be feasible for
you.
Having followed the threads from the background, I could assure you
that
Thiago did you ever considered odesk? You find plenty of opportunity there.
I did some jobs my self. You even move into things one had never considered
first place. Also you build up reputation for yourself.
Anyway whats your working hour rate?
2013/9/3 Steve
> Hi Thiago,
>
> I'm sorry to hear
hi,
I have a page class (without .tml), which configurates and returns other
pages. This class is now in "pages" package because I have to inject other
Pages and Services on it. But actually it doesn't a Page and I would like
to move it out of tapestry packages. How can I slove it? Or how can I mo
On Tue, 03 Sep 2013 11:45:08 -0300, Semen Vishniakov
wrote:
hi,
Hello!
I have a page class (without .tml), which configurates and returns other
pages. This class is now in "pages" package because I have to inject
other Pages and Services on it. But actually it doesn't a Page and I
wou
It wont make it into 5.4. Mr Ship talked about it back some time. You might
want to take a look Art athmospere. You should be able to include it into
Tapestry following the example oft cometd. This will bring you
socket.iosupport which should you bring everything for Server side
push .
Am Dienstag
On Tue, 03 Sep 2013 14:29:29 -0300, Semen Vishniakov
wrote:
Thank you for your reply, Thiago!
You're welcome!
I think your page is actually a page because it does have an URL and
handles requests.
(Sorry for my English)
English isn't my first language either. :)
I don't think so. It
On Tue, 03 Sep 2013 11:58:04 -0300, Ben Titmarsh
wrote:
Hi Guys,
Hi!
Is there any plan to bring some kind of Server Push implementation to
Tapestry? I found a comet implementation (by Lance I think?) from a
while back but haven't seen much movement in this area recently.
I've never
I am using it and I can say that it does job pretty well (for me at least -
my requirements are very basic at the moment but it will change eventually
I guess)
On Tue, Sep 3, 2013 at 8:19 PM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Tue, 03 Sep 2013 11:58:04 -0300, Ben Titm
Tapestry 5.4 switched from YUICompressor to Google Closure, and things have
been much better. We use Closure for just simple minimizations (removal of
whitespace, local variable renames, etc.).
We do use the YUICompressor CSS minimizer.
On Tue, Sep 3, 2013 at 11:27 AM, Lenny Primak wrote:
> Hi
Thanks, looks like the clojure compiler integrates Rhino correctly, and it
won't interfere
with the official rhino.
On Sep 3, 2013, at 3:06 PM, Howard Lewis Ship wrote:
> Tapestry 5.4 switched from YUICompressor to Google Closure, and things have
> been much better. We use Closure for just simp
I think this affects checkboxes too...
Anyone interest in taking a look?
Luca
- Original Message -
> From: "Luca Menegus"
> To: "Tapestry users"
> Sent: Monday, September 2, 2013 9:50:28 PM
> Subject: Re: [T5.3.7 BUG] RadioGroup doesn't honor disabled parameter
>
> ... If you're goi
Thank you for your reply, Thiago!
> I think your page is actually a page because it does have an URL and
handles requests.
(Sorry for my English)
I don't think so. It's a little bit complicated:
We've wrote abstract class, which processes"right-click" on grid rows and
shows context menu.
By click
Lance talked about that this very same approach can be used to bind
atmosphere into the picture. This library would provide socket.io support
which others on this list claimed to have used successfully (check the
archive and search for atmosphere).
2013/9/3 Boris Horvat
> I am using it and I ca
Hi,
I am now in the process of upgrading infrastructure for the eventual 5.4
release.
Tapestry used (still do) have problems with embedded Rhino that was inside
yuicompressor library.
Does T5.4 still use this library and/or have this issue?
Thanks
-
Yes, seems to have a repackaged copy of part of the Rhino parser.
On Tue, Sep 3, 2013 at 12:12 PM, Lenny Primak wrote:
> Thanks, looks like the clojure compiler integrates Rhino correctly, and it
> won't interfere
> with the official rhino.
>
> On Sep 3, 2013, at 3:06 PM, Howard Lewis Ship wrote
Hi Guys,
Is there any plan to bring some kind of Server Push implementation to Tapestry?
I found a comet implementation (by Lance I think?) from a while back but
haven't seen much movement in this area recently.
Cheers,
Ben.
Ok I removed bind.context=".." altogether, and added:
bind.callback="function(event,ui,u) {u.addContext("Your Value");
I get "You Value" in the action listener. But I need the file id.
I tried:
bind.callback="function(event,ui,u) {u.addContext(${currRow.fileID});
bind.callback="function(event,
Hi Sem,
whenever you create abstract page base classes and dispatch to other
pages in the process you are most likely doing something not page related.
Look at the request handling of tapestry. From what I understood, I suggest
taking a look at the request filter and provide one. For the I hav
20 matches
Mail list logo