[ANNOUNCE] Recent launch: Wyss Institute

2009-10-13 Thread dan
Hey all, We recently launched the new site for the Wyss Institute for Biologically Inspired Engineering at Harvard University. You can check it out here: http://wyss.harvard.edu Dan Adams Principal Software Engineer Interactive Factory p: 617.235.5857

[JOB] Looking for T5 software engineer in Boston

2010-02-03 Thread dan
and/or other XML schemas Interactive Factory has been building solutions to complex problems for over 15 years. We are a client-oriented business with a competitive and engaging work and culture. Please send resumes to engineeringj...@ifactory.com Dan Adams Principal Software Engineer

[JOB] Looking for t5 contractors

2010-03-15 Thread dan
s software / working in a large codebase • Good at working independently and within a team • Testing (junit, selenium) • XML (xpath, xslt, xquery) (optional but ideal) Dan Adams Principal Software Engineer iFactory: a division of RDW Group, Inc. Direct: 617.235.5857 @iFac

Customizing grid sorting

2008-05-21 Thread Dan Adams
st of colums like "foo,!bar,baz" and then "bar" wouldn't be sorted. How have others handled this in T5? Dan Adams Senior Software Engineer Interactive Factory p: 617.235.5857 - To unsubscribe, e-mail: [E

Using onValidate() event handler with beaneditform

2008-05-21 Thread Dan Adams
Is this supposed to work? Dan Adams Senior Software Engineer Interactive Factory p: 617.235.5857 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Generics with contexts?

2008-05-22 Thread Dan Adams
thing? One solution is to have onActivate() be in the subclass and call the one in the superclass but that seems artificial and gross. Another solution would be to have it accept the id of the entity rather than the entity and the load it by id. Any other suggestions? Dan Adams Senior Softwar

Use of passwordfield?

2008-05-23 Thread Dan Adams
To ask a dumb question: what's the use of the passwordfield component since it doesn't output a value? I have a 'edit user' page where you have password and 'confirm password' fields. When you submit the form it resets the value to empty if you don't enter a

Re: Use of passwordfield?

2008-05-23 Thread Dan Adams
s one. Dan Adams Senior Software Engineer Interactive Factory p: 617.235.5857 - Original Message - From: "Joachim Van der Auwera" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Friday, May 23, 2008 8:57:30 AM (GMT-0500) America/New_York Subject: Re: Use of passw

Eating the dog food: experiences with T5 so far

2008-05-29 Thread Dan Adams
is huge. It's also just a lot of fun. Development on this project is just starting so I'm sure I'll have more comments at the end of it. Dan Adams Senior Software Engineer Interactive Factory p: 617.235.5857 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problems with tomcat deployed with cargo

2008-06-04 Thread Dan Adams
s with Jetty 6 just fine. As an aside: if anyone has successfully got this setup to work can I have your pom.xml (or the relevant cargo section)? i can't for the life of me get it to deploy my app as the root context and the online documentation is sparse. Dan Adams Senior Software

XTile javascript error

2006-07-06 Thread Dan Adams
:: http://localhost:8090/admin/Home.html :: anonymous :: line 116" data: no] Source File: http://localhost:8090/admin/Home.html Line: 116 I'm using xtile in my template like this: This is the first time I've tried using xtile so any suggestions are welcome. Thanks. :) -- Da

Re: XTile javascript error

2006-07-06 Thread Dan Adams
erty. This will stop the error occuring, but thanks to this, you will not have all of the information that you could have with IE. On Thu, 2006-07-06 at 09:41 -0400, Dan Adams wrote: > I'm using XTile and get the following javascript error from firefox: > > Error: [Exception...

sending a redirect

2006-07-07 Thread Dan Adams
How do you send a redirect from an engine serivice? -- Dan Adams Software Engineer Interactive Factory 617.235.5857 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[~OT] setting a string property in hivemind?

2006-07-07 Thread Dan Adams
Alright, this may seem really dumb, but how do you set a property to a string in a hivemodule.xml? For example: -- Dan Adams Software Engineer Interactive Factory 617.235.5857 - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [~OT] setting a string property in hivemind?

