Re: T 4.1 Strange Asset Context problem

2007-12-06 Thread Chris Chiappone
Anyone have any idea on this. It is utterly annoying to have to hard code the Context in the page spec. On Dec 5, 2007 10:13 AM, Chris Chiappone <[EMAIL PROTECTED]> wrote: > I have an assets defined in my page spec as follows: > > > > > The images seem to be u

T 4.1 Strange Asset Context problem

2007-12-05 Thread Chris Chiappone
I have an assets defined in my page spec as follows: The images seem to be using the correct context (/esp) as the source output is: The msi though comes out like this: Download which does not include the context of /esp Does anyone know why this may be?

Re: T 4.1.3 upgrade exception

2007-11-30 Thread Chris Chiappone
ed... > so, can you move to that? > > > On Nov 30, 2007 8:02 PM, Chris Chiappone <[EMAIL PROTECTED]> wrote: > > I think its definately a jdk 1.4 incompatibility considering > > string.replace(CharSequence, CharSequence) is not a 1.4 method. Is it > > poss

Re: T 4.1.3 upgrade exception

2007-11-30 Thread Chris Chiappone
I think its definately a jdk 1.4 incompatibility considering string.replace(CharSequence, CharSequence) is not a 1.4 method. Is it possible to get this fixed quickly and merged into the 4.1.3 binary? On Nov 30, 2007 10:42 AM, Chris Chiappone <[EMAIL PROTECTED]> wrote: > Oh and this wa

Re: T 4.1.3 upgrade exception

2007-11-30 Thread Chris Chiappone
Oh and this was working in 4.1.2. Also I am forced to use java 1.4 so could this be an issue with that? Thanks. On Nov 30, 2007 10:37 AM, Chris Chiappone <[EMAIL PROTECTED]> wrote: > I just upgraded from 4.1.2 to 4.1.3 and am not recieving the following > exception for every page

T 4.1.3 upgrade exception

2007-11-30 Thread Chris Chiappone
I just upgraded from 4.1.2 to 4.1.3 and am not recieving the following exception for every page. Any ideas what this may be cause from? [ +/- ] Exception: java.lang.String.replace(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String; java.lang.NoSuchMethodError java.lang.String.repl

Re: T5 book: update

2007-10-29 Thread Chris Chiappone
Are you finished with the devsheld articles for tap 4.1? On 10/29/07, Kolesnikov, Alexander GNI <[EMAIL PROTECTED]> wrote: > Sure! As soon as it is ready. > > -Original Message- > From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] > Sent: 29 October 2007 15:00 > To: Tapestry users > Su

Re: Using jsp:include in T3

2007-10-02 Thread Chris Chiappone
Not sure if this can be ported back to Tap 3 but it works for tap 4. http://wiki.apache.org/tapestry/TapestryFasttrackForStrutsProgrammers ~chris On 10/2/07, Hector Cinco Chavarria <[EMAIL PROTECTED]> wrote: > Is there a way to use some kind of jsp:include in T3?? > > > > > > Thanks! > > > > Hec

Re: wicket vs tapestry ?

2007-08-22 Thread Chris Chiappone
A colleague of mine and I had a discussion about this because he was sorting through new frameworks to use for a new project. I have been using Tapestry since v3 and wanted him to give it a try. Unfotunately he ended up picking Wicket because of the fear that Tapestry has issues with backward com

Re: Rounded Corners Service not working?

2007-08-10 Thread Chris Chiappone
Ya I was unable to get it to work also. Not that important i guess. On 8/10/07, Henry Chen <[EMAIL PROTECTED]> wrote: > > Nobody ever used this rounded corner service? I downloaded the timetracker > snapshot war file and drop it in my tomcat 5.5. I didn't work and I get the > same error message b

Re: Memory leaks in Tapestry 4.1

2007-08-10 Thread Chris Chiappone
I think one of the recommendations would be to upgrade your tapestry. Tapestry 4.1.2 Ognl 2.7 ~chris On 8/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Has anyone got a list of recommended non-leaking third party frameworks ? > > We are using: > > - Tapestry 4.1 > - Cayenne 1.2.1 > - Pos

Re: Controling Dialog Placement

