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
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
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
> _
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
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
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]
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
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
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
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
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
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
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
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:
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
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
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
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
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:
> >
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
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
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
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
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
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
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
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
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
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
29 matches
Mail list logo