2006-07-07 Thread Dan Adams
Yeah, I *just* stumbled onto that after sending the email. Thanks Shing. On Fri, 2006-07-07 at 19:13 +0100, Shing Hing Man wrote: > Does the following work ? > > > > Its from > http://jakarta.apache.org/hivemind/hivemind/BuilderFactory.html > > Shing > > >

suggestions on a conditonal render in the rewind

2006-07-13 Thread Dan Adams
#x27;s the least problematic way to do it? the tapestry docs say that using @If with volatile=true can cause problems. How are these problems manifested? Thanks in advance for the suggestions/comments. -- Dan Adams Software Engineer Interactive Factory 61

Re: suggestions on a conditonal render in the rewind

2006-07-13 Thread Dan Adams
Perhaps I could phrase it another way. I've got a set of fields that I only want to be validated against when a particular submit button is clicked. Any ideas? On Thu, 2006-07-13 at 21:30 -0400, Dan Adams wrote: > Okay, I've got a component that is used in a form and basically to

RE: suggestions on a conditonal render in the rewind

2006-07-14 Thread Dan Adams
it" button listeners). > > -Original Message- > From: Dan Adams [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 13, 2006 9:37 PM > To: Tapestry users > Subject: Re: suggestions on a conditonal render in the rewind > > Perhaps I could phrase it another way. I

Javascript error when using XTile in T4

2006-07-19 Thread Dan Adams
quot; location: "JS frame :: http://localhost:8090/page/admin/Logout.html :: anonymous :: line 116" data: no] Does anyone know of a way around this error? -- Dan Adams Software Engineer Interactive Factory 617.235.5857 --

going from 4.0 to 4.1

2006-07-20 Thread Dan Adams
normally? - We probably won't be using the ajax stuff very much, at least not for a while. Can you use 4.1 without it getting in the way? - Are there ton's of API changes? How easy is the switch? -- Dan Adams Software Engineer Interactive Factory 61

Re: Javascript error when using XTile in T4

2006-07-20 Thread Dan Adams
The only thing barring 4.1 from being released is updated documentation now. > (Conversion of old docs is done, just need to add my new stuff in.) > > On 7/19/06, Dan Adams <[EMAIL PROTECTED]> wrote: > > > > When I try to call an xtile javascript method in a submit button oncli

@For in a block

2006-08-01 Thread Dan Adams
I've got a block that has a @For in it. the converter for @For is different in each block. But since the parameter is cached it only evaluates the expression for the first time the block is rendered. Anyone know a nice way of putting a @For in a @Block? -- Dan Adams Software Engineer Intera

recursive rendering

2006-08-01 Thread Dan Adams
Every once in a while I'll need to do some recursive rendering. Does anyone know of a simple example of this using @Block? -- Dan Adams Software Engineer Interactive Factory 617.235.5857 - To unsubscribe, e-mail: [

Could really use another set of eyes for this one...

2006-08-02 Thread Dan Adams
ng email. Also, congrats on getting 4.1 out, Jesse. :) -- Dan Adams Software Engineer Interactive Factory 617.235.5857 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Could really use another set of eyes for this one...

2006-08-02 Thread Dan Adams
meter caching or is this something else? Is Tapestry doing something I'm not aware of? Thanks. On Wed, 2006-08-02 at 12:59 -0400, Dan Adams wrote: > One of the pages in the project I'm working on basically reads an xml > file and then dynamically builds a form at render time with a

Re: [ANN] WebReboot Development Server

2006-08-02 Thread Dan Adams
turned out, we took > care of the URLs with a simple filter and Tapestry was a perfect fit > otherwise. We're quite pleased with the result and hope that this release > will somehow help the Tapestry community. > &g

Re: recursive rendering

2006-08-02 Thread Dan Adams
: > Dan Adams wrote: > > Every once in a while I'll need to do some recursive rendering. Does > > anyone know of a simple example of this using @Block? > > We do it that way. This renders tree-like, no folding though, recursive > structure of report groups containing o

