"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
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
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
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
+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. :)
> >
> > --
> >
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
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
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
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
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!
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
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
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
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
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
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
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
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
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
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
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
å 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
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
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
24 matches
Mail list logo