Re: Howards last commit: 28th of april?

2009-07-25 Thread Craig St. Jean
"When I get back from Europe, I'll be focusing on documentation of 5.1 before jumping into 5.2" Wonderful news! The community will hopefully grow much more with better documentation. On Sat, Jul 25, 2009 at 5:07 PM, Howard Lewis Ship wrote: > No worries. > > I've been gearing up for the No Flu

Re: logging in using java in a tapestry login form

2009-07-20 Thread Craig St. Jean
Try using an HTTP debugger such as Fiddler2 and logging in through your browser. The tool will show you all the fields submitted, how it submitted them (i.e. POST vs GET), etc. After that, try to reproduce what your browser did in your code. Tools like that have been a lifesaver for me when tryi

Re: [Tapestry Central] Caught between Two IDEs

2009-07-02 Thread Craig St. Jean
I haven't had Eclipse (or products based on it) crash in a LONG time. I do however have it lock up for a couple minutes at a time several times a day. Incredibly frustrating when you have unsaved files. I remember I was using Eclipse 3.2 a couple of years ago and I timed it as being locked up fo

Re: [Tapestry Central] Why chose Tapestry?

2009-06-17 Thread Craig St. Jean
Sparqle, You've hit on exactly the same problems I've seen with Tapestry. Further, there have been too many places where Tapestry 5 does not work with X environment (i.e. JBoss 4 or 5 or Glassfish, without modifications) and it just gets brushed off as "its not our problem, somethings wrong with X

Re: best book for T5

2009-06-15 Thread Craig St. Jean
+1 On Mon, Jun 15, 2009 at 11:14 AM, Paulo Marcelo wrote: > +1 > > Paulo Marcelo > > He who asks is a fool for five minutes, but he who does not ask > remains a fool forever. > > Chinese Proverb > > > 2009/6/15 Thiago H. de Paula Figueiredo > > > +1. The more books, the better. :) > > > > -- > >

Re: T5: getting domain name

2009-06-08 Thread Craig St. Jean
Hello, Knowing that the format will always be [anything.]domain[.tld], can't you just check if any periods exists? If 0 or 1, you can just use what the method returned, otherwise just substring it. On Mon, Jun 8, 2009 at 10:47 PM, Angelo Chen wrote: > > Hi, > > using Request getServerName, it r

Re: How big is the Tapestry community?

2009-06-06 Thread Craig St. Jean
Well, I've worked at a couple of places and used both Struts and JSF in the workplace. I'm the only one that I know that develops using Tapestry (for personal use), and maybe 1 or 2 people had heard of it (prior to me telling them about it). So my guess? Probably a low single digit percentage wh

Re: T5: Any component

2009-06-05 Thread Craig St. Jean
Although I can't really say, there is a WIKI page about it: http://wiki.apache.org/tapestry/Tapestry5AnyComponent On Fri, Jun 5, 2009 at 9:33 PM, Angelo Chen wrote: > > Hi, > notice there is this component called 'Any'? what's the use of this > component? > -- > View this message in context: > ht

Re: How to remove Blackbird.css

2009-06-05 Thread Craig St. Jean
bert > > On Jun 5, 2009, at 6/55:24 PM , Craig St. Jean wrote: > > Hello,Blackbird is nice, but I don't want any reference to it in >> production. >> For example, the blackbird.css is included, even if I set production mode

How to remove Blackbird.css

2009-06-05 Thread Craig St. Jean
Hello,Blackbird is nice, but I don't want any reference to it in production. For example, the blackbird.css is included, even if I set production mode to true. Is there any way to remove this? Thank you!

Re: [T5] form based j2ee authentication

2008-11-18 Thread Craig St. Jean
Michal, Yes, it is (and not too difficult). I was working on a tutorial for building applications using Glassfish with LDAP auth and Tapestry 4, but stopped when I switched to T5. The Glassfish and LDAP pages are still valid on http://home.earthlink.net/~valiantsoul/TapestryTutorial . >From ther

Re: Authentication

2008-11-06 Thread Craig St. Jean
Personally, I stick to using a stateful session bean, but I also provide single sign on for my various web apps. I've also used the standard J2EE's j_username and j_password with an LDAP realm. Both have nothing to do with Tapestry, but still apply. (Just my 2 cents) On Thu, Nov 6, 2008 at 5:06

Re: I'd like to generate valid XHTML