2007-07-26 Thread Chris Chiappone
x27;t want to include them separately and in addition it didn't include the required builder.js file. Thanks, ~chris On 7/26/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: I was wondering if there was anyway to control the placement of the Dialog component. I occasionally have mo

Controling Dialog Placement

2007-07-26 Thread Chris Chiappone
I was wondering if there was anyway to control the placement of the Dialog component. I occasionally have more information that a normal 1024x768 resolution can fit so users have issues seeing everything in my dialog box. Is there a way to force the dialog to stay in place while scrolling. Than

Overriding default location of properties files

2007-07-18 Thread Chris Chiappone
I am wondering if anyone has any pointers on how I could change the location of where my properties files are. I am looking to move them to a separate directory to clean up my application. Thanks, -- ~chris - To unsubscribe, e

Ognl Download

2007-06-27 Thread Chris Chiappone
Could someone point me to the binary download of the 2.7 release. Thanks, -- ~chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: T4.1.2 and Tapestry-Prop

2007-06-15 Thread Chris Chiappone
r that but it's not fixed yet On 15/06/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: > I'm curious if the tapestry-prop package should work with Tapestry 4.1.2? > > Thanks, > > -- > ~chris > > --

T4.1.2 and Tapestry-Prop

2007-06-15 Thread Chris Chiappone
I'm curious if the tapestry-prop package should work with Tapestry 4.1.2? Thanks, -- ~chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ASO Frustrations

2007-06-14 Thread Chris Chiappone
e the tags in all subsequent .page files not just the superclasses. On 6/14/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: I put the empty default constructors in and my is in my .page file I cannot understand why this isn't working. I've had it working before in Java 1.5 bu

Re: ASO Frustrations

2007-06-14 Thread Chris Chiappone
ris, Nothing jumps out at me as *wrong*, but I've run into strange problems when I omit constructors. Try adding no-arg constructors to your factory and ASO classes. I lean more toward annotations, so I hardly ever use the method, so I wouldn't even know what I was missing there.

ASO Frustrations

2007-06-13 Thread Chris Chiappone
Could someone take a quick look at this and see if i'm doing anything wrong. I am trying to use and session based ASO but it doesn't seem to be getting injected properly, i've looked at this code over and over and must be missing something. hivemodule.xml

Suggest Component

2007-06-08 Thread Chris Chiappone
Jesse - Thanks for the new Suggest Component, just happened to see it today!! -- ~chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Updating a property with InlineEditBox 4.1.1

2007-06-06 Thread Chris Chiappone
ut the property you have mapped to the component and how you are managing state with it? (or if it is enclosed by a form / etc..) On 6/4/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: > > Ok I've updated to 4.1.2, thanks for those who helped getting me on > the right OGNL repositor

Re: [ANN] HandyTapestry 1.1, Tapestry plugin for IntelliJ Idea

2007-06-06 Thread Chris Chiappone
If only this could be ported to eclipse ;) Good work! On 6/6/07, Alexei Orishchenko <[EMAIL PROTECTED]> wrote: HandyTapestry 1.1 released If you develop a http://tapestry.apache.org Tapestry web application using http://www.jetbrains.com/idea IntelliJ Idea then try http://handyedit.com/han

Re: 4.1.2 without maven

2007-06-05 Thread Chris Chiappone
I don't believe that its out yet so maven is the way to go. What I actually do since our project does not use maven is set up a separate project with maven just for tapestry and its dependencies and then copy over the appropriate jar files. Seems to work for me. Just make sure you have the rig

Re: Updating a property with InlineEditBox 4.1.1

2007-06-04 Thread Chris Chiappone
gent(agent); } } When I use a normal TextField component this works fine, but the InlineEditBox does not update the agent.label property. ~chris On 6/3/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: I'm ready to switch to 4.1.2 as soon as the jira for the jdk 1.4 gets resolved

Re: Ognl Exception tap 4.1.2 weblogic 8 and java 1.4

2007-06-04 Thread Chris Chiappone
Nevermind this issue has been resolved. Hugo informed me I was using an old OGNL snapshot. On 6/4/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: I also updated an JIRA issue for the Tapestry, although I am not sure if its a tapestry or OGNL problem. Here is more of the stac

