Re: Vista problem

2008-02-22 Thread Daniel Leffel
Check your logs. The app isn't starting. [TOMCAT_HOME]/logs/catalina.out Hard to say what's wrong without looking at the error. On Fri, Feb 22, 2008 at 1:50 PM, draxtor <[EMAIL PROTECTED]> wrote: > > Hi I have problem with tapestry. > Recentrly I got new laptop with windows vista. I migrated my

T5, SEO & and Stripping JSession Id effects

2008-03-04 Thread Daniel Leffel
Hi, We're in the process of developing a webapp using T5. The site leverages session persistence on many pages, including a number of pages important for the natural search content. It seems to us that levering a filter to strip the jessionid from non-cookie enabled user agents would be an effectiv

Re: T5, SEO & and Stripping JSession Id effects

2008-03-05 Thread Daniel Leffel
lidationTracker _tracker; > > private ValidationTracker _nonPersistedTracker; > > public ValidationTracker getDefaultTracker() { > if (_nonPersistedTracker == null) { > if (_tracker != null) { > // _tracker is loaded via injection magic when it's in the session > _

Re: T5, SEO & and Stripping JSession Id effects

2008-03-05 Thread Daniel Leffel
nning a production application with a servlet filter that > > strips the jsessionid for a couple of weeks now and everything's been > > fine so far. > > > > -Filip > > > > Daniel Leffel skrev: > > > > > > > Hi, > > > We're i

Re: T5 image submit

2008-04-29 Thread Daniel Leffel
Just look at the source for the regular submit and simply change the template to be type=image. I also added a parameter to the component so I could pass it 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

Detecting cookies disabled

2008-05-08 Thread Daniel Leffel
Is there a way to deect whether or not cookies are disabled for a visitor session? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to do a 301 Redirect in Tapestry

2008-05-23 Thread Daniel Leffel
Hi All, Quick Question. I noticed that the normal page navigation (returning a page from a method) generated a 302 redirect. Is there a way to specify to use a 301? Danny

Suggestion on managing state for tapestry 4.1.2 app

2007-07-23 Thread Daniel Leffel
Hi All, I have a question. I have an application deployed to production which makes significant use of ExternalPage. For the purpose of Natural Search, I want clean URLs and have implemented a URL encoder as per the "Friendly URLs" document. Despite not using any persistent properties, it's beco

T5 and Stateless Forms

2007-09-10 Thread Daniel Leffel
I realize client-side persistence isn't complete,so... Is there any way to turn off validation to make a form stateless? I tried implementing my own validation tracker which ignores errors, but I get a null pointer exception. Stack below: - org.apache.tapestry.internal.services.ComponentIn

Re: T5 and Stateless Forms

2007-09-10 Thread Daniel Leffel
e instead of the > server side. > > On 9/10/07, Daniel Leffel <[EMAIL PROTECTED]> wrote: > > > > I realize client-side persistence isn't complete,so... Is there any way > to > > turn off validation to make a form stateless? I tried implementing my > own

Re: T5 and Stateless Forms

2007-09-10 Thread Daniel Leffel
ng the form's tracker parameter > to use this will work? > > -Filip > > Daniel Leffel skrev: > > Is that done by setting clientValidation=true? I tried that and got the > same > > behavior. > > > > Or did you mean to store the validation tracker as a

Re: url-rewriting in Tapestry 5

2007-09-21 Thread Daniel Leffel
I went down this path and decided that mod_rewrite is a much cleaner way to achieve something like this. On 9/21/07, Britske <[EMAIL PROTECTED]> wrote: > > > Hi all, > > I'm looking for a way to have flexible / nice urls when using tapestry5. > I know that with tapestry 5, supplied parameters are

[T5] BeanEditor used as a Custom Property Editor throwing StackOverflowError Exception on form post

2007-10-22 Thread Daniel Leffel
Hi, I'm using a BeanEditor as a custom property editor. The parent page renders the BeanEditor properly, but on submit, I get a StackOverflowError exception. Any ideas? Code and stack trace below: - public class AppPropertyEditBlocks { @Environmental private PropertyEdi

[T5] Will a BeanEditor accept a parameter block to property override?

2007-10-23 Thread Daniel Leffel
I realize a BeanEditForm will, but I have a BeanEditor which is ignoring the parameter blocks and was wondering if this behavior is by design or a bug. Does anyone know? In this code, the parameter block is being ignored:

Re: [T5] Will a BeanEditor accept a parameter block to property override?

2007-10-23 Thread Daniel Leffel
lacing the parameter override there, but it is also ignored. What is the proper way to do this? On 10/23/07, Daniel Leffel <[EMAIL PROTECTED]> wrote: > > I realize a BeanEditForm will, but I have a BeanEditor which is ignoring > the parameter blocks and was wondering if this behavior

Re: T5 : How to solve the following problem when update the Integer or Double value In tapestry 5.0.6 ?

2007-10-26 Thread Daniel Leffel
This is a known issue at the moment. Unfortunately, some people on the list want blanks to be represented as nulls (like me) and some want them coerced into 0. I've tried using a Translator and can't get it to function even if the translator returns null as well. Howard is thinking about a beautifu

T5 - ActionLink - What's the equivalent to T4 EventListener with SubmitForm?

2007-12-26 Thread Daniel Leffel
Hi All, What's the best way to submit the form before firing the method corresponding to the ActionLink? In T4, this used to be accomplished with the EventListener and setting the submitForm=[form name] annotation. Thanks in advance! Danny

New website using T5: www.ingamenow.com

2008-06-25 Thread Daniel Leffel
Guys, I just wanted to pass along a site that we've just launched: www.ingamenow.com. The site is best described as Twitter for sports and sporting events. Users can interact over teams, players and games - most notable, they can receive real-time scores and banter through Gtalk, AOL Instant Messen

Re: New website using T5: www.ingamenow.com

2008-06-25 Thread Daniel Leffel
e details about it, such as number > of pages, number of developers, and size of developer effort. > > Looks like you are on .12-SNAPSHOT. Plans to upgrade to .13? > > On Wed, Jun 25, 2008 at 10:31 AM, Daniel Leffel <[EMAIL PROTECTED]> > wrote: > >

Re: New website using T5: www.ingamenow.com

2008-06-25 Thread Daniel Leffel
ur HTML designer; I always picture it as a pair > programming deal, with the coder running the app so that the designer > can view changes. > > On Wed, Jun 25, 2008 at 11:03 AM, Daniel Leffel <[EMAIL PROTECTED]> > wrote: > > Hi Howard, > > Absolutely happy to share

Tapestry 5.0.15 w/ Tomcat won't start on machine under load

2008-10-30 Thread Daniel Leffel
Has anyone else encountered the fact that if a machine is under heavy load (high request volume) and you restart Tomcat, that the application hangs without successfully initializing Tapestry? The end result is that the machine neither refuses requests nor ever answers them. The only solution is to

Trouble using the Palette

2008-11-11 Thread Daniel Leffel
Hi All, I seem to be inexplicably running into TAP5-299 (https://issues.apache.org/jira/browse/TAP5-299), even though I'm not doing that. Code is below. If anything exists in the "selected" listed, I get an NPE. Am I doing something wrong? -pub

Flash Persistence compatible with stateless load balancing?

2008-11-24 Thread Daniel Leffel
Hi all, Is the "flash" persistence strategy compatible with stateless load balancing or is "client" persistence the only strategy that would work with a stateless load balancer? Thanks in advance! Daniel Leffel

Throwing a RedirectException to an ExternalLink inside a component

2007-03-18 Thread Daniel Leffel
Hi all, I'm sorry for the dumb question. I've just started trying to kick my component development into high gear. I have a search box component in the header component of my project. I am using ExternalLink for SEO purposes and I can't figure out how to render the ExternalLink. I've resorted to

Accessing the text input of an AutoCompleter with forceValidOption=false

2007-04-16 Thread Daniel Leffel
r input when it doesn't match something on the list. Currently, if I try to access the value, it's null and throws a null pointer exception. -- ------ Daniel Leffel [EMAIL PROTECTED] www.rexee.com

Re: Accessing the text input of an AutoCompleter with forceValidOption=false

2007-04-16 Thread Daniel Leffel
el I basically return the search result in the getValues() method if no matches get returned. Seems to work the only problem is that if the user doesn't have the option highlighted it ends up being null, which happens if they use the mouse to submit instead of just hitting return. On 4/16

Advice Needed ASAP - Tapestry 4.1.2 Autocompleter

2007-04-17 Thread Daniel Leffel
I've invested countless hours into this project and now need advice. My prevailing assumption had been that I could use the forceValid option with the Autocompleter and the subsequently be able to access the input string to create new values on Form submit. It sounds from my prior email that this

Advice for building a Form Component in 4.1.2

2007-06-10 Thread Daniel Leffel
Hi All, I'm starting to develop a new form component and I wanted to see if anyone had any suggestions on the best design. I'd be happy to share it back (once finished) with anyone who is interested. I'm building a form component used to "rate" something (i.e. 3 out of 4 stars etc.). A few key po

Launched Yardsellr with T5.1

2010-02-16 Thread Daniel Leffel
We wanted to share with the mail list that we've launched Yardsellr using T5.1 (also using Spring/Hibernate). http://yardsellr.com Also, we're interested in hiring one or two engineers who know how to make rocking tapestry apps. Full-time or on contract would be considered- contact j...@yellowdog