Re: DropdownTimePicker, DropdownDatePicker, and time zones

2006-12-21 Thread Jesse Kuhnert
I wouldn't be as sure about 0.3.1 having perfect i18n support. (maybe, can't remember that anymore now either . ... I do remember where important things like my car keys and home address are most of the time though. ;) ) On 12/22/06, Sam Gendler <[EMAIL PROTECTED]> wrote: OK, one tacos port of d

Re: DropdownTimePicker, DropdownDatePicker, and time zones

2006-12-21 Thread Sam Gendler
OK, one tacos port of dojo date picker coming up in the next few days, assuming it works in dojo 0.3.1, anyway. I'll base it one what you've got in tap 4.1 so migration should be as painless as possible. --sam On 12/21/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Tacos uses this calendar : h

Re: Can you comment on this?

2006-12-21 Thread Jesse Kuhnert
I think I manually took it elsewhere already. Maybe he will appear as "Sophie" next. We'll see.. On 12/21/06, Nick Westgate <[EMAIL PROTECTED]> wrote: Classic. I had suspected this for some time. This is duplicity of the worst sort, Francis. Now that you've outed yourself, please take your emba

Re: Can you comment on this?

2006-12-21 Thread Nick Westgate
Classic. I had suspected this for some time. This is duplicity of the worst sort, Francis. Now that you've outed yourself, please take your embarrassingly inept trolling elsewhere. Nick. D&J Gredler wrote: LOL. Francis == Emmanuel? On 12/21/06, Francis Amanfo <[EMAIL PROTECTED]> wrote: Hi,

Re: another plugin... for idea this time!!

2006-12-21 Thread Li Jinshan
eZingBuilder, http://ezingbuilder.sf.net 2006/12/22, Dennis Sinelnikov <[EMAIL PROTECTED]>: Not to steal the thread, but since it's on the similar topic, I figured it's ok. Does anyone know of a tap4+ eclipse plugin? Spindle is great, but last time I looked it was only tap3 compliant. Thanks,

Re: [poll] how do people feel about me changing that validation dialog in 4.1.1 ?

2006-12-21 Thread Dennis Sinelnikov
Jesse -- I took a look at the links you sent and agree with Alex. Flexibility is nice to have, +1 for configurable :) Thanks, Dennis Norbert Sándor wrote: I can't help too much because in my apps I used server side validation only, so I don't know how the client side validation currently works

Re: Can you comment on this?

2006-12-21 Thread D&J Gredler
It's sock puppetry, if true, and thus germane to the discussion. *shrug* On 12/21/06, James Carman <[EMAIL PROTECTED]> wrote: Can you please take this off-line? The rest of us Tapestry users don't need to hear this, IMHO. On 12/21/06, D&J Gredler <[EMAIL PROTECTED]> wrote: > LOL. Francis

Re: Can you comment on this?

2006-12-21 Thread James Carman
Can you please take this off-line? The rest of us Tapestry users don't need to hear this, IMHO. On 12/21/06, D&J Gredler <[EMAIL PROTECTED]> wrote: LOL. Francis == Emmanuel? On 12/21/06, Francis Amanfo <[EMAIL PROTECTED]> wrote: > > Hi, > > Seems like you've missed some pasta today. I urge yo

Re: DropdownTimePicker, DropdownDatePicker, and time zones

2006-12-21 Thread Jesse Kuhnert
Tacos uses this calendar : http://www.dynarch.com/projects/calendar/ I don't think I've looked at the Tapestry "DatePicker" javascript yet for any bugs so presumably it still has the same problem? (can't remember all the changes made anymore ) On 12/21/06, Sam Gendler <[EMAIL PROTECTED]> wrote:

Re: DropdownTimePicker, DropdownDatePicker, and time zones

2006-12-21 Thread Sam Gendler
We suffered this same problem, and unfortunately aren't using 4.1.x. Both tacos and tapestry date pickers have this problem in tap 4.0.x. Jess, what exactly was required for you to fix this? I haven't looked, but I assume tacos is using the dojo date picker, so I should be able to make similar ch