Re: recursive rendering

2006-08-02 Thread Dan Adams
/E923478269/index.html > > Mike > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 --

RE: recursive rendering

2006-08-03 Thread Dan Adams
ould make a "dyna-eval" component that (re-)evaluates an ognl expression > wherever/whenever you choose. > > OGNL is pretty easy to work with. > > Perhaps that could work? > > Thanks, > > Ezra Epstein > > -Original Message- > From:

Re: This would be a handy tool

2006-08-03 Thread Dan Adams
seems like the kind of thing that > wouldn't be terribly high on the developer priorities, but it sure > would ease my life. > > --sam > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For

Re: recursive rendering

2006-08-03 Thread Dan Adams
19:17 +0530, Karthik N wrote: > i've faced a similar problem before try and set cache="false" for your > parameters. > > On 8/3/06, Dan Adams <[EMAIL PROTECTED]> wrote: > > > > I actually already created an @Eval component that does just that. The >

Re: recursive rendering

2006-08-03 Thread Dan Adams
:getBlock()" to "ognl:block" - does that make a difference ?? > > On 8/3/06, Dan Adams <[EMAIL PROTECTED]> wrote: > > > > Okay, here's a test case. I have this is in the template: > > > > > > > > > > foo >

Re: recursive rendering

2006-08-03 Thread Dan Adams
way to do what I want to do right? I love tapestry and I don't mean to rant or complain, but why is doing recursion so difficult? Will this be changed in T4.1 or T5? If I'm just being stupid and not seeing something, please will someone point it out. :) On Thu, 2006-08-03 at 10:47

Re: recursive rendering

2006-08-03 Thread Dan Adams
rt of stack to store the values at each level in the recursion. Is there some way of emulating that stack via informal parameters or something? On Thu, 2006-08-03 at 11:01 -0400, Dan Adams wrote: > I also just tried this that also had the same effect: > > > > > > an

limitation in T4?

2006-08-03 Thread Dan Adams
69/index.html I would love for someone to please either confirm or correct my understanding on this as. Perhaps I've been looking at the problem for too long and just need another set of eyes (this is day 3 trying to get this to work). Thanks in advance. -- Dan Adams Senior Software Engine

Re: recursive rendering

2006-08-03 Thread Dan Adams
Block(); } On Thu, 2006-08-03 at 11:18 -0400, Dan Adams wrote: > I discovered something interesting about this: When a parameter (eg > 'block') is accessed, it sets _$block$Cached to true. After the > component finishes rendering, cleanupAfterRender() is called in > AbstractComponen

[OT] tomcat not letting my app serve up templates

2006-08-10 Thread Dan Adams
hen i request a short url that is rewritten, like /article/2, then the app gets to handle it like normal. any ideas? -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To unsubscribe, e-mail: [EMAIL PROT

tips on creating component library documentation?

2006-08-14 Thread Dan Adams
noticed that the tapestry docs are pretty much all xdoc. I'm expecting to have to do some writing obviously, but does anyone have any suggestions? -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To unsubs

Re: tapdoc

2006-08-15 Thread Dan Adams
d to > integrate tapdoc to maven-based projects > - the source code needs further cleanup) > > Regards, > Norbert Sándor > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-ma

adding a persist property in runtime enhancement

2006-08-16 Thread Dan Adams
e error] Method setWidgetId not found in ..." Any ideas? -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: need annotation enhancement help

2006-08-16 Thread Dan Adams
work but i don't think that will work. On Wed, 2006-08-16 at 17:00 -0400, Dan Adams wrote: > I have an annotation i'm working on (this isn't my first one and i'm > almost done with this one) where I need to add a persistent property and > use it in my enhanced code. What&

Re: Fast testing of Tapestry Apps

2006-08-21 Thread Dan Adams
ur code, you presss alt+tab switch to your web browser, > press F5 and you see the results. How can i do that while developing in > Tapestry? > > Thanks for any advice. -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857