Re: Tapestry 4.1 and jdk version issue - JIRA issue created

2007-06-04 Thread Chris Chiappone
wrote: You're using an old ognl snapshot. Add this to your pom: ognl.snapshots http://opencomponentry.com/repository/m2-snapshot-repo You should get the ognl-2.7-20070603.222724-5. snapshot with that. Chris Chiappone wrote: > tapestry-framework-4.1.2-20070604.004743-

Re: Tapestry 4.1 and jdk version issue - JIRA issue created

2007-06-04 Thread Chris Chiappone
tapestry-framework-4.1.2-20070604.004743-105.jar ognl-2.7.20070425.021856-29.jar On 6/4/07, Hugo Palma <[EMAIL PROTECTED]> wrote: Are you sure you have the latest ognl snapshot ? Can you please reply with the exact snapshots that you are using for both tapestry and ognl ? Chris Chi

Re: Ognl Exception tap 4.1.2 weblogic 8 and java 1.4

2007-06-04 Thread Chris Chiappone
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) [ Show ยป ] Chris Chiappone - [04/Jun/07 07:07 AM ] This issue is still affecting me. I just updated to the latest SNAPSHOTs and am still getting the following exception could this be an OGNL issue? RequestExceptionReporter - Unable to pr

Re: Tapestry 4.1 and jdk version issue - JIRA issue created

2007-06-04 Thread Chris Chiappone
> > On 5/25/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: >> >> I've had issues with Java 1.4 and the latest 4.1.2-SNAPSHOT being >> incompatible with java 1.4 also. Should we add a JIRA? >> >> On 5/25/07, Jacob von Eyben <[EMAIL PROTECTED]> wrot

Re: Updating a property with InlineEditBox 4.1.1

2007-06-03 Thread Chris Chiappone
es in many areas including this specific component in 4.1.2 ) On 6/1/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: > > I used to use the InlineEditBox from tacos in 4.0 and have recently > upgraded to 4.1 > > The tacos component had a listener binding where I could update

Updating a property with InlineEditBox 4.1.1

2007-06-01 Thread Chris Chiappone
I used to use the InlineEditBox from tacos in 4.0 and have recently upgraded to 4.1 The tacos component had a listener binding where I could update changes to a persist property in my database. How is this accomplished with the new InlineEditBox component in tap 4.1? I am also using java 1.4 so

Re: Tapestry 4.1 and jdk version issue

2007-05-25 Thread Chris Chiappone
I've had issues with Java 1.4 and the latest 4.1.2-SNAPSHOT being incompatible with java 1.4 also. Should we add a JIRA? On 5/25/07, Jacob von Eyben <[EMAIL PROTECTED]> wrote: Hi, I am having trouble executing a test for a component I made for tapestry 4.1. java.lang.UnsupportedClassVersionErr

Re: Tapestry 4.1.1 upgrade conflicts with Tacos jar

2007-05-24 Thread Chris Chiappone
I don't believe Tap 4.1.1 and Tacos 4.0.1 are compatible. There is a tacos snapshot for tap 4.1.1 in the works. On 5/24/07, sunilmanu <[EMAIL PROTECTED]> wrote: Hi, I tried the upgrade to Tapestry 4.1.1. I am also using the Tacos 4.0.1 also. But when I bring up the application's home page, I

Re: Ognl Exception tap 4.1.2 weblogic 8 and java 1.4

2007-05-22 Thread Chris Chiappone
Okay I downgraded to tap 4.1.1 and ognl 2.6.9 and everything is working. Where does this bug need to be filed OGNL or tapestry? On 5/22/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: Hugo - Are you using the latest 4.1.2 snapshots, curious why you might not be getting this. On 5/22/07,

Re: Ognl Exception tap 4.1.2 weblogic 8 and java 1.4

2007-05-22 Thread Chris Chiappone
Hugo - Are you using the latest 4.1.2 snapshots, curious why you might not be getting this. On 5/22/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: Yeah it appears to be a definite JDK1.4 issue, although I can't seem to exactly identify where the actual Integer.valueOf is coming fro

Re: Ognl Exception tap 4.1.2 weblogic 8 and java 1.4

