JBoss 5 deployment

2008-12-16 Thread jthompson209
Hello all, trying to deploy a T5 app in jboss 5 and get the following error any thoughts? Exception starting filter app java.lang.RuntimeException: java.io.IOException: Cannot find child, root=delegatinghand...@24158319[path= context=file:/ C:/p4/views/ws-jklein-javaee/application-servers/jboss

Re: [T5] Announce - TreeGrid component

2008-12-04 Thread jthompson209
yea an example of how to use this would be great, either that or if there is another simple to use tree component for T5 regards, Jeff Weisu wrote: > > > Hi Gabriel, I am trying to use your treegrid component in T5.0.14. Do you > have a simple example how to use it in T5? > Thanks in advance

Link to non tapestry page from actionlink

2008-11-13 Thread jthompson209
what is the best way to link to a non tapestry page, from an actionlink for example i am trying to return a link object from an on action method on the server side public Link onActionFromActionLink(){ Link link = new LinkImpl(response, null, 'http://www.yahoo.com', request.getContextPath()

persisted fields initialization

2008-11-07 Thread jthompson209
Hello With last night snapshot I am getting a new error. We use to be able to initialize persisted fields in the class contructor, now we get this error java.lang.RuntimeException Persistent fields may not be updated until after the page has finished loading. This may be due to a persistent fie

Re: new URLEncoder Service

2008-10-28 Thread jthompson209
> Could you provide some more context as to why URLEncoder is a problem? > > On Tue, Oct 28, 2008 at 11:39 AM, jthompson209 <[EMAIL PROTECTED]> > wrote: >> >> Hello I am in need of either turning off this new service or overriding >> it >> and having it do

new URLEncoder Service

2008-10-28 Thread jthompson209
Hello I am in need of either turning off this new service or overriding it and having it do nothing, it is currently breaking some code that I have, what would be the best way of doing that, also if overriding it is the answer how would i go about doing it. thanks so much -jeff -- View this mess

Re: lightbox, shadowbox, thickbox example

2008-02-11 Thread jthompson209
nent add a > lightbox instance to the page that listens for clicks from the link. I > suggestion you take a look at the Zone component and follow its > approach of adding Javascript components to a page. > > /Olof > > On 08/02/2008, jthompson209 <[EMAIL PROTECTED]> wrote

lightbox, shadowbox, thickbox example

2008-02-08 Thread jthompson209
hey has anyone gotten these to work with tapestry 5, i follow the directions from each framework but all i get is a link to the page no special popup box -- View this message in context: http://www.nabble.com/lightbox%2C-shadowbox%2C-thickbox-example-tp15359877p15359877.html Sent from the Tape