Retrieving Tapestry 4 components from outside Tapestry

2006-09-07 Thread Dan Williams
p would be greatly appreciated. Thanks, Dan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Retrieving Tapestry 4 components from outside Tapestry

2006-09-07 Thread Dan Williams
which makes it confusing why pages are so easy to retrieve this way (via the requestcycle as you pointed out), but Components are not. Regards, Dan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Retrieving Tapestry 4 components from outside Tapestry

2006-09-07 Thread Dan Williams
the sense that Pages are user accessible whereas Components are not, but instead are descrete, reusable parts. rgds, Dan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Need Tapestry 4 contractor(s)/engineer in Boston

2006-09-12 Thread Dan Adams
y TDD with HtmlUnit) Work can begin immediately. We are located near the children's museum (33 Farnsworth St. off of congress st.) If you are interested please contact me with your resume and I'll make sure that it gets into the right hands and things get rolling. -- Dan Adams Seni

Re: Need Tapestry 4 contractor(s)/engineer in Boston

2006-09-14 Thread Dan Adams
Portland, OR? > > On 9/12/06, Dan Adams <[EMAIL PROTECTED]> wrote: > > > > I'm a Senior Software Engineer at Interactive Factory in Boston, MA and > > we are in need of some part/full time contractors (possibly a salaried > > position but I can't say at th

[~OT] problems with tapestry app on tomcat

2006-10-05 Thread Dan Adams
ctor and apache 2. Here is my server.xml: -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To unsubscribe, e-mail: [

[OT] your tomcat config for you tapestry apps

2006-10-05 Thread Dan Adams
? mod_proxy_ajp? - Any other tips your can give from experience? -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [~OT] problems with tapestry app on tomcat

2006-10-05 Thread Dan Adams
Hey Kevin. Long time. :) Well, this happens when you make a normal request like just clicking a link, not necessarily when you are refreshing a lot or something. It's very strange. On Thu, 2006-10-05 at 12:33 -0400, Kevin Menard wrote: > Hi Dan, > > Dan Adams wrote: > > I

Re: [~OT] problems with tapestry app on tomcat

2006-10-05 Thread Dan Adams
I just installed a new tomcat install where each webapp runs in a separate jvm so there couldn't be any classloader funkiness and I'm still seeing this problem. Any suggestions? On Thu, 2006-10-05 at 11:09 -0400, Dan Adams wrote: > I posted this to the tomcat list and someone mentio

[~OT] Tomcat committing the response before calling the filters

2006-10-06 Thread Dan Adams
se be committed before even getting to any of the code in my application? Even suggestions on what to investigate further would be help at this point. Thanks in advance. -- Dan Adams Senior Software Engineer Interactive Facto

Re: [OT] your tomcat config for you tapestry apps

2006-10-06 Thread Dan Adams
> I'm semi-familiar with it (seen it used with success in the past), > > compared to OC4J/JBOSS > > After seeing how some Oracle documentation was written, I just didn't > > trust OC4J > > I found lots of threads online about how OC4J sucked > > I like

How to tell if a component rendered?

2006-10-13 Thread Dan Adams
How do you tell if a component was rendered? -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[OT] Looking for engineers in Boston

2006-10-18 Thread Dan Adams
- Hibernate - Agile/iterative development including peer programming and code reviews It's a great, small company that really great to work at (we have a game room and a dedicated beer fridge). So send your resumes over to either me or [EMAIL PROTECTED] -- Dan Adams Senior Software Eng

[Fwd: Re: [Htmlunit-user] Testing Tapestry]

