Re: [ANN] Tacos 4.1.0 release

2007-09-30 Thread Kalle Korhonen
Thanks Andy, really appreciate your work. Yes, that's sort of what I assumed. For the time being using the 0.7.0-SNAPSHOT from erinors, declaring the dependencies in dependencyManagement and running it separately works for me. Kalle On 9/30/07, andyhot <[EMAIL PROTECTED]> wrote: > > 0.7.0-SNAPS

Re: [ANN] Tacos 4.1.0 release

2007-09-30 Thread andyhot
0.7.0-SNAPSHOT from http://www.erinors.com/developer/maven2/com/erinors/tapestry/tapdoc-maven-plugin/0.7.0-SNAPSHOT has been copied to https://tacos.svn.sourceforge.net/svnroot/tacos/tacos-4.1/trunk/tapdoc and it already has some tweaks - you can easily build it from there and use it the way

Re: [ANN] Tacos 4.1.0 release

2007-09-30 Thread Kalle Korhonen
Hey Andy, you mentioned that tapdoc is merging with Tacos. Where's the snapshot repo for tapdoc and which version should/could people be using? There's only 0.6.5-SNAPSHOT in Tacos nightly at: http://tacos.sourceforge.net/nightly/and the latest 0.7.0-SNAPSHOT at http://www.erinors.com/developer/ma

Re: "No redeploy, no restart ..." --- yeah right

2007-09-30 Thread Martin Reurings
With our developement team we're currently using maven to build/deploy Tapestry 5. By using the latest Eclipse build and wtp we're able to run Tapestry 5 on Tomcat 6 without restarting or redeploying anything. It seems most of the functionality comes out of Eclipse in this case, but it works...

Re: T3: Upload

2007-09-30 Thread Nazmul Bhuiyan
.page: The .page file was missed spelled but after correcting the file name I'm getting the following error: Could not load class UploadPage from WebappClassLoader delegate: false repositories: /WEB-INF/classes/ --> Parent Classloader: [EMAIL PROTECTED] : UploadPage But com.fujitsu.e

Re: [T5] Problem with multiple forms in a loop

2007-09-30 Thread Howard Lewis Ship
This gets to be tricky stuff. Remember that a form submissions starts with the page instance, with its persisted fields rolled back to their latest values. Anything that isn't @Persist will be in a null or default state. What's going on here is that your form is dependent on same transitory stat

Re: "No redeploy, no restart ..." --- yeah right

2007-09-30 Thread Howard Lewis Ship
Seam works by putting the classes subject to live class reloading into a special folder, something I've been loathe to force upon the world (I would also have to come up with a special version of the Maven WAR plugin, for example). On 9/30/07, Geoff Callender <[EMAIL PROTECTED]> wrote: > > Where d

Re: "No redeploy, no restart ..." --- yeah right

2007-09-30 Thread Massimo Lusetti
On 9/30/07, Geoff Callender <[EMAIL PROTECTED]> wrote: > Where does that leave those of us who wish to use EJB3? A brave soul... > With T4 I developed straight into an exploded EAR while JBoss ran the > app. It worked beautifully and gave me the best of both worlds - > Tapestry and EJB3. To do

Re: "No redeploy, no restart ..." --- yeah right

2007-09-30 Thread Geoff Callender
Where does that leave those of us who wish to use EJB3? With T4 I developed straight into an exploded EAR while JBoss ran the app. It worked beautifully and gave me the best of both worlds - Tapestry and EJB3. To do the same with Jetty would require Jetty to run EJB3. Since it doesn't, I

Re: T5: the scanner and JBoss

2007-09-30 Thread Geoff Callender
Nice one, Ben. For auto-reloading class files that works beautifully, and it avoids the class-loading problems that I found Tapestry5DevClassLoader introduced. Does anyone know how to auto-reload T5 html templates in JBoss??? Alternatively, can someone point me to T5.0.5's template scanning

Re: T5: when/where to contribute a PageRenderCommand

2007-09-30 Thread Chris Lewis
Thanks - setupRender() did it. I wasn't aware of the order of calling, but it makes sense now that you mention it (I understand the rendering is totally from page activation). Thanks for the clarification :) Howard Lewis Ship wrote: onActivate() (i.e., the "activate" event) is not part of rend

