Re: how to get component event source?

2012-04-17 Thread Chris Mylonas
cks...jumpstart with some fresh ajax stuff to check out. has never been a better time for java web deving. Cheers Chris On 16/04/2012, at 8:53 PM, Lance Java wrote: > Now I'm starting to doubt myself, I'm starting to think that the @Parameter > will be null when the ajax method i

Re: how to get component event source?

2012-04-16 Thread Chris Mylonas
heaps for your follow up, I will sit on it for a day or two whilst I muck around with some related code :) Chris On 16/04/2012, at 7:13 PM, Lance Java wrote: > Hi Chris, the ZoneDroppable mixin is only a few lines of code > https://github.com/got5/tapestry5-jquery/blob/master/src/main

Re: how to get component event source?

2012-04-14 Thread Chris Mylonas
I agree with you there on droppablecontext!!! We would have saved 20 emails and 20 hours! The draggable is a component and it's easy for my novice eyes to see it's @Parameter. The droppable though is a mixin for a Zone. I thought about trying to add my own droppable context, but at this stage

Re: Javadoc not in the maven builds of the tapestry 5.3

2012-04-13 Thread Chris Mylonas
Good man! Thanks Howard, On 14/04/2012, at 11:36 AM, Howard Lewis Ship wrote: > 5.3.3 will include a downloadable source zip and a javadoc zip in > addition to the binary zip. This change has already been made. > > On Thu, Apr 12, 2012 at 9:01 PM, Chris Mylonas wrote: >> T

tapestry5-jquery - @ImportJQueryUI - order of imports is important!!!

2012-04-13 Thread Chris Mylonas
Hello Tapestry List, Firstly, Sorry to harass your inboxes the last 12 or so hours. But I found something someone may want to have a look into! I've used the draggable sample from http://docs.jquery.com/UI/Draggable Note that jquery.ui.mouse must come before jquery.ui.draggable in the @ImportJ

Re: how to get component event source?

2012-04-13 Thread Chris Mylonas
Good morning - thanks for the candid comments, they are welcome :D Hacky it is. The URL generated is the same for each component. So I'll look at what Thiago suggested by passing a query parameter. Or just let the code sit there ready to tackle it the next release :) Cheers Chris On

how to get component event source?

2012-04-13 Thread Chris Mylonas
oneExtensions): If it's time to go back to the drawing board with it and use MarkupWriter...then so be it!! Any help is great, Cheers Chris P.S. It's 2 am - I'm going to sleep.

Re: Render Queue Error in Expansion

2012-04-13 Thread Chris Mylonas
Mate, thanks a lot for your effort I must say. And you summed it up well - how to get the source of a component event? (if all the components have the same id) At the moment, all 16 droppables have a component id of either "extensionZone" or "voicemailZone". I can't set a "context" or custom

Re: Render Queue Error in Expansion

2012-04-13 Thread Chris Mylonas
which-dropzone-received-the-draggable problem. If it does, I'll eat my goatee :) Chris On 13/04/2012, at 11:48 PM, Lance Java wrote: > Create a ValueEncoder for your currentExtension Object > > Then use ValueEncoder.toClient(V value) to create a string which will be > used in yo

Re: Give Custom Component a "context" that is not Ljava.lang.Object;@828642

2012-04-13 Thread Chris Mylonas
On 13/04/2012, at 11:02 PM, Thiago H. de Paula Figueiredo wrote: > On Fri, 13 Apr 2012 09:46:04 -0300, Chris Mylonas wrote: > >> I need to convert from Ljava.lang.Object@234141 to "string representation" >> or what value it is (which happens to be a string) I s

Re: Give Custom Component a "context" that is not Ljava.lang.Object;@828642

2012-04-13 Thread Chris Mylonas
bugger. i think it's null anyway...which is probably what you were both leading me to. i had another field in the event method named context anywaywhich was the URL of the event in the form of an Object[] i'm still back at square one - will review what i have done. thanks On 13/04/2012,

Re: Give Custom Component a "context" that is not Ljava.lang.Object;@828642

