Thanks for your help Guys. It looks the tapestry IoC doesn't have a
handle on the ComponentAssemblerSource so am trying a different avenue.
Jack
On 05/09/11 13:03, Steve Eynon wrote:
The following should list all services that you're able to advise (I
just tried it on T5.3
hould be able to advise these
service methods but as I said my advice is not getting invoked. Any ideas?
Thanks,
Jack
On 05/09/11 12:10, Jens Breitenstein wrote:
Hi Jack!
I wonder what kind of page data you want to cache which is not
provideable by a service?
a) why not using a spring sing
};
}
Many thanks,
Jack
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
se the configuration in a contribution on a per-app basis. Sounds
fun right? :)
On Fri, Sep 17, 2010 at 5:44 PM, Thiago H. de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Fri, 17 Sep 2010 12:58:52 -0300, Jack Nuzbit
> wrote:
>
> Hi,
>>
>
> Hi!
>
> Is
-5-0-11-How-to-get-page-instance-from-page-tt2416695.html#none
Thanks in advance for any help.
Cheers,
Jack
Thanks Everyone.
I have done it at my own
Tapestry 4 does NOT give any liberty/API/mechanism to integrate the web site
with third party. However, I have been able to do it by writing my custom
components
Anybody who needs to know the solution, please PM me.
--
View this message in context:
Ok.
I'd like to do this Tapestry4 way.
Can you please offer some help/suggestions?
-Jack
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Integrating-with-3rd-Party-tp2652704p2692918.html
Sent from the Tapestry - User mailing list archive at Nabbl
Are you saying that it is not possible using Tapestry4 ?
I didn't understand.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Integrating-with-3rd-Party-tp2652704p2653385.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
Hi,
I'm having a problem integrating with a 3rd party. The thing is they have
this system that sends me an https POST with some data in it. How can I post
the data to a third part URL?
Without using Tapestry, I am doing it like
Can anybody help me please?
-Jack
--
View
On Tue, Nov 10, 2009 at 2:58 PM, Thiago H. de Paula Figueiredo <
thiag...@gmail.com> wrote:
> Em Tue, 10 Nov 2009 12:42:25 -0200, Jack Nuzbit
> escreveu:
>
>
> non-tapestry site. The problem is that in using tapestry components I
>> can't set the action attr
form to post to this external site. The form
component will override any action I define.
On Tue, Nov 10, 2009 at 1:53 PM, Massimo Lusetti wrote:
> On Tue, Nov 10, 2009 at 12:08 PM, Jack Nuzbit
> wrote:
>
> > Hi All,
> > I've got a rather complex form that I'd l
way around this without some javascript hack or avoiding tapestry components
completely.
Thanks,
Jack
;s my blog post if you want to take a look: tapestry paging
component<http://norobotblog.blogspot.com/2009/09/leaf-super-easy-paging-for-tapestry5.html>
Cheers,
Jack
On Wed, Sep 30, 2009 at 1:41 PM, cordenier christophe <
christophe.corden...@gmail.com> wrote:
> It also exi
I mean too much component nesting like what's been described in this thread.
On Mon, Sep 14, 2009 at 12:56 PM, Ivano Luberti wrote:
> Jack, what "Uber component pattern" stands for ?
>
> Jack Nuzbit ha scritto:
> > I'm concerned I may be falling foul of t
I'm concerned I may be falling foul of the Uber-component pattern as well.
I'm regularly building container components that dynamically render
different sub-components.
Is there any chance somebody could document the recommended approach here.
Many thanks,
Jack
On Fri, Sep 11, 2009
t was wondering if anyone has any thoughts about this or
knows any reasons why it could cause problems.
Cheers,
Jack
public class LoginPage
{
@Property
private String email;
@Property
private String password;
void onSubmitFromLogin() throws PageValidationException {
thro
stent strategies could be avoided if reqiured.
Clustering sessions for scalable apps seems overkill if it's only needed for
form errors.
Jack
On Wed, Jul 8, 2009 at 8:04 PM, Norman Franke wrote:
> So let me be a little clearer:
>
> I don't want to run with SUPPRESS_REDIR
er is expensive; running the assembler is cheaper (but still
> expensive enough to justify page pooling).
>
> HTH.
>
> Robert
>
>
> On Jul 8, 2009, at 7/86:33 AM , Jack Nuzbit wrote:
>
> Hello,
>>
>> Am I correct in thinking that when a component i
pestry_5_1_0.xsd";>
Looped references
Static references
The output is:
Looped references 1 2 3 Static references 1 1 1
I know i could reset variables in a cleanup render method but shouldn't the
component behave the same way inside or outside of a loop?
Many thanks,
Jack
Anyone have any thoughts on this?
Jack
Does anyone know I can do this?
Thanks
Jack
Thanks Tobias, I think you're right. I've switched back to 5.0.14 for the
time being but I'll test again on the next release.
I've just tested the scenario of being redirected after a validation failure
using the quickstart Archetype and the code below.
I can see that tapestry is performing a redirect after the onValidateForm
even though the form has errors.
Is the only solution to persist the form data to a database?
ns is more based on the environment it will
be running in. Multiple load balanced servers with server dropout handling
which would mean clustered sessions, something I'd rather avoid.
Cheers,
Jack
s anyone used tapestry5 without sessions?
Cheers,
Jack
i just use
Jack
ut will always throw
this Exception when an asset is encountered on a page.
I'm using maven with the jetty plugin to run it and the webapp also uses an
overlay.
Does anybody have any thoughts on what could be causing this?
Many thanks
jack
the image to
> use.
>
> Email me offline if you're still having problems and I'll send you my
> code.
>
>
> On Tue, Apr 29, 2008 at 8:32 AM, Jack Nuzbit <[EMAIL PROTECTED]>
> wrote:
>
> > Hi All,
> >
> > Can anybody point me in the rig
Hi All,
Can anybody point me in the right direction for creating an image submit in
tapestry 5. I've scoured the docs but i can't find anything.
Many thanks,
Jack
ort
custom Format objects and if so is there any reason for this?
Many thanks,
Jack
Start.tml file
mvn jetty:run and you should get the exception.
Cheers,
Jack
On Tue, Mar 4, 2008 at 6:36 PM, Marcus <[EMAIL PROTECTED]> wrote:
> Hi Jack,
>
> Can you post the code of this class?
>
> http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
> Login
t;[EMAIL PROTECTED]>
wrote:
> I believe that the "internal" APIs in T5 are "off limits". Injecting
> ComponentResources, an interface, doesn't do what you want?
>
> Bill h
>
> On Tue, Mar 4, 2008 at 11:29 AM, jack Nuzbit <[EMAIL PROTECTED]>
>
getEmailAddress() {
return emailAddress;
}
public void setEmailAddress(String emailAddress) {
this.emailAddress = emailAddress;
}
public String getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password;
}
}
Any help would be much appreciated,
Cheers,
Jack
The screencasts about Tapestry 5.0.0
(http://tapestry.apache.org/tapestry5/screencast.html)
made me look into the doc's & the code,
and it's going to be a giant leap forward (since 2.3) ;-)
thanx Howard
_
Type your favorite song.
34 matches
Mail list logo