Re: T5: All Links to API docs broken

2007-09-30 Thread Howard Lewis Ship
Just fixed https://issues.apache.org/jira/browse/TAPESTRY-1790 and found a bunch of other broken links inside .apt files. Took this as an opportunity to update the site at apache (may take an hour to sync up). In the future, we'll only be updating the apache site when a full release takes place,

Re: "No redeploy, no restart ..." --- yeah right

2007-09-30 Thread Howard Lewis Ship
First off, developing locally using Jetty is a fine idea, even if you can't deploy the same way. In most any servlet container, updating the WAR causes an undeploy/redeploy that is outside of Tapestry's scope to control. Second, there's a whole lot more that Tapestry *could* do if it replaced the

"No redeploy, no restart ..." --- yeah right

2007-09-30 Thread Jan Vissers
Yep, its me again asking a question on Tapestry 5 and support for other web server containers than Jetty for the complete techical features as depicted for T5. Up until now I have never had a real answer, so I'm trying my luck again. On the home page of T5 I read: http://tapestry.apache.org/tapest

Re: T5: when/where to contribute a PageRenderCommand

2007-09-30 Thread Howard Lewis Ship
onActivate() (i.e., the "activate" event) is not part of rendering, it comes very early in the request handling process. I think you want to do something more like beginRender() or even setupRender(). On 9/30/07, Chris Lewis <[EMAIL PROTECTED]> wrote: > > FYI I just upgraded to 5.0.6-SNAPSHOT wit

Re: T5: All Links to API docs broken

2007-09-30 Thread Howard Lewis Ship
Not all of them, just some of them. On 9/30/07, Ted Steen <[EMAIL PROTECTED]> wrote: > > All links to the API docs on the tapestry5 site are broken > e.g. > > http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry/annotations/PageLoaded.html > > I guess this should be fairly easy to corr

T5: type coercion, where?

2007-09-30 Thread Robin Helgelin
Hi, I have a Hibernate database entity called User, and I want to display a resultset of User's in a grid, however, I want to hide certain fields, change a few and add another one, so my idea was to create a bean created for this purpose. However, where should I do the conversion? In Hibernate or

RE: T5: the scanner and JBoss

2007-09-30 Thread Ben Sommerville
I found that using the JBoss UnifiedClassLoader instead of the Tomcat class loader for web applications fixes the auto-reloading issues. To change this setting you need to edit the following file: JBoss 4.0.x /deploy/jbossweb-tomcat55.sar/META-INF/jboss-service.xml JBoss 4.2.x /deploy/jbossweb.de

Re: IUploadFile doesnt check content type properly

2007-09-30 Thread Andreas Andreou
You might like to report this to the commons-upload guys We basically wrap their org.apache.commons.fileupload.FileItem class On the other hand, I believe this to be the correct behavior. As mentioned in the docs, the MIME type returned is the one specified when the file was uploaded, i.e. what t

IUploadFile doesnt check content type properly

2007-09-30 Thread Gusti Benawi
Hello, The method getContentType() from IUploadFile doesnt check the mime type of the file, like it describes String getContentType() Returns the MIME type specified when the file was uploaded. Instead, it only checks the extension of the file. So, the methode will for exa

Re: Comparison

2007-09-30 Thread Borut BolĨina
I ment for GWT mimicking 50 page web app. 2007/9/30, kranga <[EMAIL PROTECTED]>: > > We've been using serialize + gzip + base64 encode using T3 for a couple of > years - never had an issue with performance at all ... > >

T5: All Links to API docs broken

2007-09-30 Thread Ted Steen
All links to the API docs on the tapestry5 site are broken e.g. http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry/annotations/PageLoaded.html I guess this should be fairly easy to correct (it gives a pretty bad impression) -- /ted -

Re: T5: when/where to contribute a PageRenderCommand

2007-09-30 Thread Chris Lewis
FYI I just upgraded to 5.0.6-SNAPSHOT with the same results. Howard Lewis Ship wrote: Could we see your Start page? On 9/28/07, Chris Lewis <[EMAIL PROTECTED]> wrote: I'm creating something like DocumentScriptBuilder for inserting stylesheets, much like DocumentScriptBuilderImpl does for j