2012-04-13 Thread Chris Mylonas
never never never ... thanks for the tip. String is fine for me - it's not the most efficient way, but I've got a bit of a problem finding out where my dragged (and known) component got dropped. I need to convert from Ljava.lang.Object@234141 to "string representation" or what value it is (whi

Re: Give Custom Component a "context" that is not Ljava.lang.Object;@828642

2012-04-13 Thread Chris Mylonas
50 PM, Taha Hafeez Siddiqi wrote: > Hi > > Try > > t:context='currentExtension.number' instead of > t:context='${currentExtension.number}' > > regards > Taha > > On Apr 13, 2012, at 5:13 PM, Chris Mylonas wrote: > >> Hi List, >

Give Custom Component a "context" that is not Ljava.lang.Object;@828642

2012-04-13 Thread Chris Mylonas
ent look like /christest/draggable6.extension.1234.voicemailzone:zonedrop/ISDN1 (where 1234 is at the moment omitted) Any hints would be very helpful!! Cheers Chris

Re: Render Queue Error in Expansion

2012-04-13 Thread Chris Mylonas
I think I need to @InjectContainer private MainPage container Then I can access the "rows" of the grid through the source List<>. (or source list of my entity - phones in this case) I'll have a look at the in-place-editor for grid because that must do something similar. Then do something in t

Re: Render Queue Error in Expansion

2012-04-13 Thread Chris Mylonas
> Your ajax event handler method will need to initialize any properties that > are required in the rendering block So somewhere in my early rendering phases I'd need to get a reference to the current block that is to be re-rendered and grab values out of that - I guess. > Draggables can have a

AJAX Re: Render Queue Error in Expansion

2012-04-13 Thread Chris Mylonas
ll then there is no problem. AJAX does it's drag and drop thing. On 13/04/2012, at 7:41 PM, Chris Mylonas wrote: > Hi Tap List, > > I've got two custom components. Reception Line & Office Phone > They are just little divs and with a draggable and a droppable z

Render Queue Error in Expansion

2012-04-13 Thread Chris Mylonas
ot; List and get the corresponding name/number that this expansion had during the initial render? Hope that makes sense, Cheers Chris

Re: Javadoc not in the maven builds of the tapestry 5.3

2012-04-12 Thread Chris Mylonas
This would be great! +1 On 13/04/2012, at 1:56 PM, bhorvat wrote: > I second this. Is it hard to include that? > Or is there a way for us to include it ourselves? > > regards > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Javadoc-not-in-the-maven-builds-of-

Re: Which zone got the drop in this drag and drop scenario (multi drop zones)

2012-04-12 Thread Chris Mylonas
hard coded proof of concept - this is great!! Thanks once again - this will get me through til the weekend Cheers Chris On 12/04/2012, at 10:27 PM, François Facon wrote: > Hi Chris, > > Did you try to replace your > > @OnEvent(value = JQueryEventConstants.DROP) > void

Re: Can you render part of a Page with a MarkupWriter?

2012-04-05 Thread Chris Mylonas
; The Loop is what I want for the list of stuff in relation to the way tapestry5-jquery already has a "draggable" component available and is easily used in a template (.tml) - I was again not thinking as a web dev - i.e. imagining a list of 100 items rather than 6 - but this is something to muck

tapestry5-jquery dropZone - how to get the draggable item's draggablecontext?

2012-04-04 Thread Chris Mylonas
ll as test some MarkupWriter stuff but failing. How does one's getData() get the dropZone's dropped item? Cheers Chris public class Draggable2 { @Property private Draggable draggableItem1; @Property private Draggable draggableItem2;

Can you render part of a Page with a MarkupWriter?

2012-04-04 Thread Chris Mylonas
; @BeginRender (@BeforeRenderTemplate and get the DOM.element with a placeholder tag in the tml file) void blah(MarkupWriter writer){ for( int i = 0 ; i < listOfDraggables.length ; i++){ writer.element(org.got5.tapestry5-jquery.components.Draggable, "t:id", "chris");

Re: tapestry5-jquery - jquery.ui.core not loaded for "no method draggable" error

2012-04-04 Thread Chris Mylonas
another IGNORE PLEASE Sorry for filling your inbox. I used @ImportJQueryUI( value = {...} ) and it worked. Reverting back to what I have below and it again works *shrug* On 05/04/2012, at 11:39 AM, Chris Mylonas wrote: > Hi Tapestry (JQuery) Users, > > Following on from ye

Re: Class Reloading @Import & @ImportJQueryUI

2012-04-04 Thread Chris Mylonas
IGNORE please I wasn't in development mode in this instance :( Sorry folks, On 05/04/2012, at 11:18 AM, Chris Mylonas wrote: > Hi Tapestry List, > > > Does class reloading not work with @Import & @ImportJQueryUI? > > > > I made a mistake in my templat

tapestry5-jquery - jquery.ui.core not loaded for "no method draggable" error

2012-04-04 Thread Chris Mylonas
e { Inspecting the html source, jquery.ui.draggable.min.js get's loaded but there is no sign of jquery.ui.core anywhere. Is this a bug? Cheers Chris

Class Reloading @Import & @ImportJQueryUI

2012-04-04 Thread Chris Mylonas
s file changes. Cheers Chris - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: tapestry5-jquery simple sample not working

2012-04-04 Thread Chris Mylonas
JavaScript code look to be called before the rendering of your page. > Sourroung your jQuery by a $(document).ready(function(){ > //your mouse handlers > }); > > Manu > 2012/4/4 Chris Mylonas > >> Manu - you sound like a gentleman! Cheers >> >> On the I

Re: tapestry5-jquery simple sample not working

2012-04-04 Thread Chris Mylonas
DEMEY wrote: > Hi > > First, I will ask "Do you have any JavaScript errors ?" > > Manu > > 2012/4/4 Chris Mylonas > >> Well if someone could relay this into the google group that would be great. >> I'm logged into google but cannot create a ne

Re: tapestry5-jquery simple sample not working

2012-04-03 Thread Chris Mylonas
Well if someone could relay this into the google group that would be great. I'm logged into google but cannot create a new topic :( pfft! Thanks Chris On 04/04/2012, at 4:12 PM, Chris Mylonas wrote: > Hi All, > > I'll post this in the google groups linked to the tapestry

tapestry5-jquery simple sample not working

2012-04-03 Thread Chris Mylonas
n the html source and i can view them, so they are there and jquery.ui.mouse.min.js is also included and viewable. MouseOver function as per the jquery example http://api.jquery.com/mouseover/ does not work though. Any ideas? Cheers Chris

Deveopment mode suggestion

2012-04-03 Thread Chris Mylonas
Hi All, In development mode, is adding the ability to browse to a page e.g. example/TapestrySymbols, to view the currently loaded/configured symbols on the cards? Maybe enabled by a contributeApplicationDefaults setting. I was having some class reloading problems after removing some @Import an

tapestry5-jquery js question

2012-04-03 Thread Chris Mylonas
tJQueryUI("jquery.ui.core") There is no reference to the imported recept.js file, and increment via ajax is broken. Because I'm using some ui functions, by not including them in @ImportJQueryUI - that shouldn't break existing jquery stuff should it? Any help is grande cheers chris

Re: Broke something! In contributeApplicationDefaults when adding tapestry5-jquery (jetty:run)

2012-04-03 Thread Chris Mylonas
Hmmm...never seen that DevelopmentModule before Thanks & Sorry! On 04/04/2012, at 12:33 AM, trsvax wrote: > It looks like you might be contributing > > "tapestry.production-mode", false > "tapestry.compress-whitespace", false > > in your AppModule and DevelopmentModule > > -- > View this mes

Re: First Custom Component -> Confused; source = null, but values populated mysteriously

2012-04-03 Thread Chris Mylonas
>> tapestry could benefit from a "rosetta stone" of the equivalent methods of >> doing the same thing. > > That's a good documentation suggestions . . . JIRA please? :) Usually, > Tapestry avoids to provide more than one way of doing the same thing. On the > other hand, sometimes the Tapestry f

Broke something! In contributeApplicationDefaults when adding tapestry5-jquery (jetty:run)

2012-04-03 Thread Chris Mylonas
Tapes-Try, I broke something. Prior to adding tapestry5-jquery to my pom as per the suggestions on the Usage tab @ http://tapestry5-jquery.com/ I had some contributeApplicationDefaults added. Namely: configuration.add("tapestry.production-mode", false); configuration.add("tap

Re: First Custom Component -> Confused; source = null, but values populated mysteriously

2012-04-03 Thread Chris Mylonas
ess more of the same from here http://tapestry.apache.org/configuration.html > On Tue, 03 Apr 2012 00:02:36 -0300, Chris Mylonas wrote: > >> That's awesome!!! Thanks a lot Thiago >> >> VM arguments for the unwashed are: >> -Dtapestry.production-mode=false -Dtapestry.co

Re: Lightweight TapestryTools update site

2012-04-03 Thread Chris Mylonas
+1 but i didn't want to say it :) I checked out that 3.5 (Galileo?) is still available for d/l and it was released in 2009 - so it looks like the product life-cycle is 3 years. Helios will be EOL in 15 months anyway. On 03/04/2012, at 10:57 PM, Thiago H. de Paula Figueiredo wrote: > On Tue, 0

Re: Lightweight TapestryTools update site

2012-04-03 Thread Chris Mylonas
The unicorn icon in the editor pane is handy to differentiate between .java files and .tml files with late-night bleary eyes :) Can't wait for Convenient Switch On 03/04/2012, at 9:25 PM, Gavin Lei wrote: > This project in still in proposal prepare period and this is still a > *trial* version

Re: Lightweight TapestryTools update site

2012-04-03 Thread Chris Mylonas
Gavin, Looking forward to more template editing now that I don't have to refer to (or try to remember) all the available attributes! I reckon I've referred to the Grid apidocs at least 2 dozen times in the last 6 months. Is #3 (Convenient switch) implemented yet? I haven't got a CMD-R feature

Re: Readable HTML output

2012-04-03 Thread Chris Mylonas
e b.s. internet is broken with it - and with it, my train of thought - i hadn't even thought about firebug for html! Thanks - it led to a few good things brought up in the email-trail whilst you were away anyway. It can't all be efficient web-development ;) Cheers Chris On 03/04/2012, at

Re: Lightweight TapestryTools update site

2012-04-03 Thread Chris Mylonas
Chris On 03/04/2012, at 9:02 PM, Gavin Lei wrote: > Hi Athneria, > > Thank you for your response. I just start my development job it in Eclipse > Indigo, and does not test Eclipse 3.6 yet, this seems to be a compatible > issue. We will try to cover > 3.6 in the future once we hav

Re: Readable HTML output

2012-04-03 Thread Chris Mylonas
ted as a http request filter. > > The only way to use tapestry without http is using tapx-templating, even > then you would still probably choose .tml for generating XML > > On Tuesday, 3 April 2012, Chris Mylonas wrote: >> I guess the MarkupWriter comes in handy for gene

Re: Readable HTML output

2012-04-03 Thread Chris Mylonas
wow! coolso you could essentially respond with csv files as well? On 03/04/2012, at 8:11 PM, trsvax wrote: > It works fine for generating XML. I have many rest style web services that > are really Tapestry pages, but I have not tried to put at > the top of the document. I think that might be

Re: Readable HTML output

2012-04-03 Thread Chris Mylonas
> System.getProperty("line.separator"); >> ... >> >> writer.element("div", "class", "userbackground"); >> writer.writeRaw(NEWLINE); >> writer.element("div","id",currentPhone.getNumber(), "class","user"); &g

Re: Readable HTML output

2012-04-03 Thread Chris Mylonas
n code for this particular task. Thanks for your suggestion - I saw it in jumpstart and thought it was Geoff's variable out of his utils package and didn't want to go down that alley :) Chris On 03/04/2012, at 7:34 PM, Lance Java wrote: > This should work: > > p

Re: Readable HTML output

2012-04-03 Thread Chris Mylonas
ts to go along with the component? On 03/04/2012, at 7:34 PM, Lance Java wrote: > This should work: > > private static final String NEWLINE = System.getProperty("line.separator"); > ... > > writer.element("div", "class", "userbackground"

Readable HTML output

2012-04-03 Thread Chris Mylonas
;); writer.end(); writer.end(); writer.end(); writer.element("div","class","spacer"); writer.end(); VS this writer.writeRaw("" + "" + "" + "" + "" + currentPhone.getName() + " " + currentPhone.getNumber() + "" + "" + "" + "" + "" + " " + "" + "" + "" + "" + ""); It's just a copy paste, run over it with some backslashes where I need to. Cheers Chris

Re: Problem setting request parameters using PageRenderLinkSource

2012-04-03 Thread Chris Mylonas
out of curiosity, do you still get the exception when you put teh debug URL into your browser address bar? On 03/04/2012, at 5:34 PM, ksrijith wrote: > Hi, > I have a select component onchange of whose value I'm returning a PageLink > with request parameters. The id for the select component is "

Re: First Custom Component -> Confused; source = null, but values populated mysteriously

2012-04-02 Thread Chris Mylonas
That's awesome!!! Thanks a lot Thiago VM arguments for the unwashed are: -Dtapestry.production-mode=false -Dtapestry.compress-whitespace=false On 03/04/2012, at 12:36 PM, Thiago H. de Paula Figueiredo wrote: > On Mon, 02 Apr 2012 23:02:17 -0300, Chris Mylonas wrote: > >> He

Re: First Custom Component -> Confused; source = null, but values populated mysteriously

2012-04-02 Thread Chris Mylonas
oh! sounds good. I'm using 5.3.2 and my production mode symbol is the default because I've been ignorant to all that sort of stuff in the past, now it's biting me back. On 03/04/2012, at 12:36 PM, Thiago H. de Paula Figueiredo wrote: > On Mon, 02 Apr 2012 23:02:17 -0

First Custom Component -> Confused; source = null, but values populated mysteriously

2012-04-02 Thread Chris Mylonas
ittle odd to see null's in my debugger. Any help will be graciously accepted whilst I try and get some js (jquery) no less to work with my component :) Thanks Chris - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Q? about render phase of grid

2012-04-02 Thread Chris Mylonas
Element cur = writer.element("div", "class","userbackground").addClassName("adifferentbackground"); cur.text("CHRIS! This is your amazing test div - beforeRenderTemplate"); writer.end();

Re: Custom Component - @BeforeRenderBody not rendering stuff

2012-04-02 Thread Chris Mylonas
pidocs/src-html/org/apache/tapestry5/corelib/components/Loop.html > > > On Monday, 2 April 2012, Lance Java wrote: >> >> Perhaps this diagram will help to debug > http://tapestry.apache.org/component-rendering.html >> >> On Monday, 2 April 2012, Chris Mylonas wr

Re: Q? about render phase of grid

2012-04-02 Thread Chris Mylonas
>> How come the Grid component doesn't have @Setup/Begin/CleanupRender >> annotations? > > Actually, it does have a setupRender() method. Don't forget that you can > attach methods to events by using annotations (@OnEvent, @SetupRender, etc) > or using method name conventions (setupRender(), >

Custom Component - @BeforeRenderBody not rendering stuff

2012-04-01 Thread Chris Mylonas
he Tree example on the wiki [1] @CleanupRender & @BeforeRenderBody have the same code to make it easy for the beginner (me!) to see his progress... There are 2 items in the array list I have created using a BeanEditForm, so I presume I should see three lots of the div saying "CHRIS! Th

Q? about render phase of grid

2012-04-01 Thread Chris Mylonas
ing "There is no data". I know this (@CleanupRender) will output all the time when I have elements to write out in @BeginRender phases, but I'm just slowly stepping through it all so I understand the render phases a

Re: Create Custom Component + Tapestry 5 API Docs - best place to view?

2012-03-28 Thread Chris Mylonas
Hmmm... I changed search engines for a better result :) http://tapestry.apache.org/5.3.2/apidocs/ That should get me looking at more modern api docs.. Thanks On 29/03/2012, at 5:07 PM, Chris Mylonas wrote: > Hi Tapestry List, > > I've found a couple of days to create a custom c

Create Custom Component + Tapestry 5 API Docs - best place to view?

2012-03-28 Thread Chris Mylonas
Parameters Thanks Chris

Re: Draft version of Light weight TapestryTools GSoC 2012 project prposal

2012-03-21 Thread Chris Mylonas
Yeah it looks like it's all sorting itself out. I just like sticking my big nose into those situations with my 2 cents. Usually us F/OSS devs accept the abuse, but I like sticking up for my brethren :) Cheers bro, Chris On 21/03/2012, at 8:39 PM, Giulio Micali wrote: > Hi Cris, &g

Re: Draft version of Light weight TapestryTools GSoC 2012 project prposal

2012-03-21 Thread Chris Mylonas
sion-of-Tomcat--td32346776.html Cheer up - I hope you have nice day :) Chris On 21/03/2012, at 7:33 PM, Gavin Lei wrote: > Hi Giulio, > > I just found that you attached a patch in Issue 13 now, Google Code > did not send any notification to me about the Issue changes, there may >

Re: Make Report PDF

2012-03-20 Thread Chris Mylonas
Mr Diplomatic Thiago...you just poured a bucket of cold water over a nice fresh flame war :) On 20/03/2012, at 10:40 PM, Thiago H. de Paula Figueiredo wrote: > On Tue, 20 Mar 2012 06:39:49 -0300, Lance Java > wrote: > >> I urge anyone considering using XSLT to STOP and take a look at freemar

Re: gzip and http1.0

2012-03-19 Thread Chris Mylonas
Obviously YMMV, but it seems you've plugged through it already :) Cheers Chris On 19/03/2012, at 9:54 PM, Paul Stanton wrote: > Hi all, > > We recently ran into a problem with tapestry's GZIP compression and had to > disable it. > > The problem was that a core gr

Re: Using “Persist” annotation in Tapestry is causing Problems with RunJettyRun

2012-03-17 Thread Chris Mylonas
Hi mate, When I'm working on the web stuff I stick to running jetty from the command line because sometimes the tools within eclipse don't work as advertised and therefore I stick to the command line - mvn / jetty come to mind. The fact that it runs from the command line makes it point to an ec

Re: Is there any way to get the selected item's index in loop after layout has been done?

2012-03-12 Thread Chris Mylonas
Something like this http://jumpstart.doublenegative.com.au/jumpstart/examples/tables/linkingloop1 If not that one, there are other examples: http://jumpstart.doublenegative.com.au/jumpstart/examples You'll find your answer there On 12/03/2012, at 9:53 PM, karthi wrote: > Hi, > > In the java

Re: Tapestry Forums

2012-03-07 Thread Chris Mylonas
ng to sort it out. If there are 1000 students doing a course on tapestry and there's a need for a forum, maybe it's something the ASF and your educational institution can start talking perhaps *shrug* Good luck with it! Chris On 07/03/2012, at 11:45 PM, TechniciuM wrote: > I have a

Re: Tapestry Forums

2012-03-07 Thread Chris Mylonas
Wow!! Are your lecture notes written in tapestry? That would be a very cool well informed lecturer/tutor. I have a lot of to-dos but not much time or money :( Anyone students that want to build a project for experience :) Open source interfacing to telephone systems... Cheers Chris On 07

Re: Tapestry Forums

2012-03-06 Thread Chris Mylonas
there's an irc channel - freenode #tapestry On 07/03/2012, at 6:36 AM, Thiago H. de Paula Figueiredo wrote: > On Tue, 06 Mar 2012 16:27:25 -0300, TechniciuM wrote: > >> Well Tapestry community is growing very rapidly, > > That's a good thing. :) > >> and this mailing list won't suit all our

Re: t:type="grid" total records?

2012-02-27 Thread Chris Mylonas
Looking at the api docs Grid.getDataSource.getAvailableRows() returns an int https://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry5/corelib/components/Grid.html https://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry5/grid/GridDataSource.html Try that perhaps? On 28/02/

Re: [OT] Who is responsible for tapestry.apache.org styling?

2012-02-23 Thread Chris Mylonas
#x27;t take it as a good example. Get a real > CMS instead ;) > > Uli > > On 21.02.2012 04:26, Chris Mylonas wrote: >> Hey List! >> >> I've been evaluating confluence for a few days and realised you use the >> gliffy-confluence plugin for the awes

Re: [OT] Who is responsible for tapestry.apache.org styling?

2012-02-23 Thread Chris Mylonas
Cool & thanks for the historic link. "code less, deliver more" was a good selection of proverb...i mean slogan :) On 23/02/2012, at 10:54 PM, Bob Harner wrote: > Chris, > > The design was put together by several people over several months in > mid-2010. This thread