Re: Can you comment on this?

2006-12-21 Thread D&J Gredler
LOL. Francis == Emmanuel? On 12/21/06, Francis Amanfo <[EMAIL PROTECTED]> wrote: Hi, Seems like you've missed some pasta today. I urge you to get yourself some Italian pasta and after that come back and make some sensible arguments. Emmanuel On 12/21/06, Angelo Turetta < [EMAIL PROTECTED]> w

Re: Can you comment on this?

2006-12-21 Thread Francis Amanfo
Hi, Seems like you've missed some pasta today. I urge you to get yourself some Italian pasta and after that come back and make some sensible arguments. Emmanuel On 12/21/06, Angelo Turetta < [EMAIL PROTECTED]> wrote: Emmanuel Sowah wrote: > Sorry, but I like fair discussions. Oh, do you? I

Re: [poll] how do people feel about me changing that validation dialog in 4.1.1 ?

2006-12-21 Thread Norbert Sándor
I can't help too much because in my apps I used server side validation only, so I don't know how the client side validation currently works. But if I would use it, then what I'd like is a very easy way to plug in my own solution - which is the exact same copy of what my server side implementatio

Re: [poll] how do people feel about me changing that validation dialog in 4.1.1 ?

2006-12-21 Thread Alexandru Dragomir
+1. And even more , i'd like it to be configurable. You can choose this way if you wanted the feedback to be modal or not. Alex On 12/21/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: If you are using Tapestry 4.1.1 or greater then you have probably run into the new client side validation modal

RE: Help with @ScriptIncludes

2006-12-21 Thread Greg.L.Cormier
I doubt it, the Filter modifies the response just before it gets sent back to the client. It'd have to be client-side, or the last filter in a chain, but developers usually explicitly put the compression filter last ;) Time to add-in my compression filter again, but excluding *.js!! -Origin

Re: Help with @ScriptIncludes

2006-12-21 Thread Jesse Kuhnert
I wonder if there is some way I can detect someone using a gzip filter already on output streams somehow ? At the very least it sounds like I need to have a global yes/no kind of option to use it or not. ...I'll file my own jira issue : ) On 12/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

RE: Help with @ScriptIncludes

2006-12-21 Thread Greg.L.Cormier
Fixed it! Alright, so it was GZIP'd JS "include" causing the issue! Initially I had a compression filter on my servlet path /app/*. So it compressed the JS file that Tapestry was returning with the URL /app?service=asset&path=%2Fdojo%2Fdojo.js Then I disabled the filter. I guess this file was

Re: Help with @ScriptIncludes

2006-12-21 Thread Jesse Kuhnert
All I see in the email is some sort of weird checkbox icon ? Maybe at least turning the debug console on (ie using FireBug ) and copying and pasting some of those exact errors and all text associated with them might help me. On 12/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I'm not setu

[poll] how do people feel about me changing that validation dialog in 4.1.1 ?

2006-12-21 Thread Jesse Kuhnert
If you are using Tapestry 4.1.1 or greater then you have probably run into the new client side validation modal dialog popup: http://tapestry.apache.org/tapestry4.1/usersguide/clientside-validation.html I've decided that I should probably follow some of my own advice and would like to "fix" this

RE: Help with @ScriptIncludes

