Thanks Howard. Good to know.
Gregg
On 1/21/06, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
>
> MindBridge named the component ForBean (and IfBean). But, yes, you can
> generally use Object or IComponent when injecting a component.
>
> On 1/20/06, Gregg Bolinger <
ples.typeService")
> instead of
> > @InjectObject("service:com.pnp.typeService")
>
> the `service:' prefix expects the hivemind id, not the java type; sorry
> for the confusion
>
> -Yori
>
>
> -Original Message-
> From: Greg
Ok, I see what you are saying now. I will give it a shot.
On 1/21/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote:
>
> I'm not sure I understand. Why examples.typeService?
>
> My package structure is com.pnp.services.ITypeService
>
> Thanks.
>
> Gregg
>
&
#x27; - the package is used to prefix unqualified
> classes/interfaces while the module id is used for services,
> configurations
>
> -Yori
>
> -Original Message-
> From: Gregg Bolinger [mailto:[EMAIL PROTECTED]
> Sent: Saturday, January 21, 2006 4:59 PM
> To
I have been struggling with this issue for a couple of hours now. I've
exhausted the mailing list archives as well as google. So now I will ask
the experts. If anyone has any suggestions, I'd really appreciate it.
I have the following hivemodule.xml file
Used IComponent. Fixed.
On 1/21/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote:
>
> I assumed I could use Annotations for the For component however, I can't
> seem to figure out which type of component I should return on the abstract
> method. There is no For component. I
I assumed I could use Annotations for the For component however, I can't
seem to figure out which type of component I should return on the abstract
method. There is no For component. Iterator didn't work. I am at a loss.
Thanks.
Gregg
e this
mailing list is. It's just another means to help spread the good news about
Tapestry. And we do have a few people that ask Tapestry questions on the
ranch.
Gregg Bolinger
I seem to remember you already asked this question and there were several
responses. Did you see them?
Gregg
On 1/13/06, Alexander Varakin <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I noticed that in v4.0 first page display takes much longer than in v
> 3.0.3:
> 15 sec vs 7 sec.
> I used the hellowo
The simplified alternative is to use annotations if you can. Otherwise, I
don't see much benefit in the new syntax.
Gregg
On 1/15/06, Martin Strand <[EMAIL PROTECTED]> wrote:
>
> How about using attributes instead of the element?
> i.e. we would have
>
>
>
> instead of
>
>
>
>
>
> The o
Do you have to use a submit button? Why not just use a DirectLink?
Gregg
On 1/15/06, Alan Chandler <[EMAIL PROTECTED]> wrote:
>
> I have a form that when I hit the submit button, it will fire a listener.
>
> That listener will then return a page that I want to go to.
>
> I want to actually go t
There's really not much to it. I used Kent Tongs book (Chapter 7) mostly.
http://www.agileskills2.org/EWDT/ It has all the how-to's and examples
you'll need.
Gregg
On 1/15/06, Yury Tkachenko <[EMAIL PROTECTED]> wrote:
>
> Greg, it would be greate if you give me some links to how tos and also
>
I just used the Table component from the contrib library for the first time
tonight and I just want to say DA that was easy. 10
times easier than any JSF dataTable component. Way to go
(bet you thought this was going to be a how-to question huh)
Gregg
Ok, nevermind. It was a stupid typo on my part. Ignore all the above.
On 1/14/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote:
>
> Ok, I took a look at those libraries and they look like they'd work.
> However, since I am converting an app I already have all the Spring work
>
ething in Hivemind to get the ServletContext,
however, I don't know what.
Any help is appreciated. Thanks.
Gregg
On 1/12/06, Massimo Lusetti <[EMAIL PROTECTED]> wrote:
>
> On 1/12/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote:
>
> > Cool, thanks for the link. I
Are you talking about the first time you startup your server and visit the
page or everytime you visit the Home page? It takes a few sec for mine to
startup but after the initial loading of everything, it screams. And it's
not really something to worry about.
Now, if it's happening everytime you
So Hugo, how can we go about getting ahold of this aside from the IDEA
plugin browser?
Gregg
On 1/13/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote:
>
> Same here. Not listed. Using 5.0.2. Categories go from E to G. No F's
> at all.
>
> Gregg
>
> On 1/13/0
e category 'Framework integration'
> (and
> I sorted by category, so it should have been easy to find...)
>
> -Jason
>
> On Friday 13 January 2006 19:29, Hugo Palma wrote:
> > It's listed as "Tapestry Integration" under the "Framework integration&qu
2 days ago I looked at the repos and I didn't even see the plugin listed.
What is it listed as? I'd love to try it out.
Gregg
On 1/13/06, Hugo Palma <[EMAIL PROTECTED]> wrote:
>
> Hi, i just created the 0.1 release in the IntelliJ plugin repository but
> i'm having some problems when i test dow
Well, from that page you just linked to...
tapestry-tutorials.tar.gz
Contains the libraries as well as all of the Tapestry QuickStart
tutorials.
Did you download that and extract it?
Gregg
On 1/13/06, Cui, Fanzhe <[EMAIL PROTECTED]> wrote:
>
> As I said in the previous email I was new
We had the same problem, and used an ISpecificationResolverDelegate to
> move everything to WEB-INF. It's pretty straightforward, but I can
> share code if you're interested.
>
> jeff
>
> -Original Message-
> From: Gregg Bolinger [mailto:[EMAIL PROTECTED]
> Tapestry searches relative to servlet context for the template. Move
> your Home.html up to the root of the servlet...should work.
>
> jeff
>
> -----Original Message-
> From: Gregg Bolinger [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 13, 2006 12:04 PM
> To: Tapes
or something like that? If so, move it to the same directory as
> your .application file.
>
> jeff
>
> -----Original Message-
> From: Gregg Bolinger [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 13, 2006 11:57 AM
> To: Tapestry users
> Subject: Re: Annotations
ss-packages
>
> On 1/13/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote:
> > I am trying to get a good feel for replacing as much in the .page file
> using
> > annotations. I have a very simple page and I have used annotations for
> the
> > Form and the TextField.
I am trying to get a good feel for replacing as much in the .page file using
annotations. I have a very simple page and I have used annotations for the
Form and the TextField. I tried removing the .page file completely,
assuming it was no longer needed, but I got an exception:
Page 'Home' not fo
WTP or MyEclipseIDE
On 1/13/06, NYG <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> I know this is not an Elipse mailing list, but it would be nice if I can
> use it to edit HTML while working with Tapestry.
>
> Which plugins should I download?
>
>
> Thanks!
>
> NYG
>
>
> --
>If you are still using 1.3 for server-side work you practically *deserve*
>to be ignored by the rest of the world
Well that's not very nice.
As I believe Howard has stated, the 1.3 compatability issue is resolved in
Hivemind 1.1.1?? If someone could confirm that?
Gregg
On 1/13/06, Holger Hoff
support you speak of,
> along
> with JMS/Drools/Http-Rmi remoting and probably some other things I've
> forgotten in it but I'm not going to tell anyone where it is until I'm
> done
> dumping, it's not even compiling right now :)
>
> On 1/12/06, Gregg Bolinger &
for me to move
some existing Spring services over to hivemind.
Obviously I'll loose my template support for the dao stuff, but I can rework
that in my own classes. Shouldn't it be just as simple as learning
hiveminds confinguration? Any gotches I might want to be concerned with
right a
29 matches
Mail list logo