Re: Access to the GET method parameters without Servlets

2012-02-23 Thread Chris Mylonas
Geez - You need to be able to tag responses on the mailing list as @TapestryRecipe or something There seems to be a few really good cooks (&questions) lately! :) Have a good weekend! Chris On 23/02/2012, at 10:48 PM, Thiago H. de Paula Figueiredo wrote: > On Wed, 22 Feb 2012 22:06:1

Re: component documentation regression

2012-02-22 Thread Chris Mylonas
javadoc - but I don't know how to. Cheers Chris On 23/02/2012, at 11:36 AM, Paul Stanton wrote: > Hi Tapestry team, > > I'm confused as to why the 'current' documentation for tapestry components in > some cases (eg textfield) does not contain information regarding

Re: How to pass page name with parameters in pagelink

2012-02-22 Thread Chris Mylonas
r logic to fetch the pages (stories) you want. FYI - Other sources of examples are: http://jumpstart.doublenegative.com.au/jumpstart/ https://tapestry.apache.org/tapestry-tutorial.html The hi-lo game is a good example to try if you haven't. Good Luck! Chris On 22/02/2012, at 9:34 PM, karth

Create local tapestry javadocs

2012-02-22 Thread Chris Mylonas
Hi Tapestry List, How does one generate their own tapestry javadocs with maven? I just went to my .m2/repository/org/apache/tapestry/tapestry-core/5.2.6 directory where the pom.xml is and ran mvn javadoc:javadoc but it failed. Cheers Chris

