URGENT - catalina.policy defenitions

2007-03-16 Thread Hernâni Cerqueira
Hello all. I'm deployng a webapp in a tomcat 5.5.9 server with security manager enabled. I can change the permissions but not disable it, and I'm having some difficulties running my application, because of the security constrains. Does anyone knows wath are the best catalina.policy options to b

Re: Newbie problem with For component on T4

2007-03-11 Thread Hernâni Cerqueira
that I was not needing help anymore, but I didn't know how to reply to my "unreplyed" posts. Check out the first span tag. Instead o jwcid has jwcdi... :-[ Sorry for the trouble. Cheers, Hernâni On 3/10/07, Hernâni Cerqueira <[EMAIL PROTECTED]> wrote: Hello all, I&#

Newbie problem with For component on T4

2007-03-10 Thread Hernâni Cerqueira
Hello all, I'm new to Tapestry, this is my first project using it, and until now everything was doing perfectly. But now i'm having a small issue with the For component. I was doing something i've done sometimes already. I have a For component that iterates from a list of beans, and displays it

Re: Newbie - Tapestry and Databases

2007-03-02 Thread Hernâni Cerqueira
You could try torque from apache, it's easy to use and set up, and anyone who knows how to use an import staement knows how to integrate torque with tapestry. If you want some more info feel free to ask... Hernâni Damian Sobieralski escreveu: I am wondering if anyone could assist me in resour

Re: Write html directly from a db

2007-03-01 Thread Hernâni Cerqueira
yup, that did the trick nicely. Thank's once again... James Carman escreveu: You can tell the @Insert component to not escape stuff... http://tapestry.apache.org/tapestry4.1/components/general/insert.html On 3/2/07, Hernâni Cerqueira <[EMAIL PROTECTED]> wrote: Hello all, I&#x

Write html directly from a db

2007-03-01 Thread Hernâni Cerqueira
Hello all, I'm a newbie in wath counts to tapestry, and wath i wan't to do is the following: I have a table row in a db wich as some html stored in it. Then i want to write that html code directly into a page without my <'s and >'s and other stuff being replaced by their entities, so that th