RE: Tapestry to generate mails ?

2006-05-03 Thread albartell
Ah! I hit send before it was ready. Here is the link I meant to send. http://www.stringtemplate.org/ -Original Message- From: albartell [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 03, 2006 11:04 PM To: Tapestry users; [EMAIL PROTECTED] Subject: RE: Tapestry to generate mails

RE: Tapestry to generate mails ?

2006-05-03 Thread albartell
Here is the tooling I just implemented last week to template emails -Original Message- From: Stephane Decleire [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 03, 2006 4:37 PM To: tapestry-user@jakarta.apache.org Subject: Tapestry to generate mails ? Hi, I would like to know if anybody

Cognition

2006-04-27 Thread albartell
Cognition was mentioned yesterday during the conversations of ROR and what tools are available to Tapestry developers to gain RAD. Right now I am using MyEclipseIDE for all of my Tapestry development (which I am doing very little of, but am doing some none-the-less). What I am wondering is if an

RE: [OT] OMG! A dynamic div component in JSF

2006-04-26 Thread albartell
I looked into Trails awhile ago (https://trails.dev.java.net/) and was quite impressed with its ability to get me up and running with a CRUD application in no time flat (like minutes instead of days). The only problem in my mind is that I would rather have it generate ALL of the source code out of

Friendly URLs after button pressed

2006-02-22 Thread albartell
Hi All, I am implementing friendly URL's in an attempt to make pages easy to gain access to. For instance I want someone to be able to bookmark the following url: http://localhost:8080/rxs/TrialKey.html. I have implemented the contribution in hivemodule.xml as shown below. After selecting the but

RE: Gavin King's comment about presentation code and CSS in Javaposse podcast

2006-02-17 Thread albartell
I think where I get lost is not necessarily in the understanding of how to do it, but more on the side of what people like to see. For instance I can't for the life of me come up with good color palate matching or create that initial page focal point (i.e. where the users eyes go on the page first)

RE: Gavin King's comment about presentation code and CSS in Javaposse podcast

2006-02-17 Thread albartell
travel by ship, but would never acknowledge how slow it is until they got the chance to cross the atlantic in a few hours...) Cheers, Ron albartell wrote: > That's what I thought too until I saw it on this site an realized how > much good css and html could clean up my pages. >

RE: Gavin King's comment about presentation code and CSS in Javaposse podcast

2006-02-17 Thread albartell
That's what I thought too until I saw it on this site an realized how much good css and html could clean up my pages. http://www.csszengarden.com/ We've gotten so used to using tables everywhere that css is seldom thought of as a positioning technology but rather a way to have your fonts and col

All pages listener/interceptor

2005-12-28 Thread albartell
I am looking for a slick way to implement a global "phase listener" that will be used to check whether or not a user is logged in before letting them proceed to a page on the site. Here is an example of how I did it in JSF: http://mowyourlawn.com/blog/?p=6 I have yet to find a global way in Tape

Tapestry 4.0 CRUD application

2005-12-28 Thread albartell
Hi everyone, I am new to Tapestry (jumping over the fence from MyFaces) and am having trouble with all the different ways to do the same thing. I was initially attracted to Tapestry because of it's mission statement "The simplest choice should be the correct choice." I think what I am strugglin