Re: best way to patch tapestry?

2012-02-21 Thread Chris Mylonas
up https://tapestry.apache.org/ioc-cookbook-overriding-ioc-services.html Chris On 22/02/2012, at 8:12 AM, Thiago H. de Paula Figueiredo wrote: > On Mon, 20 Feb 2012 20:47:15 -0200, Paul Stanton wrote: > >> Hi All, > > Hi! > > Don't patch: find the service that contains the logi

[OT] Who is responsible for tapestry.apache.org styling?

2012-02-20 Thread Chris Mylonas
that. Who styled it up? It's not a very "confluence"-y looking site. Was it a big task or do the atlassian folk have good docs or was it just a style/template plugin. Cheerio Chris - To unsubscrib

Re: best way to patch tapestry?

2012-02-20 Thread Chris Mylonas
in the same way, having your own pom/jar/repo setup, you would free your mind of those patching peculiarities - perhaps (excuse the alliteration) and just no-brainer build it together. > Thanks for your help, Paul. Hope it helps - Cheers Chris ---

Re: tapestry 5.3 antlr version

2012-02-20 Thread Chris Mylonas
Whoops - sorry Paul - ignore my last post - just re-read your message. On 21/02/2012, at 8:47 AM, Paul Stanton wrote: > Hi all, > > I've recently noticed that in tapestry-hibernate 5.3.2 directly depends on > antlr 2.7.6, while tapestry-core 5.3.2 depends no antlr 2.7.7 > > Is this a mistake?