2007-05-22 Thread Chris Chiappone
rs but they were ognl JDK1.4 compatibility issues. This looks like a JDK1.4 compatibility issue but on the Tapestry side. On 5/22/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: > > I am trying to deploy my application to a test box and I get the > following exception when trying to go

Ognl Exception tap 4.1.2 weblogic 8 and java 1.4

2007-05-22 Thread Chris Chiappone
I am trying to deploy my application to a test box and I get the following exception when trying to go to any tapestry page. I believe I have all the latest snapshots and dependencies. ServletException javax.servlet.ServletException: Error initializing property dojoSource of bean 'coreAjaxDelega

Very unusual issue passing parameters 4.1.2 Any help appreciated greatly

2007-05-18 Thread Chris Chiappone
This has been mind boggling me for the last two days. All I want to do is pass a string value to a component and I can't seem to get it work. The weird thing is this EXACT same code works on two of my other tapestry apps but not the one I need it to work in. Here is the exact code I have been u

Re: Injecting RequestGlobals

2007-05-17 Thread Chris Chiappone
as most services can be autowired. On 5/16/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: > > Oh and I've also tried making the getters and setters abstract and > that didn't work either. > > On 5/16/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: > > I have be

Re: Injecting RequestGlobals

2007-05-16 Thread Chris Chiappone
Oh and I've also tried making the getters and setters abstract and that didn't work either. On 5/16/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: I have been forced to downgrade my application that I've started to java 1.4 for the time being and am trying to inject a hivem

Injecting RequestGlobals

2007-05-16 Thread Chris Chiappone
I have been forced to downgrade my application that I've started to java 1.4 for the time being and am trying to inject a hivemind service but don't seem to be doing it right because the object I am trying to get injected seems to be null In my component spec i have the following: and

Re: EventListener example documentation

2007-05-14 Thread Chris Chiappone
;s not something that is really supported by the protocol and I'd generally suggest not trying it. You can of course disable the async part by giving it the @EventListener(async = false) parameter. http://tapestry.apache.org/tapestry4.1/tapestry-annotations/index.html#EventListener On 5/1

Re: EventListener example documentation

2007-05-14 Thread Chris Chiappone
I guess is the question I have is, is it not possible to have an eventlistener submit a form that returns an IPage ? ~chris On 5/14/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: Okay so I'm still having a issue trying to use the Eventlistener. The form is getting submitted corr

Re: EventListener example documentation

2007-05-14 Thread Chris Chiappone
Any thoughts? On 5/14/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: Jesse - thanks for the fix! On 5/14/07, Daniel Jue <[EMAIL PROTECTED]> wrote: > Are you sure the event name is correct? I use "onchange". I've never > used "selectOption" before. &g

Re: EventListener example documentation

2007-05-14 Thread Chris Chiappone
Jesse - thanks for the fix! On 5/14/07, Daniel Jue <[EMAIL PROTECTED]> wrote: Are you sure the event name is correct? I use "onchange". I've never used "selectOption" before. Daniel On 5/14/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: > Well thi

Re: EventListener example documentation

2007-05-14 Thread Chris Chiappone
another example you can use: http://www.phy6.net/wiki/tiki-index.php?page=Tapestry+4.1.1+Simple+Selection+Model+Update+using+AJAX I also remember having trouble using that example. The html should have: On 5/14/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: > I'm also having trou

Re: EventListener example documentation

2007-05-14 Thread Chris Chiappone
I'm also having trouble getting the eventlistener triggered when somthing is selected. On 5/14/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: I believe the eventlistener documentation contains some bugs. I copied the following code: The relevant html:

EventListener example documentation