2006-11-10 Thread Dan Adams
ey would have reported it to the right place ;-( Marc. Dan Adams wrote: > This is something I'm planning on doing but haven't done yet (which is > why I'm still using tapestry 4 rather than 4.1). If you haven't already > I'd suggest email the tapestry list as Je

bypassing the normal exception handling

2006-11-13 Thread Dan Adams
I have a page where if there is an exception I actually want it to bubble up all the way to the container so that a 500 error is displayed. Anyone know how to do that? -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857

@Persist weirdness

2006-12-07 Thread Dan Adams
ing my cookies and come back to the page getPageParameters() returns the same map rather than null. I mean, it should return null right? I'm running this in Jetty in case it matters. -- Dan Adams Senior Software Engineer Interactive Factory 6

Manually initializing persistent properties

2006-12-07 Thread Dan Adams
What is the correct place to initialize a @Persisted property? pageAttached() is too early it seems as the properties haven't been updated but pageBeginRender() is too later since you have to update them before rendering begins. -- Dan Adams Senior Software Engineer Interactive Fa

Re: @Persist weirdness

2006-12-07 Thread Dan Adams
test cases were robust enough to catch it. On Thu, 2006-12-07 at 10:58 -0500, Dan Adams wrote: > I need a sanity check. :) So I have the following map of maps which I > need to persist in the user session: > > @Persist > public abstract Map> getPageParameters(); > public abstract

@Persist and @InitialValue (followup)

2006-12-07 Thread Dan Adams
o the same value every time. Thanks. -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: @Persist and @InitialValue (followup)

2006-12-07 Thread Dan Adams
So, how do you set the initial value of a Persisted property to something non-trivial? On Thu, 2006-12-07 at 17:58 +0100, Ron Piterman wrote: > Yes, it doesn't seem they work together - for me too... (on t4.0) > Cheers, > Ron > > Dan Adams wrote: > > I've ran i

[T5] Dispatcher or RequestFilter?

2007-07-06 Thread Dan Adams
ific stuff like load a page with a given context. Suggestions? -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[T5] Optional constraint in Validator?

2007-07-06 Thread Dan Adams
I have a validator that takes one optional constraint. If it's not specified it defaults to something reasonable. But now that I updated to 5.0.5 I don't seem to be able to do this. Should I file a ticket? -- Dan Adams Senior Software Engineer Interactive Factory 61

[T5] Getting the current row from a Grid through the environment

2007-07-12 Thread Dan Adams
e a getter which casts grid.getRow() to your type. Is there a way to get the current row value another way so that I can have my parameter default? -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To unsu

[T5] Mixin parameters when applying them to yourself?

2007-07-12 Thread Dan Adams
When you apply a mixin with @Mixin how do you specify parameters? Is there an open ticket for this? -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [T5] Mixin parameters when applying them to yourself?

2007-07-13 Thread Dan Adams
can declare parameters in you mixin just as you would in a > component, > I haven't tried it yet, but if you hadn't, please read this page from > tapestry site: > > http://tapestry.apache.org/tapestry5/tapestry-core/guide/mixins.html > > Davor Hrg > > On 7/12

Re: [T5] Mixin parameters when applying them to yourself?

2007-07-13 Thread Dan Adams
it in the template or via > @Component annotation > > the example on the docs shows it: > > @Component(parameters={"param=someValue", . . . }) @Mixin("Autocomplete") > private TextField _userId; > > Davor Hrg > > > On 7/13/07, Dan Adams <

Re: T4 -> T5 vs another framework?

2007-07-13 Thread Dan Adams
s curious if > anyone else has considered the benefits/costs of going to Tapestry5 vs > another web framework? > > Thanks, > Josh -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To

[T5] Equivilent of T4's @Any(renderInformalParameters=true)?

2007-07-13 Thread Dan Adams
In t4 you could create some random element in the middle of a bunch of other components and then render your informal parameters on it. How do you do the same thing with T5? -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857

[T5] body only rendered if it's non-empty?

2007-07-13 Thread Dan Adams
avior? The documentation seems to suggest otherwise. -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[T5] How to tell if a field is required?

2007-07-13 Thread Dan Adams
I'm implementing a ValidationDecorator that decorates required fields with a "*". In T4 you could do isRequired() or something on the field but in T5 how do you tell if a field is required? -- Dan Adams Senior Software Engineer Interactive Facto

Re: [T5] Mixin parameters when applying them to yourself?

2007-07-13 Thread Dan Adams
Hrg wrote: > Dan, you are missunderstanding the implementation. > > To be more precise, > no matter how the mixin is applied, parameters are suuplied to the > component, not the mixin. > > When you add a mixin to a component it is enhanced by it, > if a mixin has a paramete

Re: [T5] injecting embedded components

2007-10-12 Thread Dan Adams
; your template. > > http://tapestry.apache.org/tapestry5/tapestry-core/guide/component-classes.html > > @Component(parameters = > { "start=5", "end=1", "value=countValue" }) > private Count _count; > > Josh > > On 10/12/07, Dan

[T5] Recommended naming of configurations

2007-10-12 Thread Dan Adams
oBars contributed. Which of the following is recommended: contributeFooBars() contributeFooBarManager() contributeMasterFooBar() or would you recommend something else entirely? I think I like the first one simply because it more readable in the modules that are contributing. -- Dan Adams S

[T5] injecting embedded components

2007-10-12 Thread Dan Adams
So I know you can get an embedded component using ComponentResources.getEmbeddedComponent() but is there no way to inject one using something like this: @Inject private MyComponent componentName; -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857

Re: T5: tapestry-hibernate failing in today's 5.0.6 snapshot and eclipse + jetty launcher

2007-10-16 Thread Dan Adams
at > > > > $ComponentClassTransformWorker_115a9bb4e64.transform($ComponentClassTransformWorker_115a9bb4e64.java) > >at > > > > $ComponentClassTransformWorker_115a9bb4e61.transform($ComponentClassTransformWorker_115a9bb4e61.java) > >at > > > > org.apache.tapestry.internal.services.ComponentClassTransformerImpl.transformCompo

[t5] how to tell if a field is required?

2007-10-16 Thread Dan Adams
I'm implementing a ValidationDecorator that decorates required fields with a "*". In T4 you could do isRequired() or something on the field but in T5 how do you tell if a field is required? Is this something that we need to add? -- Dan Adams Senior Software Engineer Inte

[T5] Connection between symbols and messages

2007-10-19 Thread Dan Adams
looking up defaults is going to come up for other components. -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[t5] Creating an event to another page

2007-11-06 Thread Dan Adams
ng this through PageTester I get an exception that the component id is not found. I'm assuming this means that when using action links you have to specify a component. Am I doing something wrong? How do you fire a named event in other page? -- Dan Adams Senior Software E

[t5] Firing a page activate event with a different event name?

2007-11-06 Thread Dan Adams
How do you fire an event on a different page (like a normal page activate event) but with a different name for the event (for instance, 'add' or 'edit' instead of 'activate')? -- Dan Adams Senior Software Engineer In

Getting non-embedded components in the component model?

2008-06-13 Thread Dan Adams
Looking at ComponentModel it doesn't seem as though there is a way to get components defined in the template, only those embedded with @Component. Is there another way to do it? Dan Adams Senior Software Engineer Interactive Factory p: 617.235

Looking for a t5 contractor

2008-07-29 Thread Dan Adams
Hey everyone, I have a t5 project that is need of full-time contractor over the next 3 months. Working remote is fine. Please feel free to contact me at the number below any time or email me if interested. Dan Adams Senior Software Engineer Interactive Factory p: 617.235.5857

[~OT] Looking for a HTML/CSS contractor that knows T5

2008-08-01 Thread Dan Adams
YOU MUST INCLUDE A LINK TO AN ONLINE PORTFOLIO OR LINKS TO CODE SAMPLES TO BE CONSIDERED. Dan Adams Senior Software Engineer Interactive Factory p: 617.235.5857

[~OT] I'm looking for a software engineer and QA engineer in Boston (T4 & T5)

2008-10-01 Thread Dan Adams
business with competitive and engaging work and culture. Please send resumes to [EMAIL PROTECTED] Dan Adams Principal Software Engineer Interactive Factory p: 617.235.5857

Anyone using weblogic?

2008-10-30 Thread Dan Adams
One thing I've noticed about weblogic is that the startup time when deploying the application is insanely long and this is not true of when run in Jetty. Anyone run into this or gotten around it? Dan Adams Principal Software Engineer Interactive Factory p: 617.235.5857

Re: Anyone using weblogic?

2008-10-31 Thread Dan Adams
something. Dan Adams Principal Software Engineer Interactive Factory p: 617.235.5857 - Original Message - From: "Howard Lewis Ship" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Thursday, October 30, 2008 9:21:14 PM (GMT-0500) America/New_York Subject: Re: Anyon

Parameter has already been declared

2007-01-10 Thread Dan Adams
public abstract String getOnLoad(); @Parameter public abstract String[] getScriptFiles(); @Parameter public abstract String[] getStylesheetFiles(); public String getPageTitle(){ ... } } Anyone have any suggestions as to what the problem could be? Thanks! -- Dan Adams Senior So