Re: tapestry 5.3 antlr version

2012-02-20 Thread Chris Mylonas
Hmmm.. This doesn't reckon so: http://mvnrepository.com/artifact/org.apache.tapestry/tapestry-hibernate/5.3.1 http://mvnrepository.com/artifact/org.apache.tapestry/tapestry-hibernate/5.3.2 In the "This artifact depends on..." section On 21/02/2012, at 8:47 AM, Paul Stanton wrote: > Hi all, >

Re: Issue with Maven + Eclipse + Tapestry (slightly off-topic)

2012-02-16 Thread Chris Mylonas
I don't know, but there's a tapestry testing module called testify that might be worth having a look at the docs. Might be some hints there http://tapestrytestify.sourceforge.net/project-layout.html I don't know the answer for you unfortunately, HTH, Chris On 16/02/2012, at

Re: Can Tapestry-** run without log4j?

2012-02-15 Thread Chris Mylonas
+AS6+to+AS7#HowdoImigratemyapplicationfromAS5orAS6toAS7-JBossLogging for further clarification. Tah, Chris On 15/02/2012, at 9:35 PM, Dmitry Gusev wrote: > :) > > You can also find this useful: > http://www.slf4j.org/legacy.html#log4j-over-slf4j > > > On Wed, Feb 15, 2012 at 14:29, Ch

