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-5.0.0.GA/server/itv3/deploy/extranet3.war
real=vfszip:/C:/p4/view

s/ws-jklein-javaee/application-servers/jboss-5.0.0.GA/server/itv3/deploy/extranet3.war],
relativePath=WEB-INF/lib/extran

et3.jar/com/buzztime/extranet3/pages/setRoleDelete/

using the latest tapestry version
-- 
View this message in context: 
http://n2.nabble.com/JBoss-5-deployment-tp1664439p1664439.html
Sent from the Tapestry Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



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!
 Weisu.
 
 Gabriel Landais wrote:
 
 Hi,
  I've just released an early version of a tree grid component. It is 
 available via SVN on Google Code 
 (http://code.google.com/p/tapestry5-treegrid/source).
  The code is based upon sstree, and as an early release, code is ugly 
 and without comment yet...
 
  Gabriel
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 -- 
 View this message in context:
 http://www.nabble.com/-T5--Announce---TreeGrid-component-tp14617758p19154603.html
 Sent from the Tapestry - User mailing list archive at Nabble.com.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://n2.nabble.com/Re%3A--T5--Announce---TreeGrid-component-tp782976p1614984.html
Sent from the Tapestry Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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(), null)

   return link 
}

but i get a null pointer exception, im not sure what to pass in for the
requestpathoptimizer and componentevocation objects

if there is a better way to do this please help

-jeff
-- 
View this message in context: 
http://n2.nabble.com/Link-to-non-tapestry-page-from-actionlink-tp1495327p1495327.html
Sent from the Tapestry Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 field with a default value. The
default value should be removed.

so my question is where can we do this now?

-jeff


-- 
View this message in context: 
http://n2.nabble.com/persisted-fields-initialization-tp1471104p1471104.html
Sent from the Tapestry Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 message in context: 
http://n2.nabble.com/new-URLEncoder-Service-tp1389907p1389907.html
Sent from the Tapestry Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: new URLEncoder Service

2008-10-28 Thread jthompson209

yes thanks for the response,

the problem i am having is, i wrote some code to do a zone update from a
text field 'onKeyup' event using the T5-Components mixin OnEvent

and in the javascript they use to make the ajax call they are not encoding
the context data, so when the URLEncoder goes to decode it breaks on strings
with any character that isnt in the SAFE character array defined in
URLEncoderImpl

hope this description helps
-jeff



Howard Lewis Ship wrote:
 
 Contribute a new implementation of URLEncoder to the Alias service
 configuration and Tapestry will use the contributed one instead of the
 default URLEncoder service.
 
 Alternately, you can decorate the URLEncoder service with an
 alternative implementation, or a filter depending on how much of the
 existing URLEncoder service implementation you want to keep.
 
 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 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 message in context:
 http://n2.nabble.com/new-URLEncoder-Service-tp1389907p1389907.html
 Sent from the Tapestry Users mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 
 
 
 -- 
 Howard M. Lewis Ship
 
 Creator Apache Tapestry and Apache HiveMind
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://n2.nabble.com/new-URLEncoder-Service-tp1389907p1391065.html
Sent from the Tapestry Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: lightbox, shadowbox, thickbox example

2008-02-11 Thread jthompson209

Hey thanks for the response ill give it a try!



quot;Olof =?UTF-8?Q?N=C3=A6ss=C3=A9nquot; ?= wrote:
 
 There is no real secret in getting one of these boxes to work with
 Tapestry 5. I've used a slightly modified version of lightbox for a
 pop up in a Tapestry 5 application and it works fine.
 
 If I recall correctly lightbox simply listens for clicks from a
 certain link and loads a page in a pop up window when the link is
 clicked. You could make your own link component for a lightbox window
 by inheriting from AbstractLink and making the component 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:

 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 Tapestry - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/lightbox%2C-shadowbox%2C-thickbox-example-tp15359877p15417439.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]