Re: Recommendation...

2007-01-12 Thread Dan Adams
nefits to using Tapestry and Spring together? > > Would it be easier to just stick with Tapestry and Hibernate? > > Thank you for your help. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additio

Re: Recommendation...

2007-01-12 Thread Dan Adams
the initial > development. As I recently found myself with a 1.5 years old tapestry > code it was still extremely clear to me where to find and modify > everything. > > Len > www.len.ro > > On Fri, 2007-01-12 at 12:15 -0500, Dan Adams wrote: > > > Tapestry, Hibernat

Spindle for tapestry 4,4.1, and 5?

2007-01-29 Thread Dan Adams
hat development on Spindle has stopped so I question is - would these kind of eclipse-refactoring-esque features be right for spindle or a whole new plugin? - what's the status of where spindle left off? -- Dan Adams Senior Software Engine

[very OT] group conventions for people use testng?

2007-02-01 Thread Dan Adams
hey guys, just wondering. if you use testng how do you normally structure your groups? Do you always specific a group for unit tests or do you not? -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To

Re: [very OT] group conventions for people use testng?

2007-02-05 Thread Dan Adams
t; has 689 tests and takes nearly a minute to run. On the other hand, > > > most of that time is spent inside integration tests and without those > > > I don't really trust that the framework operates correctly so there's > > > no way to win! > > > &g