Re: Can Tapestry-** run without log4j?

2012-02-15 Thread Chris Mylonas
your help once again :) Have a good day CM On 15/02/2012, at 9:17 PM, Dmitry Gusev wrote: > I'm successfully running Tap5 application with slf4j/JUL on GAE, so there's > no log4j at all. > > On Wed, Feb 15, 2012 at 14:09, Chris Mylonas wrote: > >> Hi List, >

Re: Can Tapestry-** run without log4j?

2012-02-15 Thread Chris Mylonas
Thanks Dmitry - I'll keep going then!! :D On 15/02/2012, at 9:17 PM, Dmitry Gusev wrote: > I'm successfully running Tap5 application with slf4j/JUL on GAE, so there's > no log4j at all. > > On Wed, Feb 15, 2012 at 14:09, Chris Mylonas wrote: > >> Hi List,

Can Tapestry-** run without log4j?

2012-02-15 Thread Chris Mylonas
JBoss 7 (and glassfish 3.1.1) with logging in my EJBs because I stuck with the good old log4j Loggers from yesteyear.. And I'd be happy to just run with slf4j+JUL and abandon log4j. Cheers Chris - To unsubscribe, e-mail:

Re: detect textfield text change

2012-02-12 Thread Chris Mylonas
With javascript On 13/02/2012, at 10:55 AM, sommeralex wrote: > Hi! > > I need to detect live text-changes in a textfield (so without pressing a > submit button). How can i do this with tapestry? > > alex > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/detect-t