2007-05-14 Thread Chris Chiappone
I believe the eventlistener documentation contains some bugs. I copied the following code: The relevant html: Select a project: The java page class snippet: @Component(bindings = { "model=projectModel", "value=selectedProject", "

Timetracker demo

2007-05-14 Thread Chris Chiappone
Where can I download a copy of the timetracker demo application? Thanks, -- ~chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Improving Autocompleter performance T 4.1.2

2007-05-09 Thread Chris Chiappone
I am trying to figure out why my autocompleter performs so slowly. I've tried multiple things to try to improve. I've tried using the DefaultAutoComplete model, a StringAutoCompleteModel that just takes in a List and looks for a match where the List is created in PageBeginRender and set as a abst

updateComponent from another component

2007-04-19 Thread Chris Chiappone
Is it possible to create asynchronous direct link that updatesComponents found in another component on the page? Thanks, -- ~chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Does tapestry5 don't support jdk1.4

2007-04-18 Thread Chris Chiappone
Tapestry 5 is a new framework developed to make use of java 5. You could always use tapestry 4 if you need java 1.4 and want xml configuration. On 4/18/07, li li <[EMAIL PROTECTED]> wrote: There is no framework support only jdk1.5! All most all framework support jdk1.4. Annotation is a bad sm

Re: Advice Needed ASAP - Tapestry 4.1.2 Autocompleter

2007-04-17 Thread Chris Chiappone
You may be able to make use of tdeli's Xtile component. On 4/17/07, Daniel Leffel <[EMAIL PROTECTED]> wrote: I've invested countless hours into this project and now need advice. My prevailing assumption had been that I could use the forceValid option with the Autocompleter and the subsequently

Re: Accessing the text input of an AutoCompleter with forceValidOption=false

2007-04-16 Thread Chris Chiappone
ible. http://article.gmane.org/gmane.comp.java.tapestry.user/45240/ http://issues.apache.org/jira/browse/TAPESTRY-1244 Ben -Original Message- From: Chris Chiappone [mailto:[EMAIL PROTECTED] Sent: Monday, April 16, 2007 12:31 PM To: Tapestry users Subject: Re: Accessing the text input of an AutoCom

Re: Accessing the text input of an AutoCompleter with forceValidOption=false

2007-04-16 Thread Chris Chiappone
e form and focus won't be on the AutoCompleter at the time of submit. On 4/16/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: > > I've done something similiar here. In my autoCompleteModel I > basically return the search result in the getValues() method if no > matches g

Re: Accessing the text input of an AutoCompleter with forceValidOption=false

2007-04-16 Thread Chris Chiappone
I've done something similiar here. In my autoCompleteModel I basically return the search result in the getValues() method if no matches get returned. Seems to work the only problem is that if the user doesn't have the option highlighted it ends up being null, which happens if they use the mouse

Re: [T4.12] Possible Bug in @Script Annotation

2007-04-12 Thread Chris Chiappone
t:/ or classpath:/ prefix. Chris Chiappone wrote: > Sure thing: > > Stack Trace: > >* org.apache.tapestry.html.Script.getParsedScript(Script.java:140) >* org.apache.tapestry.html.Script.renderComponent(Script.java:155) >* > org.apache.tapestry.AbstractCom

Re: [T4.12] Possible Bug in @Script Annotation

2007-04-12 Thread Chris Chiappone
) * org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685) * java.lang.Thread.run(Unknown Source) On 4/12/07, andyhot <[EMAIL PROTECTED]> wrote: Chris Chiappone wrote: > I believe there may be a bug when using the @Script Annotation. > > If I do the following: > >

[T4.12] Possible Bug in @Script Annotation

2007-04-12 Thread Chris Chiappone
I believe there may be a bug when using the @Script Annotation. If I do the following: I always get a null pointer exception. But if I just do this: It works fine. Could this be a bug? -- ~chris - To unsubscribe, e-mail:

Re: EventListener questions

2007-04-11 Thread Chris Chiappone
/components/general/script.html http://tapestry.apache.org/tapestry4.1/usersguide/script.html -Original Message- From: Chris Chiappone [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 10, 2007 5:40 PM To: Tapestry List Subject: EventListener questions Hi I was wondering what the correct way woul

EventListener questions

2007-04-10 Thread Chris Chiappone
Hi I was wondering what the correct way would be to create an EventListener that returns a confirm when a button is clicked. I have the following that doesn't work: @EventListener(elements="deleteButton", events="onclick") public String testThis(){

Re: [T4.1.2] How do you change dojo component styles

2007-04-09 Thread Chris Chiappone
7;s much better to > somehow concatenate those into > a single file and have it included in the html from the very beginning - > it minimizes flashing and node > repositioning > > On 4/10/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: > > > > I'm still on