plugins for a tapestry app?

2007-03-01 Thread Dan Adams
s or strictly something behind the scenes. Does anyone have any experience with doing something like this? Would hivemind be the best bet or is something like Java Plugin Framework better? I'm looking for any and all thoughts/suggestions. Thank

Re: plugins for a tapestry app?

2007-03-02 Thread Dan Adams
t; I came up with a similar architecture to allow multiple modules to > contribute to my Hibernate configuration dynamically. All you had to > do is drop in the jar, and the entities were automatically picked up > by the hibernate configuration. > > On 3/1/07, Dan Adams <[EMAIL PROT

Re: plugins for a tapestry app?

2007-03-02 Thread Dan Adams
et added into the mix automatically. > > > On 3/2/07, Dan Adams <[EMAIL PROTECTED]> wrote: > > hmm. specifically for hibernate, how do you have it contribute new > > entities? > > > > On Thu, 2007-03-01 at 23:49 -0500, James Carman wrote: > >

[T5] Is ComponentClassResolver configurable?

2007-03-09 Thread Dan Adams
t *might* need to be able to do is intercept a request for a page/component/mixin with a mapping that is different than is currently possible. -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To unsubsc

[T5] pages in a component library

2007-03-09 Thread Dan Adams
It seems like you can put pages in a component library in T5 and reference them just like any other page. Is this correct? -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To unsubscribe, e-mail: [EMAIL

[T5 ioc] unique contributions?

2007-03-09 Thread Dan Adams
In the t5 ioc is there a set way to require exactly one contribution for a configuration (other than checking the collection that you get)? -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To

[OT] [T5] tapestry project structure

2007-03-14 Thread Dan Adams
to be the advantages of this? How does having each in a separate folder effect doing releases? Do you keep the version numbers in sync? Thanks. :) -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To unsu

  1   2   3   >