Re: [Announce] Tapestry-Bootstrap 2.0 early Alpha

2012-02-08 Thread Chris Mylonas
Thanks Barry - I'll be checking it out over the weekend and not a quarter past one in the morning :) Cheers On 09/02/2012, at 12:42 AM, Barry Books wrote: > Some background > > There was a post on this list about converting the Tapestry example to > use Twitter Bootstrap. I had never heard of t

Re: [Announce] Tapestry-Bootstrap 2.0 early Alpha

2012-02-08 Thread Chris Mylonas
In relation, this is built with bootstrap - https://gemnasium.com/ It's a gem version thingy for ruby on rails. I guess a gem would be like a tapestry 3rd party module. I recall reading that "this sort of thing for tapestry modules" would be a good idea. Granted RoR has a larger following than

Re: Igor Drobiazko Book

2012-02-06 Thread Chris Mylonas
Yep - I'm waiting - looking foward to it. The MEAP version was a good read and I was/am waiting to enjoy your writing style to explain the tapestry internals. On 07/02/2012, at 3:19 PM, Gavin Lei wrote: > Good to hear that, it is my most favorite Tapestry book~ > > 2012/2/7 Igor Drobiazko :

Re: Need feedback for Eclipse WTP based Tapestry 5 visual editor

2012-02-03 Thread Chris Mylonas
orry I couldn't test it first-hand for you - but from the vid, it looks like something people could use to learn tapestry faster than what I've managed!! The drag and drop of components is impressive. Cheers Chris On 03/02/2012, at 7:12 PM, Gavin Lei wrote: > Yeah, this is r

