Tacos - djConfig.searchIds

2006-03-23 Thread Jason Suplizio
I'm getting a JavaScript error when using the latest Tacos release's AjaxForm and AjaxSubmit that "djConfig.searchIds has no properties" dojo.js line 557 if((djConfig.parseWidgets)||(djConfig.searchIds.length>0)){ I'd like to eliminate this error...what's causing it? Thanks! Jason

Re: How to improve Tapestry

2006-03-03 Thread Jason Suplizio
I'm in the middle of a comprehensive review for my employer of our team's Tapestry experience. Although much praise went to Kent, Howard, and for all the help from the committers/developers on this list (thank you), the lack of documentation was a common theme through the evaluation (esp. Hivemind)

Re: anyone buy Kent's Tapestry Book that has PDF version?

2006-03-02 Thread Jason Suplizio
+2 in "Enjoying Frameworks Development with Hivemind" On 3/2/06, Aninder Makkar <[EMAIL PROTECTED]> wrote: > > Im going thru howard's tapestry in action and i think it's a wonderful > book ,well if ur learning tapestry u don't need to be taught the abc's of > jsp's and servlet''s but anyway the au

Re: anyone buy Kent's Tapestry Book that has PDF version?

2006-03-01 Thread Jason Suplizio
PDF is, of course, searchable...which is really handy at work. On 3/1/06, Skriloff, Nicholas <[EMAIL PROTECTED]> wrote: > > It is easier over pdf. > > -Original Message- > From: Patrick Casey [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 02, 2006 3:19 PM > To: 'Tapestry users' > Sub

Getting the an upload file

2006-03-01 Thread Jason Suplizio
Me again, same upload woes. The Upload component does work (with the 4.0.1and with commons-io.jar) but it does not work within the context of my application. The Tap App Servlet is wrapped by our servlet. So, here goes another question with Upload I/O: Does anyone know how to get the upload file f

Re: TableView update problems

2006-02-27 Thread Jason Suplizio
Any idea on what could be causing this? On 2/24/06, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > Hello, > We've got a TableView (wrapped in a Form component) that consists of a > variety of form elements. We're noticing a problem when the values of these > elemen

TableView update problems

2006-02-24 Thread Jason Suplizio
Hello, We've got a TableView (wrapped in a Form component) that consists of a variety of form elements. We're noticing a problem when the values of these elements (like textfields) is changed. Here's a use case: I have 10 rows, each is updated and when the changes are submitted, the iterator only s

Re: [NEWB] Sending a stream directly to a browser

2006-02-24 Thread Jason Suplizio
Good luck! On 2/24/06, Jorge Quiroga <[EMAIL PROTECTED]> wrote: > > Thanks Jason for the info I'll buy the book. > > Bye > > JQ > > Jason Suplizio escribió: > > How I did it: > > > > 1- used a ServiceLink component to explicitly invoke the h

Re: [Solved] Upload woes

2006-02-24 Thread Jason Suplizio
to use commons-io 1.1 btw) > > On 2/24/06, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > > > Hi, > > You may know this, but it appears as if the Upload component requires > > commons-io-1.0.jar. This dependency is not listed at.. > > > > <

[Solved] Upload woes

2006-02-24 Thread Jason Suplizio
Hi, You may know this, but it appears as if the Upload component requires commons-io-1.0.jar. This dependency is not listed at.. nor at... I verified this several

Re: [NEWB] Sending a stream directly to a browser

2006-02-23 Thread Jason Suplizio
How I did it: 1- used a ServiceLink component to explicitly invoke the hivemind service 2- added a service point id and contribution elements to hivemodule.xml to provide the mapping to the correct service 3- created the service class (the same one configured in the hivemodule.xml) that performs t

Latest from trunk

2006-02-23 Thread Jason Suplizio
I can't use SVN behind my corp firewall. Any advice on getting the latest Tap 4 code from trunk? Thanks! Jason

Re: Upload woes

2006-02-23 Thread Jason Suplizio
, > > > > > > > > > > What problem did you have with the patch? > > > > > It should be applied to the release-4.0 tag in tapestry svn. > > > > > > > > > > Let me know if I can help. > > > > > > > >

Re: Upload woes

2006-02-22 Thread Jason Suplizio
I noticed this in my log... WebappClassLoader: validateJarFile (C:\eclipse\workspace\project\web\WEB-INF\lib\servlet.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class On 2/22/06, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > I

Re: Upload woes

2006-02-22 Thread Jason Suplizio
own entity that should be working. Then > you > > can modify the demo src little by little to behave a little more the > way > > you want and wait for the change that breaks things. > > > > j > > > > On 2/22/06, Jason Suplizio <[EMAIL PROTECTED]> wrote

Re: Upload woes

2006-02-22 Thread Jason Suplizio
y are being uploaded. You can also see this on the > demo > because if you try and upload anything over 10m it throws an error. > > > On 2/22/06, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > > > Jesse, > > I examined yours and I don't believe yours i

Re: Upload woes

2006-02-22 Thread Jason Suplizio
ing~ page demonstrating using the IUpload component in a form. ? > > jesse > > On 2/21/06, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > > > We've tried numerous attempts to get the Upload component functional > along > > with several separate questions to

Re: Upload woes

2006-02-22 Thread Jason Suplizio
n stitches (a > tapestry-based library of components). > http://www.authsum.com/site/stitches/ The upload component uses the > tapestry upload component, and takes care of putting into the directory > object that you bind the component to. > > > > > Jason Suplizio wr

Upload woes

2006-02-21 Thread Jason Suplizio
We've tried numerous attempts to get the Upload component functional along with several separate questions to the list without help buy no luck. Essentially, it still is not calling its listener. (Tomcat 4.1, Java 1.4.2 ) . Can anyone suggest a work around or a novel way to get the file? The Uploa

Re: anchors with @Shell

2006-02-09 Thread Jason Suplizio
http://www.nabble.com/Specifying-my-own-tapestry.url.BaseTagWriter-t1049395.html On 2/9/06, Chris Chiappone <[EMAIL PROTECTED]> wrote: > > There is a lot of info on this topic. Just do a search for "anchor > tags" in the tapestryforum. > > On 2/9/06, Daniel Lydiard <[EMAIL PROTECTED]> wrote: > >

Re: Specifying my own tapestry.url.BaseTagWriter

2006-02-03 Thread Jason Suplizio
Works well with friendly urls tho. On 2/3/06, Kent Tong <[EMAIL PROTECTED]> wrote: > > Kent Tong cpttm.org.mo> writes: > > > I think this is a bug. BaseTagWriter should really use the URL of the > > template as the BASE url, not the URL of its directory. > > On a second though, it will work only

Fwd: Hivemind +singleton service

2006-02-03 Thread Jason Suplizio
explicit constructor parameters. Ouch. I've read everything I could find...and spent hours digging this stuff up and still confused. -- Forwarded message -- From: Jason Suplizio <[EMAIL PROTECTED]> Date: Feb 3, 2006 5:42 PM Subject: Hivemind +singleton service To: Tap

Hivemind +singleton service

2006-02-03 Thread Jason Suplizio
Hello all, I've been spinning my wheels over this all day. I have 2 things I'm trying to accomplish: 1- Wire up Hivemind to get singleton and inject it into my page. 2- If necessary, since I can not serialize my providers, data squeeze the singleton. Essentially, I call a synchronized current() me

Re: Fwd: Serialization help

2006-02-03 Thread Jason Suplizio
; > There is also a Wiki entry for DataSqueezer with examples for Cayenne > and Hibernate. > > Does this help? > > > Jason Suplizio wrote: > > Could someone please give me a little more guidance on "Or register your > own > > DataSqueezer if you don't wa

Fwd: Serialization help

2006-02-02 Thread Jason Suplizio
Could someone please give me a little more guidance on "Or register your own DataSqueezer if you don't want always repeat same keyProvider binding."? Thanks! Jason On 2/2/06, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > I need to get away from serialization, as I men

Re: Specifying my own tapestry.url.BaseTagWriter

2006-02-02 Thread Jason Suplizio
Yeah, I had the same issue. I resolved it by creating my own version of the BaseTagWriter and then referencing that in hivemind...see the notes below. /** * Using the Tapestry shell component will construct and write a base * tag to the rendered html output. Doing so makes all the links within

Re: Serialization help

2006-02-02 Thread Jason Suplizio
I need to get away from serialization, as I mentioned. These are both good ideas but I need to see more documentation and preferably some examples so I can implement thiscan someone please point me to a good resource on using hivemind, data squeezing + primary key converters? This is really urg

Serialization help

2006-02-01 Thread Jason Suplizio
I'm using a "For" component to interate through a list of objects (all of the same type). I get these objects through a provider interface - which returns an instance of the current singleton object. I'm getting: Could not find a strategy instance for class com.expd.app.expo2.reportprofile.admin.

Re: Re: Spindle for Tapesty 4?

2006-02-01 Thread Jason Suplizio
After developing on Tap4 for 5 months now, I am dying to get me some of that Spindle. On 2/1/06, Geoff Longman <[EMAIL PROTECTED]> wrote: > > Now I *know* I have to pick up the pace on Spindle for Tapestry 4! > > while I would agree that "Spindle makes life easier, but is not required." > > I wond

Re: TAPESTRY-816

2006-01-19 Thread Jason Suplizio
t had any trouble getting my form's listener to be called > if it has an Upload component. > > Ben > > -Original Message- > From: Jason Suplizio [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 19, 2006 12:36 PM > To: Tapestry users > Subject: TAPESTRY-81

TAPESTRY-816

2006-01-19 Thread Jason Suplizio
Has this been confirmed as a bug? Thanks! Jason

Re: service:tapestry.coerce.ValueConverter

2006-01-16 Thread Jason Suplizio
Using a List instead of Object was a good call, that did the trick. Why did I use Object? I was following Howard's getStylesheets() code On 1/16/06, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > Derick...thanks alot for your help. I'm going to try this out and let yo

Re: service:tapestry.coerce.ValueConverter

2006-01-16 Thread Jason Suplizio
gt;> You could do something like: public abstract List getJavaScripts() > >> instead. Is there are a reason your return type is of object? > >> > >> Its easy to build a list of assets with ognl:{assets.fileOne, > >> assets.fileTwo}. > >> > >> If that does n

Re: service:tapestry.coerce.ValueConverter

2006-01-13 Thread Jason Suplizio
My last note: my application is passing an asset to my Border, which invokes my CustomShell In the Border.jwc On 1/13/06, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > Here's the stack: > Using: org.jfree.chart.encoders.

Re: service:tapestry.coerce.ValueConverter

2006-01-13 Thread Jason Suplizio
bject( AbstractBinding.java:91) ... 68 more On 1/13/06, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > Hi! > I've created a customized version of the Shell component...essentially I > want to to extend the handling of stylesheet assets to javascripts (write >

service:tapestry.coerce.ValueConverter

2006-01-13 Thread Jason Suplizio
Hi! I've created a customized version of the Shell component...essentially I want to to extend the handling of stylesheet assets to javascripts (write

Re: Deploying Tap4 components - newbie question

2006-01-12 Thread Jason Suplizio
ers > > Subject: Re: Deploying Tap4 components - newbie question > > > > I always prefer to stick everything together whenever possible with > > components. All of the html/css/images/etc are all in the same directory > > as > > the actual component. Works for me..

Deploying Tap4 components - newbie question

2006-01-12 Thread Jason Suplizio
I could really use some help with this. I've been told to separate all the web artifacts (html/css/images/etc...) from the Java files. I then need to add my tapestry components to an unrelated, external Java app. I've broken out my components into the following format: com.mydomain.tap40.componen

Re: Application hanging - revisited

2006-01-06 Thread Jason Suplizio
I now have members of my team (who are not even accessing the Tapestry pages) getting out of memory errors associated with loading the ApplicationServlet at start up. On 1/6/06, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > Not explicitly, although it is in my classpath as Tapestry

Re: Application hanging - revisited

2006-01-06 Thread Jason Suplizio
Velocity)? It's notorious for hanging onto class loaders and thus > hanging onto classes well past the end of their nominal lives. > > ...R > > On Jan 6, 2006, at 13:29, Jason Suplizio wrote: > > > I just got it again! Before getting it I restarted the server, >

Re: Application hanging - revisited

2006-01-06 Thread Jason Suplizio
e property exception of object [EMAIL PROTECTED]:Exception]: java.lang.reflect.InvocationTargetException component: [EMAIL PROTECTED]:Exception] location: classpath:/org/apache/tapestry/pages/Exception.page, line 22, column 65 java.lang.reflect.InvocationTargetException java.lang.OutOfMemoryEr

Re: Application hanging - revisited

2006-01-06 Thread Jason Suplizio
ed to make sure caching is enabled. > > > On 1/5/06, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > Tap4 rc3, Eclipse 3.1, Tomcat 4.1, Java 1.4.2, Win XP Pro - > > > > Here's the stack dump I promised (I doubled clicked, btw): > > > > *

Application hanging - revisited

2006-01-05 Thread Jason Suplizio
Tap4 rc3, Eclipse 3.1, Tomcat 4.1, Java 1.4.2, Win XP Pro - Here's the stack dump I promised (I doubled clicked, btw): ** Unable to process client request: Failure enhancing class com.admin.tapestry.reportmap.ReportMapSearch: Unable to cre

Re: application hanging

2006-01-03 Thread Jason Suplizio
your CPU usage while this is happening? > > -Original Message- > From: Jason Suplizio [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 03, 2006 4:55 PM > To: Tapestry users > Subject: Re: application hanging > > I am experiencing the exact same problem. After hanging

Re: application hanging

2006-01-03 Thread Jason Suplizio
I am experiencing the exact same problem. After hanging for some time I get an, "Out of Memory" Exception. On 12/31/05, Todd Orr <[EMAIL PROTECTED]> wrote: > > Have you tried submitting the page to a results page just to see if the > behavior continues? > > On 12/29/05, Mazhar, Osman (Home Office)

Re: Upload Broken?

2005-12-21 Thread Jason Suplizio
id=10573 > > Mails get lost all the time, so please post there so developers don't > forget about your bug. > > -- > Ing. Leonardo Quijano Vincenzi > DTQ Software > > > Jason Suplizio wrote: > > Hi Jesse, > > I couldn't find a report bug lin

Re: Upload Broken?

2005-12-21 Thread Jason Suplizio
the dirty details to JIRA > for > me? I promise I'll take a look at it and try a fix if it's reasonably > possible. (I'm running jdk 1.5 + jetty ) > > On 12/20/05, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > > > Jesse, > > I updated to commo

Re: [DISCUSS] JDK 1.5 for Tapestry 4.1?

2005-12-20 Thread Jason Suplizio
We don't have the flexibility to make a quick migration between JDK versions. As a result, mandating 1.5 might force us to completely reevaluate our framework decision. This is really unfortunate as I personally prefer 1.5 and love Tapestry. On 12/20/05, Howard Lewis Ship <[EMAIL PROTECTED] > w

Re: Upload Broken?

2005-12-20 Thread Jason Suplizio
ll be filled in. I'm guessing > a fix > > > will come out in 4.0 final. Here is the already open jira issue, > though > > > it sounds unrelated I have a feeling it may be completely related. > > > > > > http://issues.apache.org/jira/browse/TAPESTRY-635

Re: Upload Broken?

2005-12-20 Thread Jason Suplizio
On 10b, 13b, rc1, and rc2 On 12/20/05, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > I've been unable to get the Upload component to work for my servlet-based > app for the last 3 versions. Cut & pasting the documentation's code doesn't > work. Anybody know wassup with this? > Jason >

Upload Broken?

2005-12-20 Thread Jason Suplizio
I've been unable to get the Upload component to work for my servlet-based app for the last 3 versions. Cut & pasting the documentation's code doesn't work. Anybody know wassup with this? Jason

Re: How to include Javascript with correct absolute path?

2005-12-14 Thread Jason Suplizio
Are you using the Shell component in your Border? That writes a base tag that sets the path for all referenced files in the HTML relative to its href's attribute value. On 12/14/05, Paul Cantrell <[EMAIL PROTECTED]> wrote: > > Tried it, but it doesn't help. Don't really see why it would -- the > p

Re: FileUpload component: TAPESTRY-635

2005-12-09 Thread Jason Suplizio
Yes we did. The problem still persists. The listeners are not being called. On 12/8/05, Leonardo Quijano Vincenzi < [EMAIL PROTECTED]> wrote: > > Jason Suplizio wrote: > > Our experience with our Tapestry servlet-based webapp is that this > component > > is not worki

Please help: inline page links

2005-12-09 Thread Jason Suplizio
write in my new baseTagWriter (if anything), what your url looks like once the link is clicked, etc... Thanks again! Jason On 12/7/05, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > Where should the inline link reference (i.e. #sectionName) be appended to > a Tapestry URL in order fo

FileUpload component: TAPESTRY-635

2005-12-08 Thread Jason Suplizio
Our experience with our Tapestry servlet-based webapp is that this component is not working. Has this bug been fixed in rc1? Thanks! Jason

Re: inline page links

2005-12-07 Thread Jason Suplizio
e=direct&session=T&sp=S691423423434234+%2863b-234234%29 #detailsPages Please help! On 12/7/05, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > Thanks Joe! How did that hose any of the other components/services (i.e. > DirectLink, etc..). > Jason > > > On 12/7/05, Joe T

Re: inline page links

2005-12-07 Thread Jason Suplizio
for my app as I know that no URLs will be generated that > break it (yet). > > -Original Message- > From: Jason Suplizio [mailto:[EMAIL PROTECTED] > Sent: 06 December 2005 21:57 > To: Tapestry users > Subject: inline page links > > I've read a few threads on the su

inline page links

2005-12-06 Thread Jason Suplizio
I've read a few threads on the subject, but I'm still still confused. Creating a simple inline page link as such... List Page //page html content List Page section ...doesn't work since the base is defined by tapestry as: http://localhost/appName/dir1/"/> As a result, the link is "http://localho

Re: tap 4 10b to tap 13b issues

2005-12-02 Thread Jason Suplizio
etRequest(); > > You can then invoke getRequest().getAttribute(...) , etc. > > On 11/28/05, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > Figured it outthis worked: > > ** > > Session theSession = (Session) cycle.getInfrastructure > > ().getRequest().ge

Re: Again: Form changes confirmation

2005-12-01 Thread Jason Suplizio
That might just do it! Thanks! On 12/1/05, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > Does this do what you want? ;) > > http://tacos.mine.nu/tacos-demo4/app?page=DirtyForm&service=page > > On 12/1/05, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > > &

Again: Form changes confirmation

2005-12-01 Thread Jason Suplizio
Hi all, I still need some help on this. Any support/advice would be very appreciated. Jason On 11/30/05, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > I have several pages containing forms that prepopulate. The user can edit > the form fields, and in the event that they leave the p

Form changes confirmation

2005-11-30 Thread Jason Suplizio
I have several pages containing forms that prepopulate. The user can edit the form fields, and in the event that they leave the page w/out first saving their edits, I need to detect changes these changes and provide a confirmation message like, "You've made changes to this form, are you certain yo

Re: Upload component problem

2005-11-30 Thread Jason Suplizio
You're not alonewe have the exact same problem, (minus the sitemesh). On 11/29/05, Ashish Raniwala <[EMAIL PROTECTED]> wrote: > > Hi Guys, > > > > I am using sitemesh with tapestry. All my pages work fine except the page > having Upload component. Page having upload component renders fine but

Re: tap 4 10b to tap 13b issues

2005-11-28 Thread Jason Suplizio
Figured it outthis worked: ** Session theSession = (Session) cycle.getInfrastructure ().getRequest().getAttribute("name") (thanks *Rudolf Baloun) *On 11/28/05, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > Any advice on what to replace this code withwhen I upgrade

tap 4 10b to tap 13b issues

2005-11-28 Thread Jason Suplizio
Any advice on what to replace this code withwhen I upgraded from 10b to 13b my code appears to break at this line... ESession theSession = (Session) cycle.getRequestContext ().getAttribute("name"); java.lang.NullPointerException Stack Trace: - org.apache.coyote.tomcat4.CoyoteRequestFac

Persistent Page property

2005-11-22 Thread Jason Suplizio
On 11/22/05, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > Greetings, > I have a page that creates a table using this component... > > > //returns a > List > > > > > html: > > > > >

TAPESTRY-635

2005-11-18 Thread Jason Suplizio
Our Tapestry servlet-based app is experiencing the same issues as this bug report. I also tried cutting & pasting the code from the example Oddly, the exampled worked only 1 time. All other times the listeners were not c

Re: Upgrade 10b to 13b

2005-11-17 Thread Jason Suplizio
some API changes in beta-13 (a bit last minute) > that may cause you a limited amount of grief if you use a few Tapestry > internals. > > > On 11/17/05, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > We've done a significant amount of development on the 4.0.10b code

Upgrade 10b to 13b

2005-11-17 Thread Jason Suplizio
We've done a significant amount of development on the 4.0.10b code base. Is there any compelling reason why we should upgrade to 13b before 4.0 goes gold? Thanks in advance! Jason

TableView and paging row problem

2005-11-09 Thread Jason Suplizio
Greetings, I'm getting some weird behavior using a simple form lookup (returning a List) displaying the results in a TableView component: I get 12 results. When clicking on the "2" to go to the next page the page reloads and the table is reset to 0 results. So, now I'm on page 2 and if I d

Re: So, ah, who has root on the mail list?

2005-11-09 Thread Jason Suplizio
I use gmail and I got 'em. Its nice to hear about people on a mission. On 11/9/05, Patrick Casey <[EMAIL PROTECTED]> wrote: > > > Looks like somebody got it, but last night I was getting about a > spam every five minutes in the form: > > Tapestry wrote: > > > Interesting site, and very organized t

Re: application configuration

2005-11-08 Thread Jason Suplizio
> You'ld have to use "application:Home" to get to them (see javadoc of > INamespace) > > Is this really simpler than using pages/admin/Login? > You'll have to decide on that. > For the record, I'm also used to defining everything in my .application :) >

Re: application configuration

2005-11-08 Thread Jason Suplizio
jesse > On 11/8/05, Andreas Andreou < [EMAIL PROTECTED]> wrote: > > In Tap4, if you have > > /WEB-INF/pages/admin/Login.html > > /WEB-INF/pages/admin/Login.page > > > > you can reference that page as "pages/admin/Login", i.e. > > > > >

Re: application configuration

2005-11-08 Thread Jason Suplizio
s ;-) > > > > Organization through directory structure has > > been proven to be a sound approach so far, and we definitely have a > > LOT of pages/components floating around. > > > > > > On 11/7/05, Jason Suplizio <[EMAIL PROTECTED]> wrote: > &g

application configuration

2005-11-07 Thread Jason Suplizio
Hi all, I've been combing the archives (and Kent's book) to see if its possible to separate Tapestry files into separate directories. In short, I want to configure my Tapestry app similar to: /WEB-INF/pages --> contains all the page files /WEB-INF/html --> contains all html files or even somethin

Re: TableView

2005-11-07 Thread Jason Suplizio
Let me clarify: the TableView only worked using "membersTableView" as the id. Also, "I have since..." On 11/7/05, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > Jesse, > We've experience some anomalous behavior with the Contrib:TableView > compon

Re: TableView

2005-11-07 Thread Jason Suplizio
> Any component can be duplicated on a page. copy-of="your other component"/>. > > > > On 11/7/05, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > > > Andy, > > Does your component FilteringTable allow customizing table (column > widths, > >

Re: Tapestry and CSS - asking for feedback

2005-11-07 Thread Jason Suplizio
Here's some of my thoughts (from 30,000ft): On an enterprise level, where organizations consist of Java developers and html page authors, the page authors should retain all control of the CSS. To me, this means keeping all css definitions and generation out of any java code or build scripts. The a

Re: TableView

2005-11-07 Thread Jason Suplizio
Andy, Does your component FilteringTable allow customizing table (column widths, the sorting arrow gifs, placement of page navigation, etc) ...most importantly, can I use 1+ instances of your component on the same page? If anyone knows of a component like TableView that allows 1+ instances of the

Re: Border and global-assets

2005-11-03 Thread Jason Suplizio
Thanks! This worked. Where is this covered in your book? (for future reference) Jason On 11/3/05, Kent Tong <[EMAIL PROTECTED]> wrote: > > Jason Suplizio gmail.com <http://gmail.com>> writes: > > > My problem these assets are not visible to component's re

@Border and global-assets

2005-11-02 Thread Jason Suplizio
According to sevaral threads, I should put all of my global assets (i.e. those images that repeat throughout the site and reused by many components) into my @Border component. I'm using the private asset syntax in my Border.page file: My problem these assets are not visible to component's refere

Printing component

2005-10-17 Thread Jason Suplizio
Greetings. I combed all the resources I could get ahold of and can't find anything on a printing component. Essentially, I need a component that will provide a "Print this page" link/btn, that does the usual: show the data rendered in printer-friendly formatted pop-up window or maybe even just send

Re: ANN: hard copies of Enjoying Web Development with Tapestry available

2005-09-20 Thread Jason Suplizio
If we purchased the pdf, do we also get the hardcover? On 9/20/05, Martin Strand <[EMAIL PROTECTED]> wrote: > Perhaps this is a stupid question, but is this book for Tapestry 4? If I > recall, you had two different pdf books for different Tapestry versions. > > -Martin > > On Tue, 20 Sep 2005 20

Re: Tapestry on Mac?

2005-08-19 Thread Jason Suplizio
If you can, IntelliJ has a killer education discount - but you got to get someone at the company on the phone and tell them you want to buy the education discount. Save heaps of $$$ On 8/19/05, Frank <[EMAIL PROTECTED]> wrote: > > Hi Erik, > > I will give IntelliJ a try. > > Regards, > > Fra

Re: EasyMock examples

2005-08-16 Thread Jason Suplizio
This thread provided some insight...but includes some errors... http://mail-archives.apache.org/mod_mbox/jakarta-tapestry-user/200410.mbox/[EMAIL PROTECTED] Does anyone have any other sources or examples they can share? On 8/16/05, Jason Suplizio <[EMAIL PROTECTED]> wrote: > &g

EasyMock examples

2005-08-16 Thread Jason Suplizio
I've read everything I can find out there on Unit testing in Tapestry and I am attempting to use EasyMock to do some testing now - I could really use some help. Does anyone have any examples you'd be willing to share or know of a good resource on setting up unit tests with Tapestry (3.0.3). Tha

Re: ANN: e-book for Tapestry 4 available

2005-08-16 Thread Jason Suplizio
Kent, I've read your book and I find it invaluable, so I have recommended it to many others in my company. My question is, will future versions cover portlets? On 8/16/05, Kent Tong <[EMAIL PROTECTED]> wrote: > > 邓君涛 gmail.com > writes: > > > > > But ,doesn't this book incl

Re: OGNL performance bottlenecking

2005-08-08 Thread Jason Suplizio
r example, component:foo instaead of ognl:components.foo. > > On 8/8/05, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > I'm still documenting my evaluation of Tapestry and could use a quick > > answer... > > . > > I've read that the Tapestry 3.0.3 experience

OGNL performance bottlenecking

2005-08-08 Thread Jason Suplizio
I'm still documenting my evaluation of Tapestry and could use a quick answer... . I've read that the Tapestry 3.0.3 experiences some performance bottlenecking due to OGNL 2.6.7 jar and that OGNL 3.0 fixes this issue. Question: Has Tapestry 4.0 upgraded to OGNL 3.0 or resolved this issue in ano

Re: template include

2005-08-08 Thread Jason Suplizio
Hou, Have you figured this out yet? I would like to do the same... Jason On 8/6/05, Yunfeng Hou <[EMAIL PROTECTED]> wrote: > > I am going to have a html template which will include > another html template at runtime. I want to have such > kine of component because the included template can be > c

Page specification documentation generation

2005-08-02 Thread Jason Suplizio
Are there any tools available that can generate documentation from the page specification files?

Re: High Traffic Tapestry Performance

2005-08-02 Thread Jason Suplizio
Very nice Konstantin, please share =) On 8/2/05, Konstantin Ignatyev <[EMAIL PROTECTED]> wrote: > > Tapestry; > struts+tiles; > struts+SiteMesh; > JSF (myfaces); > > All of them will share exactly the same > Spring+Hibernate backend; > > The test will be simple CRUD+S driven by Grinder > > ---

Re: High Traffic Tapestry Performance

2005-08-02 Thread Jason Suplizio
I'm in the same position as you Lance and need to provide performance statistics on Tapestry applications. Has anyone done a performance comparison or know of any resources that detail Tapestry's performance? On 8/2/05, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > > Just the opposite; a few