Re: [T4.1.2] How do you change dojo component styles

2007-04-09 Thread Chris Chiappone
I'm still on the search on how to change css styling for dojo components in t4.1. Anyone able to help me out with this? On 4/6/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: Another reason I am curious about this is that I have about 40 dropdowndatepickers in one page and that p

Re: [T4.1.2] How do you change dojo component styles

2007-04-06 Thread Chris Chiappone
renedered quickly. On 4/6/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: Hi, I was wondering how one goes about changing the style of dojo components in T 4.1. Mainly the autocompleter style and dropdowndatepicker. Thanks, -- ~chris --

[T4.1.2] How do you change dojo component styles

2007-04-06 Thread Chris Chiappone
Hi, I was wondering how one goes about changing the style of dojo components in T 4.1. Mainly the autocompleter style and dropdowndatepicker. Thanks, -- ~chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: [ANN] Series of Tapestry Tutorials

2007-04-04 Thread Chris Chiappone
Nice, Did you guys see his dissertation on tapestry. Pretty good work right there. On 4/4/07, Andreas Andreou <[EMAIL PROTECTED]> wrote: Looks like http://www.devshed.com/ have started a series of Tapestry 4 tutorials authored by Alexander Kolesnikov. The first part is at http://www.devshed.c

[T4.1] Question About @Shell and @Body

2007-04-03 Thread Chris Chiappone
I am wondering if the @Shell and @Body components are required in order to get the ajax function to work with tapestry pages. I already have a header and footer defined using jsp's in a legacy application. I am beginning to introduce Tapestry pages as we are moving forward. Is there a way of man

Re: T5 working with other frameworks

2007-04-02 Thread Chris Chiappone
page" or "in this JSP page, this link is to a Tapestry page". I may be biased, but to me the Struts/JSP side is "a bunch of actions and views" and the Tapestry side is an actual application, with a real structure to it. Remember, T5 is still alpha. On 3/30/07, Chris Chiapp

Re: t:layout

2007-04-02 Thread Chris Chiappone
xample/myapp/components/MyComponent.html. Anjana Gopinath True North Technology 11465 John's Creek Parkway, Suite 300 Duluth, GA 30097 [EMAIL PROTECTED] On Apr 2, 2007, at 12:09 PM, Chris Chiappone wrote: > Yeah I have the following in Layout.java > > package org.example.hilo.co

Re: t:layout

2007-04-02 Thread Chris Chiappone
ot;;> Anjana Gopinath True North Technology 11465 John's Creek Parkway, Suite 300 Duluth, GA 30097 [EMAIL PROTECTED] On Apr 2, 2007, at 10:54 AM, Chris Chiappone wrote: > Where is that supposed to be declared? > > On 4/2/07, Massimo Lusetti <[EMAIL PROTECTED]> wrot

Re: t:layout

2007-04-02 Thread Chris Chiappone
Stylesheet() { return _stylesheet; } } On 4/2/07, Massimo Lusetti <[EMAIL PROTECTED]> wrote: On 4/2/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: > Ok when I do this my page comes up but the layout component does not > show up. Here is what I have: Did you actu

Re: t:layout

2007-04-02 Thread Chris Chiappone
Where is that supposed to be declared? On 4/2/07, Massimo Lusetti <[EMAIL PROTECTED]> wrote: On 4/2/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: > For some reason I get the following: > > Failure parsing template context:WEB-INF/Start.html: The prefix "t"

Re: t:layout

2007-04-02 Thread Chris Chiappone
Peter Beshai <[EMAIL PROTECTED]> wrote: I don't think anything that has changed would have broken this. You should be able to just use it by entering: ..content of your page.. in your page. On 3/30/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: > > I tried you exact code f

Re: t:layout

2007-03-30 Thread Chris Chiappone
I tried you exact code for a layout but my layout component doesn't seem to be showing up at all. Has something changed? On 3/28/07, Peter Beshai <[EMAIL PROTECTED]> wrote: I never knew was supported. I just made my own layout component and I think that makes more sense (you'll most likely w

T5 working with other frameworks

2007-03-30 Thread Chris Chiappone
Hi, My company has a rather large application written in a custom framework similar to struts. I have been messing around with Tapestry 5 and enjoying the ease of use it has to offer us. I was thinking about building new pages of the application using tapestry 5. First of all is this a good id