Re: Component that lowercases the first letter of the body

2012-02-01 Thread Chris Mylonas
couldn't you do it in CSS? https://drupal.org/node/222543#comment-732983 "...first-letter css pseudo-element instead" On 02/02/2012, at 9:13 AM, Tim wrote: > I've been looking at making a component that can convert the first letter of > its body to lower case. > > I suspect I might need to pr

Re: migration / porting idea

2012-01-26 Thread Chris Mylonas
ueiredo wrote: > On Thu, 26 Jan 2012 04:31:57 -0200, Chris Mylonas wrote: > >> Hi Tap List - > > Hi! > >> Short version: >> Drupal -> Tapestry port - has anyone done something similar with _any_ CMS >> to tapestry? > > I wouldn't do a

Re: Stuts VS Tapestry - I need some ammo

2012-01-26 Thread Chris Mylonas
Thiago, your previous replies were the reason I dodged java web frameworks since early 2000 til now...you know your stuff... on the below reply - because of this list's experience (as apposed to my lay(simple) outlook on it all), would it be possible to make a comparison page of "common requir

Re: Stuts VS Tapestry - I need some ammo

2012-01-26 Thread Chris Mylonas
well if i wasn't a techo i'd ask how many of the staff are familiar with X first up. then being a web framework, can the business layer be developed without the web work being done (i.e. can it be separated later when the next round of framework vs framework comes) tapestry5 is the first

migration / porting idea

2012-01-25 Thread Chris Mylonas
a massive undertaking. These CRMs charge $12 - $20+/user/month - tapestry community could make something like that within 12 months. Sort of Co-Op style. /rant Chris

Re: Problematic frame: J org.apache.tapestry5.internal.plastic.asm.ClassReader.accept(Lorg/apache/tapestry5/internal/plastic/asm/ClassVisitor;[Lorg/apache/tapestry5/internal/plastic/asm/Attribute;I)V

2012-01-17 Thread Chris Mylonas
s to be better :) Cheers Chris On 18/01/2012, at 7:24 AM, Julien Martin wrote: > Hello all, > > I am a novice Tapestry user coming from a JSF background and I must admit > that T5 is highly productive and very enjoyable to work with. > > During the course of my recent T5 developm

Re: Creating Model objects

2012-01-17 Thread Chris Mylonas
hi captain, read my response with a touch of diplomacy. > I may have missed something here but when dealing with simple pages is it > best to simple include the fields in your page objects or group them in > 'model' classes (like Person below)? "best" :) if you're going to cut code and you wor

Re: What is your tapestry project setup like (build tool/ide)

2012-01-16 Thread Chris Mylonas
disclaimer: i don't dev for work, my css/js skills are improving slowly multi module maven ear - totally separate view from business logic - that ability alone is what got me back into java development after 6 or so years of system administration (and PHP hacks in CMSes and CRMs). I split my de

Re: how/where is tapestry.js included?

2012-01-12 Thread Chris Mylonas
It looks like Howard's example is like approach 1 here http://tapestry.apache.org/javascript.html The @Import annotation when used with the element "library" as shown in his response is for js libraries. Same as "stack". For use with a stylesheet, use the element "stylesheet" http://tapestry.a

Re: [ANN] JumpStart upgraded to Tapestry 5.3.1

2012-01-02 Thread Chris Mylonas
Thanks Geoff for keeping jumpstart up to date, it's a fantastic resource. Happy New Year! On 02/01/2012, at 8:30 PM, François Facon wrote: > Hi Geoff, > > Thank you for your contribution. > Jumpstart is so useful. > > Best > François > > 2012/1/2 Geoff Callender : >> Hi all, >> >> JumpStart

<    1   2   3   4   5   6   7   8   9   10   >