2008-09-01 Thread Craig St. Jean
hat is actually XML compliant - oXygen is wrong if it says otherwise. > > -Filip > > > On 2008-09-01 18:01, Craig St. Jean wrote: > >> Similarly, does anyone know a way to get the original to be even XML >> compliant? The way we have to do it (shown below) is not

Re: I'd like to generate valid XHTML

2008-09-01 Thread Craig St. Jean
Similarly, does anyone know a way to get the original to be even XML compliant? The way we have to do it (shown below) is not valid due to the Tapestry namespace. oXygen gives me this: E [Xerces] Attribute "xmlns:t" must be declared for element type "html". Thanks! On Sun, Aug 31, 2008 at 7:32

Re: Does Tapestry5 support Portlets specs JSR168 and 286

2007-12-30 Thread Craig St Jean
Seconded - my company will not use Tapestry because of the constant changes between versions. Its even starting to drive me away in favor of WebObjects... On Dec 28, 2007, at 5:59 PM, Emmanuel Sowah wrote: Howard, Well, left me alone, I would say instead of the effort to support Portlets

Re: Why tapestry 4.0.xxx application CANNONT deploy in WEBSPHERE!!!!

2006-11-18 Thread Craig St Jean
for Java 5 but WebSphere is using JVM 1.4 therefore it can't load classes. You need to compile your application for Java 1.4 - hence no annotations, no generics, no enums, etc. Renat On 18/11/06, Craig St Jean <[EMAIL PROTECTED]> wrote: Using RAD with WebSphere 6.0.2.13 I did the

Re: Why tapestry 4.0.xxx application CANNONT deploy in WEBSPHERE!!!!

2006-11-17 Thread Craig St Jean
quite sure what to do from here (I do all of my Tapestry work from JBoss, all of my work for my company using Struts in WebSphere) but maybe someone else can take it from here. Good luck! On Nov 18, 2006, at 2:03 AM, Craig St Jean wrote: What version of WebSphere are you using? Also are you

Re: Why tapestry 4.0.xxx application CANNONT deploy in WEBSPHERE!!!!

2006-11-17 Thread Craig St Jean
What version of WebSphere are you using? Also are you using just plain WebSphere or are you using RAD/RSA (and which version). On Nov 17, 2006, at 6:27 PM, jone wrote: hi, My app could deploy in tomcat and resin ,but FAILED in websphere with the following exception: javax.servlet.ServletE

Re: help : displaying Images that are stored outside the Web application

2006-11-08 Thread Craig St Jean
When using JSPs or PHP this would be accomplished by setting the content-type and then outputting the contents of the picture. I could then have something like img src="displayimage.jsp? image=whatever.png". I'm not sure exactly how to do it in Tapestry but I would assume it would be somethi

Re: Need help getting started

2006-11-06 Thread Craig St Jean
Create a new Java Project inAD/WSAD and set the JDK to the same of your tapestry project and try a simple StringBuffer.append that matches your inputs. This can eliminate either the JDK or WebSphere/ Tapestry as the culprits. On Nov 6, 2006, at 11:26 AM, Brooks, Aiyana [CIB-IT] wrote: I am

Re: Html encoding of messages?

2006-11-05 Thread Craig St Jean
Maybe we need additional support in the MarkupCharacterTranslator? I'm very new to Tapestry so I of course cannot make this decision, but it would solve this issue and any possible others that are similar. Anyone here familiar with the steps required to modify this class? I'm not familiar w

Re: Html encoding of messages?

2006-11-05 Thread Craig St Jean
å will not be replaced with å, å is the already encoded version, not the to be encoded version. On Nov 5, 2006, at 3:38 PM, Malin Ljungh wrote: But that won't work either of course... å will be replaced with å... On 11/5/06, Malin Ljungh <[EMAIL PROTECTED]> wrote: Well, I use

Re: Date Validation Issue

2006-11-04 Thread Craig St Jean
4:31 AM, Craig St Jean wrote: Hello, I'm trying to use a date picker with validation: value="validators:required,minDate=7/1/2006,maxDate=12/31/2006"/> But I'm having 2 issues. First I keep getting this error: Error initializing val

Date Validation Issue

2006-11-04 Thread Craig St Jean
Hello, I'm trying to use a date picker with validation: value="validators:required,minDate=7/1/2006,maxDate=12/31/2006"/> But I'm having 2 issues. First I keep getting this error: Error initializing validator 'minDate' (class org.apache.tapestry.form.validator.MinDate): Unable to convert '7