Re: T5: FCKEditor Component

2007-03-30 Thread Chris Chiappone
Where do you download this? On 3/30/07, Jun Tsai <[EMAIL PROTECTED]> wrote: Good work! 2007/3/30, Ted Steen <[EMAIL PROTECTED]>: > Hi! > > We made a FCKEditor component for a project and it is available on > Google Code for anyone who is interested. > > http://code.google.com/p/tapestry5-fckedi

Re: Autocompleter Questions

2007-03-06 Thread Chris Chiappone
It appears that tapestry isn't finding the location of dojo for some reason. On 3/6/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: No idea, but a working example always helps me: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/ On 2/22/07, Chri

Autocompleter Questions

2007-02-22 Thread Chris Chiappone
I am trying to get the autocompleter component to work with tap 4.1.1 I used to have tacos:Autocompleter working and wanted to replace it with the new default component. I am not getting any exceptions but there are no values in my drop down. Here is my page class and html public IAutoc

Re: Trying to upgrade from 4.02 to 4.1.1

2007-02-22 Thread Chris Chiappone
Nevermind, missed a dependency... On 2/22/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: I am trying to upgrade my Tapestry from 4.02 to 4.1.1 but get the following exception: 14:19:01.525 WARN!! [SocketListener0-1] org.apache.tapestry.error.RequestExceptionReporterImpl.reportRequestExc

Trying to upgrade from 4.02 to 4.1.1

2007-02-22 Thread Chris Chiappone
I am trying to upgrade my Tapestry from 4.02 to 4.1.1 but get the following exception: 14:19:01.525 WARN!! [SocketListener0-1] org.apache.tapestry.error.RequestExceptionReporterImpl.reportRequestException(RequestExceptionReporterImpl.java:45) 50> Unable to present exception p age: Unable to con

Upgrade to 4.1.1 or wait to 4.12

2007-02-19 Thread Chris Chiappone
I am about to upgrade from 4.0.1 to 4.1.1 but would like to know if 4.1.2 will be considered stable soon or not. If so I may as well just wait for 4.1.2. -- ~chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: using Tapestry to send mails

2006-12-04 Thread Chris Chiappone
Take a look at this package: http://mail-archives.apache.org/mod_mbox/tapestry-users/200605.mbox/[EMAIL PROTECTED] On 12/2/06, Bill Holloway <[EMAIL PROTECTED]> wrote: I've used JavaMail (http://java.sun.com/products/javamail) successfully in a few projects. One thought is to inject the java

Re: Tapernate Access multiple database

2006-11-16 Thread Chris Chiappone
ion without Tapernate? -Original Message- From: Chris Chiappone [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 10:57 AM To: Tapestry users Subject: Re: Tapernate Access multiple database I has asked James about this a while back. Unfortunately i don't believe there is any supp

Re: Tapernate Access multiple database

2006-11-16 Thread Chris Chiappone
I has asked James about this a while back. Unfortunately i don't believe there is any support in Tapernate for this. On 11/16/06, Henry Chen <[EMAIL PROTECTED]> wrote: Hi, Anybody use Tapernate to access multiple databases? How can I switch to another database in runtime? Thank you very much.

Re: SSL Security Information Warning Tacos

2006-10-06 Thread Chris Chiappone
with one of the dojo devs (there are a few trac tickets open for it as > well) > but haven't gotten a response back yet. > > On 10/5/06, Chris Chiappone <[EMAIL PROTECTED]> wrote: >> >> I narrowed this down to something in the tacos:Dialog component. Any >> tho

Re: SSL Security Information Warning Tacos

2006-10-05 Thread Chris Chiappone
n for it as well) but haven't gotten a response back yet. On 10/5/06, Chris Chiappone <[EMAIL PROTECTED]> wrote: > > I narrowed this down to something in the tacos:Dialog component. Any > thoughts? > > On 10/5/06, Chris Chiappone <[EMAIL PROTECTED]> wrote: &g

Re: SSL Security Information Warning Tacos