2006-12-21 Thread Greg.L.Cormier
I'm not setup on Maven2, or Jetty for that matter at all :( Netbeans+Ant+Websphere5 is what I'm stuck with over here :( The reason I'm curious about Firefox is because it's definately choking on the "include" line. The error console gives an illegal character, and then a ton of undefined obje

Re: Help with @ScriptIncludes

2006-12-21 Thread Jesse Kuhnert
Firefox doesn't have any issues with gzip compression. IE does in very special cases (even when it sends headers saying it does), but I've got these corner cases covered as well. Allowing for more fine grained controls over these additional asset service abilities is on my todo list but not somet

RE: Help with @ScriptIncludes

2006-12-21 Thread Greg.L.Cormier
Hmm, oddly enough in Internet Explorer, I think it's working. Maybe firefox doesn't support GZIP'd JS files... Jesse, is there a way to disable all response compression in Tapestry? Thanks, Greg -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21

Re: Problem with InlineEditBox on persisted page property

2006-12-21 Thread Jesse Kuhnert
Not sure, but with the amount of emails flying around you'll have a much better chance of this getting looked at if a jira issue is filed. On 12/21/06, Shing Hing Man <[EMAIL PROTECTED]> wrote: In (Tap 4.1.2) InlineEditBox.script : dojo.event.connectOnce(${box}, "onSave", function(newValu

Re: Help with @ScriptIncludes

2006-12-21 Thread Jesse Kuhnert
No idea...It "should" be working. The illegal character error sounds suspicious. Are you trying to use some dojo widgets on this page and if so which ones ? Other than that I'd probably need a test case or something..(preferably a self contained maven2 mini app with embedded jetty stuff so I can

Re: Session issues, persistence, sessions, since 4.1.2

2006-12-21 Thread Jesse Kuhnert
Nothing that I know of ... On 12/21/06, Josh Long <[EMAIL PROTECTED]> wrote: Hi, I know this is remarkably non specific, but a page of mine that didnothing in particular just fine in the latest and greatest iteration of 4.1.1-SNAPSHOT with one session persistent property gives a stale sesssion

Session issues, persistence, sessions, since 4.1.2

2006-12-21 Thread Josh Long
Hi, I know this is remarkably non specific, but a page of mine that didnothing in particular just fine in the latest and greatest iteration of 4.1.1-SNAPSHOT with one session persistent property gives a stale sesssion error under the latest and greatest 4.1.2-SNAPSHOT. Has anything changed that

Re: DropdownTimePicker, DropdownDatePicker, and time zones

2006-12-21 Thread Jon McCarty
Nice. You avoided all the deprecated functions too (gotta love those Java dates). One gotcha I noticed was that the SimpleDateFormat objects are static, and they're not thread safe by nature (at least according to the JavaDoc). Those should probably be instance variables instead of statics. Th

Re: Can you comment on this?

2006-12-21 Thread Angelo Turetta
Emmanuel Sowah wrote: Sorry, but I like fair discussions. Oh, do you? I don't know who you are, and I've been subscribed to this mailing list for very few months, so maybe I'm wrong: but the only thing I've seen you do (more than once) is desperately trying to start some idiotic flame-war.

Re: Can you comment on this?

2006-12-21 Thread D&J Gredler
Karthik - Sorry if my post came across the wrong way -- I just think it's a good illustration of the kind of healthy cross-pollination I had been referring to earlier. I'm not implying that they can't or won't implement this sort of component, nor am I saying that something like this fits every p

Re: Can you comment on this?

2006-12-21 Thread D&J Gredler
Martin - Can you please change your email address? I rediscover it about once a month, usually as I'm about to take a gulp of hot coffee or tea. Reading programming-related mailing lists should not be dangerous to your health ;-) Regards, Daniel On 12/21/06, Martin Strand <[EMAIL PROTECTED]>

Re: Job Offer in Miami, US

2006-12-21 Thread Howard Lewis Ship
Darn! I guess I can't apply because I don't have Sun certifications! Oh, they're merely "preferred". Shoo. Sounds like you're putting together a team ... are you interested in some from-the-source Tapestry training? On 12/21/06, jake123 <[EMAIL PROTECTED]> wrote: Location: Miami Lakes, Flo

Re: link to another page's listener

2006-12-21 Thread Cyrille37
Cyrille37 a écrit : andyhot a écrit : Cyrille37 wrote: Hi, I'd just re-read doc about DirecLink, ExternalLink & Co and I don't find how to create a like in page A which point to a listener of page B. page A has a listener 'newGame'. I would like to add a link on page B which point to pageA

Re: link to another page's listener

2006-12-21 Thread Cyrille37
andyhot a écrit : Cyrille37 wrote: Hi, I'd just re-read doc about DirecLink, ExternalLink & Co and I don't find how to create a like in page A which point to a listener of page B. page A has a listener 'newGame'. I would like to add a link on page B which point to pageA.newGame() Is it real

Re: link to another page's listener

2006-12-21 Thread andyhot
Cyrille37 wrote: > Hi, > I'd just re-read doc about DirecLink, ExternalLink & Co and I don't > find how to create a like in page A which point to a listener of page B. > > page A has a listener 'newGame'. > I would like to add a link on page B which point to pageA.newGame() > > Is it really not pos

link to another page's listener

2006-12-21 Thread Cyrille37
Hi, I'd just re-read doc about DirecLink, ExternalLink & Co and I don't find how to create a like in page A which point to a listener of page B. page A has a listener 'newGame'. I would like to add a link on page B which point to pageA.newGame() Is it really not possible or I've missed somethi

Help with @ScriptIncludes

2006-12-21 Thread Greg.L.Cormier
Okay, in my border.html, inside my I have a nice I view source and looks like it's working: djConfig = ..snip... ...snip a few more script tags ... However, I'm getting an error on the first dojo.js include.. Error: illegal character Source File: http://peanut/pctadmin/app?service=asset

Re: another plugin... for idea this time!!

2006-12-21 Thread Dennis Sinelnikov
Not to steal the thread, but since it's on the similar topic, I figured it's ok. Does anyone know of a tap4+ eclipse plugin? Spindle is great, but last time I looked it was only tap3 compliant. Thanks, Dennis andyhot wrote: Quoting Demetrios Kyriakis from the tap-idea mailing list Hi, Ju

RE: Can you comment on this?

2006-12-21 Thread Thomas.Vaughan
Yeah, but Fannie Mae uses emacs to edit all their accounting files, and look where that got 'em . . . Vi would have never let that happen. -Original Message- From: Gentry, Michael (Contractor) [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21, 2006 11:10 AM To: Tapestry users Subjec

Re: reading a file in web root in a Tapestry fashion

2006-12-21 Thread Ron Piterman
http://hivemind.apache.org/hivemind/BuilderFactory.html#Autowiring Cyrille37 wrote: > Ron Piterman a écrit : >> yes, thats it - BTW, you don't need an explicit set-service. >> just exposte a setter in your implementation class, and hivemind will >> autowire it: >> >> public void setServletContex

another plugin... for idea this time!!

2006-12-21 Thread andyhot
Quoting Demetrios Kyriakis from the tap-idea mailing list > Hi, > > Just saw in the plug-in repository that there's anther Tapestry plug-in > for IntelliJ called HandyTapestry: > http://handyedit.com/handytapestry.html > > D. Looks quite promising if you ask me! -- Andreas Andreou - [EMAIL PROTE

Re: reading a file in web root in a Tapestry fashion

2006-12-21 Thread Ron Piterman
for example, you can not expect hivemind to inject IEngineService automatically since there are many services implementing this interface (PageService, ExternalService, DirectService and so on) Otherwise it works fine. Cheers, Ron Jiří Mareš wrote: > Hi, > > the rules are quite simple, there

RE: Job Offer in Miami, US

2006-12-21 Thread jake123
yes, is it not... it is really nice weather down here... and you can still walking around in shorts... :) Greg.L.Cormier wrote: > > Damn, jobs down south are EXTRA tempting at this time of year! > > -Original Message- > From: jake123 [mailto:[EMAIL PROTECTED] > Sent: Thursday, Decemb

RE: Can you comment on this?

2006-12-21 Thread Gentry, Michael \(Contractor\)
Well, emacs has a vi emulation mode ... -Original Message- From: Martin Strand [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21, 2006 7:31 AM To: Tapestry users Subject: Re: Can you comment on this? I'm still troubled by the fact that nobody has come up with an answer to this: Is

RE: Job Offer in Miami, US

2006-12-21 Thread Greg.L.Cormier
Damn, jobs down south are EXTRA tempting at this time of year! -Original Message- From: jake123 [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21, 2006 11:05 AM To: users@tapestry.apache.org Subject: Job Offer in Miami, US Location: Miami Lakes, Florida, United States Investacorp I

Job Offer in Miami, US

2006-12-21 Thread jake123
Location: Miami Lakes, Florida, United States Investacorp Inc., a leading, privately owned broker-dealer firm, seeks to hire a System Developer to join our MIS team. This person will be responsible for the design, development, and maintenance of Java based applications. The analyst will partici

Re: Can you comment on this?

2006-12-21 Thread Jesse Kuhnert
Bah! Everyone knows emacs is better...sheesh ;) On 12/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: :s/emacs/vi ;) -Original Message- From: Daniel Jue [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21, 2006 9:40 AM To: Tapestry users Subject: Re: Can you comment on this? We

Re: reading a file in web root in a Tapestry fashion

2006-12-21 Thread Jiří Mareš
Hi, the rules are quite simple, there have to be only one service of the type ... otherwise you have to specify what service do you want to ... Jirka Cyrille37 napsal(a): > > Ron Piterman a écrit : >> yes, thats it - BTW, you don't need an explicit set-service. >> just exposte a setter in you

Re: reading a file in web root in a Tapestry fashion

2006-12-21 Thread Cyrille37
Ron Piterman a écrit : yes, thats it - BTW, you don't need an explicit set-service. just exposte a setter in your implementation class, and hivemind will autowire it: public void setServletContext( ServletContext ctx) {...} heuu... I do not really understand. Do you mean Hivemind will do tha

Re: reading a file in web root in a Tapestry fashion

2006-12-21 Thread Ron Piterman
yes, thats it - BTW, you don't need an explicit set-service. just exposte a setter in your implementation class, and hivemind will autowire it: public void setServletContext( ServletContext ctx) {...} Cheers, Ron Cyrille37 wrote: > Ron Piterman a écrit : >> On which class do you need to access

RE: Radio components

2006-12-21 Thread Greg.L.Cormier
Thanks! Does anyone have an example of a simple form that refreshes? Looks like I might need - a listener parameter on my Form component, not sure what to put there? It mentions it will use a default, so maybe I can just go.. listener="" ? - modify onchange to be onchange="javascript:tapestry.

RE: Can you comment on this?

2006-12-21 Thread Greg.L.Cormier
:s/emacs/vi ;) -Original Message- From: Daniel Jue [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21, 2006 9:40 AM To: Tapestry users Subject: Re: Can you comment on this? Well, obviously emacs is better. On 12/21/06, Martin Strand <[EMAIL PROTECTED]> wrote: > I'm still troubled by

Asynchronous Selection Boxes work with Firefox 2.0 but not with Internet Explorer 6/7

2006-12-21 Thread Stefan Esterer
Hi again.. I have a problem with selectionboxes which are dependent from one another and are changend asynchron on selection. In Firefox 2 this is working with no problems. Internet Explorer 6 and 7 are first showing an empty selection box and then an exception. I have created a JIRA entry with

Re: Can you comment on this?

2006-12-21 Thread karthik G
Both frameworks have excellent developers (which is great for users) and from what I see both have a different approach to a problem. I think everything can co-exist! Case in point ;-) http://www.nabble.com/Directly-map-a-bean-to-HTML-form-tf2845102.html#a7944709

Re: Can you comment on this?

2006-12-21 Thread Daniel Jue
Well, obviously emacs is better. On 12/21/06, Martin Strand <[EMAIL PROTECTED]> wrote: I'm still troubled by the fact that nobody has come up with an answer to this: Is vi better than emacs or is it the other way around? Martin -

Re: reading a file in web root in a Tapestry fashion

2006-12-21 Thread Cyrille37
Ron Piterman a écrit : On which class do you need to access the resource? I've resolved the case with Hivemind. I pass to the ObjectFactory the ServletContext to get a root path and the relative filename. interface="games.hangman.service.HangmanFactory">

Re: reading a file in web root in a Tapestry fashion

2006-12-21 Thread Ron Piterman
On which class do you need to access the resource? Cheers, Ron Cyrille37 wrote: > Hello, > Sure it is a beginner question, but I'm a beginner :o) > > I would like to read a file which is located in the web root folder, and > put it in a String. > I had a look around the Internet and found some

Re: Problem with InlineEditBox on persisted page property

2006-12-21 Thread Shing Hing Man
In (Tap 4.1.2) InlineEditBox.script : dojo.event.connectOnce(${box}, "onSave", function(newValue, oldValue){ tapestry.bind("${component.updateUrl}", {"${component.clientId}":newValue}, true); }); where component.destroy is from AbstractWidget.isDestroy. When I run my TestI

Re: Can you comment on this?

2006-12-21 Thread Martin Strand
I'm still troubled by the fact that nobody has come up with an answer to this: Is vi better than emacs or is it the other way around? Martin On Thu, 21 Dec 2006 09:53:44 +0100, Emmanuel Sowah <[EMAIL PROTECTED]> wrote: Jesse, This comment of yours that Wicket, in its current form, is tec

Re: Migration experiences (3.0 -> 4.1?)

2006-12-21 Thread Barry Books
I migrated 2 sites from 3.x to 4.0.x. I just put in the new libraries and fixed everything that did not compile. For the most part the 3.x html and page files will work. Both took a couple of days to get a site that mostly worked. The biggest problems were things like PDF pages, all the plain HTML

Re: hivemind create-instance and additionnal parameters

2006-12-21 Thread Shing Hing Man
In order to inject a property into an ASO, you need to implement a custom org.apache.tapestry.engine.state.StateObjectFactory. (There are numerous post in the archive on this.) The following in the wiki has an example. http://wiki.apache.org/tapestry/InjectPropertyIntoASO The above example do

hivemind create-instance and additionnal parameters

2006-12-21 Thread Cyrille37
Hi, I know I'm noisy on this list with my beginner's questions. Sorry for that, but it is not so easy to swallow all Tapestry's stuff. by the way, here is my new question: I would like to add a Session object. This config wroks nice. Now I would like to pass

Re: Tap4 documentation: the For component example is not complete

2006-12-21 Thread Ron Piterman
Hallo cyrille, Its under project information (bottom of navigation) /Issue tracking http://tapestry.apache.org/issue-tracking.html You are in a very good situation to help improve the docu, becuase you are learning tapestry from ground up, and doing it very thoroughly- so its really important y

Re: DirectLink with another element instead of

2006-12-21 Thread Ron Piterman
AFAIK all link components have a linkRenderer parameter - I think thats what you need... Cheers, Ron talk.small wrote: > I want to create the href with DirectLink, but with another owner element of > instead of > becuase I want to render an image map on the page like this: > > > > > > >

Re: hook into T4's page creation process

2006-12-21 Thread Ron Piterman
yes, there is a configurable annotation workers, so you can create/extend/override page methods when tapestry is preparing the page/component class. You can create your own class worker which will add the needed logic to the mentioned attach event. Take a look at the annotations module code and h

Re: reading a file in web root in a Tapestry fashion

2006-12-21 Thread Marilen Corciovei
This only works from inside a Tapestry page because this is linked to the servlet context which knows about the real path. To a standard class you need to pass the information somehow. Without injection it can be: getPage().getRequestCycle().getRequestContext().getServlet().getServletContext().ge

Re: reading a file in web root in a Tapestry fashion

2006-12-21 Thread Cyrille37
Marilen Corciovei a écrit : Hello, @InjectObject("service:tapestry.globals.ServletContext") public abstract ServletContext getServletContext(); I could not use an abstract class. How will I instantiate it ? I would not like to instantiate it with an IoC but like a normal Java Object. Cyrill

Re: reading a file in web root in a Tapestry fashion

2006-12-21 Thread Cyrille37
Marilen Corciovei a écrit : Hello, @InjectObject("service:tapestry.globals.ServletContext") public abstract ServletContext getServletContext(); Yes, that's it. Thanks Len. And Please, how to without annotation ? I'm looking in Tapestry Javadoc for some static method and I could not find one.

Re: reading a file in web root in a Tapestry fashion

2006-12-21 Thread Marilen Corciovei
Hello, @InjectObject("service:tapestry.globals.ServletContext") public abstract ServletContext getServletContext(); ... String imageDir = getServletContext().getRealPath("images"); ... Len www.len.ro On Thu, 2006-12-21 at 10:02 +0100, Cyrille37 wrote: > Hello, > Sure it is a beginner question

Re: reading a file in web root in a Tapestry fashion

2006-12-21 Thread Cyrille37
More generally, I would like to know how to access Application environment for a service class. So, Is there somewhere in Tapestry a Static method that could return some global Application information ? For example, from a Service (Business) Class I would like to: - get the Application Web Root

Re: Tap4 documentation: the For component example is not complete

2006-12-21 Thread Cyrille37
andyhot a écrit : I'd open one JIRA issue in the 'documentation' category, and i'd start adding my findings there... Hi Andy, I could not find this JIRA - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Can you comment on this?

2006-12-21 Thread Cyrille37
Emmanuel Sowah a écrit : Hi Guys, I came across this article http://www.infoq.com/news/2006/12/wicket-vs-springmvc-and-jsf and thought probably someone here could comment. Is Tapestry really losing the battle against Wicket? Emmanuel Hi Emmanuel, Did you have a look at Rife http://rifers.org

Re: contrib:PopupLink Problem

2006-12-21 Thread Nick Westgate
Sounds like you'll need to choose from one of javascript, Tacos for T3, or your activateExternalPage() method. Cheers, Nick. wong wayne wrote: Thanks Nick. I found another alternative under "Popup a Tapestry page in a new window?" Thread using GenericLink. Both of them can popup with external

Re: Standalone plugins

2006-12-21 Thread Norbert Sándor
I hope it will be better :D Pedro Abelleira Seco írta: Oh! good to hear that. I was trying to replace the service tapestry.init.ApplicationSpecificationInitializer with a simple class that adds the id and path to the libraries. It should work, but I will better wait and try to use your better

Table Component ::: Instead of giving value through table source to checkbox , i like to give through other object

2006-12-21 Thread praveen kumar
Hi, I am newbie to Tapestry. Currently i am using Table component. I am giving list of custom class objects as source to the table. Each object is represented as a row in the table. Now I would like to show checkbox in each row. I would like to delete the rows (obje

reading a file in web root in a Tapestry fashion

2006-12-21 Thread Cyrille37
Hello, Sure it is a beginner question, but I'm a beginner :o) I would like to read a file which is located in the web root folder, and put it in a String. I had a look around the Internet and found some tricks : A la "Servlet" : ServletContext theApplicationsServletContext = (ServletContext)

Re: Can you comment on this?

2006-12-21 Thread Emmanuel Sowah
Jesse, This comment of yours that Wicket, in its current form, is technically inferior doesn't hold water for me. Can you cite concrete reasons why you think so? And when I read your comment that they get beaten up a lot I decided to go goggle and find out what that means and could see that the o

Re: contrib:PopupLink Problem

2006-12-21 Thread wong wayne
Thanks Nick. I found another alternative under "Popup a Tapestry page in a new window?" Thread using GenericLink. Both of them can popup with external link but can I have a listener event to have a routine for some checking? Thanks. regards awyne --- Nick Westgate <[EMAIL PROTECTED]> wrote: > Us