2006-10-05 Thread Chris Chiappone
I narrowed this down to something in the tacos:Dialog component. Any thoughts? On 10/5/06, Chris Chiappone <[EMAIL PROTECTED]> wrote: I checked the source of my page and there is no references to http anywhere. Also I haven't written any javascript in my page. Could it be some r

Re: SSL Security Information Warning Tacos

2006-10-05 Thread Chris Chiappone
and http in the same document. Must be that your script include protocol (ie http vs https ) isn't the same as your apps base protocol on this page. On 10/4/06, Chris Chiappone <[EMAIL PROTECTED] > wrote: > > Anybody have any idea about this? > > On 10/3/06, Chris C

Re: SSL Security Information Warning Tacos

2006-10-04 Thread Chris Chiappone
Anybody have any idea about this? On 10/3/06, Chris Chiappone <[EMAIL PROTECTED]> wrote: Hi I am using tapestry 4 with tacos and notice when I include the following in my HeadDelegate to allow for tacos I get the annoying Security Popup about showing secure and non-secure items. Has

SSL Security Information Warning Tacos

2006-10-03 Thread Chris Chiappone
Hi I am using tapestry 4 with tacos and notice when I include the following in my HeadDelegate to allow for tacos I get the annoying Security Popup about showing secure and non-secure items. Has anyone else ran into this? attributeList.clear(); att = new Attribute("type", "text/javascript"

Tap vs JSF blog

2006-09-18 Thread Chris Chiappone
Here was a good read comparing Tapestry 4 and JSF. http://www.jroller.com/page/dhanji?entry=tinman_and_the_scarecrow_yet

Re: how can i solve this problem

2006-08-15 Thread Chris Chiappone
If its a DirectLink or something similiar you need to pass parameters instead of using getTutor. For example your onClick() method would look like this: pubilc IPage onClick(String tutor){ etc... } On 8/15/06, zqzuk <[EMAIL PROTECTED]> wrote: Helllo, i have two pages, suppose Teacher.htm

Re: Tap 4.1 Migration - deprecated initialize()

2006-08-03 Thread Chris Chiappone
I'm curious where does finishLoad fit into this order? On 8/3/06, Nick Westgate <[EMAIL PROTECTED]> wrote: Hi Karthik. Expert or not, here's something I posted on the dev list recently. The +++ event was a possibility discussed for T4.1 final, the reason being that if you initialise in pageVal

Re: weird problem - Bean delegate has already been declared

2006-07-24 Thread Chris Chiappone
I was the original one to open up the JIRA issue about annotations and the binding issues. I still occasionally get the exception but its very difficult to reproduce. I've also switched to jetty for development and it has seemed to help with it. On 7/24/06, Nick Faiz <[EMAIL PROTECTED]> wrote:

Re: Table with large data set

2006-07-23 Thread Chris Chiappone
he data for each page. But, in each PagingQueryResult you have to "register" what columns are sortable and how you sort them. Anyway, I'll email it to you Chris if you want it. Or, if there is more interest, I'll package it up nicely and put it in my SVN repository. -Original Message--

Re: Table with large data set

2006-07-19 Thread Chris Chiappone
have to "register" what columns are sortable and how you sort them. Anyway, I'll email it to you Chris if you want it. Or, if there is more interest, I'll package it up nicely and put it in my SVN repository. -Original Message- From: Chris Chiappone [mailto:[EM

Table with large data set

2006-07-19 Thread Chris Chiappone
I was wondering what the best approach would be for creating a contrib:Table with a large data set. My dataSet my contain thousands of entry's and loading the page using contrib:Table would take forever not to mention consume large amounts of memory. Currently I am getting the data from Hibernat

Re: Question about PageValidate

2006-07-18 Thread Chris Chiappone
Contained within my Border I have a navigation component that contains a number of @DirectLinks. It appears that any DirecLink in that border calls the PageValidate method on the current page, I assumed that pageValidate would only get called on the page you are forwarding to, not on the page tha

Question about PageValidate

2006-07-17 Thread Chris Chiappone
I am curious if what I have been experiencing with pageValidate is normal behavior. My pageValidate gets called when I click on a direct link that goes to another page. I would have expected pageValidate should only get called when visiting only the enclosed page. -- ~chris

  1   2   >