Re: dojo dialog render issue

2007-06-11 Thread Paul Stanton
https://issues.apache.org/jira/browse/TAPESTRY-1560 how's 4.1.2 coming? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: dojo dialog render issue

2007-06-08 Thread Paul Stanton
How? Jesse Kuhnert wrote: Possibly - but I might need more information (ie expected vs. actual ) to get it set up correctly. p.s. Can you file a jira issue for it so I remember? - To unsubscribe, e-mail: [EMAIL PROTECTED] F

dojo dialog render issue

2007-06-08 Thread Paul Stanton
Hi All, I have 2 dojo dialogs, hidden by default which have been working fine. dialog I've now added a component to the page which delays the load time for the page somewhat and in firefox causes a funny render issue for the dialogs. The dialog's content is momentarily displayed (inline) at

Re: 4.1 programmatically define message key

2007-06-07 Thread Paul Stanton
but I wonder if something like this will work: ? -Original Message- From: Paul Stanton [mailto:[EMAIL PROTECTED] Sent: 07 June 2007 09:19 To: Tapestry users Subject: 4.1 programmatically define message key Hi all, How would I write this without the If, with just one Inser

Re: 4.1 programmatically define message key

2007-06-07 Thread Paul Stanton
but I wonder if something like this will work: ? -Original Message- From: Paul Stanton [mailto:[EMAIL PROTECTED] Sent: 07 June 2007 09:19 To: Tapestry users Subject: 4.1 programmatically define message key Hi all, How would I write this without the If, with just one

4.1 programmatically define message key

2007-06-07 Thread Paul Stanton
Hi all, How would I write this without the If, with just one Insert programmatically selecting the appropriate message key? Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: T4.1.1 - ComponentClass and Component annotation question

2007-06-07 Thread Paul Stanton
hows the release coming? Jesse Kuhnert wrote: I think I'm going to start a vote to release it this week, so if that goes well possibly this week. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: @Dialog form with validation errors broken

2007-06-05 Thread Paul Stanton
OK, I've changed my form declaration from to This stops the rendering issues and log messages, however how can I notify the user of their invalid entry? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: @Dialog form with validation errors broken

2007-06-04 Thread Paul Stanton
further to that: In my system out I get: WARNING: Parameters: Invalid chunk ignored. At the bottom of my page I get: DEBUG: invalid date string: 206-01-01 In the Dialog form (which shouldn't be visible) the DropdownDatePicker component does not render, while the rest of the form does. -

@Dialog form with validation errors broken

2007-06-04 Thread Paul Stanton
4.1.1 with the following example (pseudo code) <@Dialog hidden on load="true"> <@Form async="false"> <@DropdownDatePicker translator="translator:date,format=dd/MM/"/> When I submit the dialog's form with an invalid date ('01/01/206') the page re-loads with the dialog a

4.1.2 without maven

2007-06-04 Thread Paul Stanton
just downloaded the latest framework, contrib and annotation jars hoping they would work with the libs I already have for 4.1.1 they don't where can I get the project .zip or something to list the required libs and their versions? Thanks. ---

Re: dojo dialog to populate portion of form and submit

2007-05-31 Thread Paul Stanton
Fair enough, it was a pretty jumbled structure and as a result difficult to describe. Unfortunately I've moved on with my form separation method (as you describe how you use dialog forms) which works well enough. Essentially I had Now, when I used the dial

Re: scrolling window : dojo dialog vs thickbox

2007-05-31 Thread Paul Stanton
well, there's the issue of software bloat as well. I'm sure someone could write some components around jquery to rival the dojo components, but including both by default would be a bad idea imho. is this an issue worth raising with the dojo team? since dojo is the chosen javascript platform fo

Re: dojo dialog to populate portion of form and submit

2007-05-31 Thread Paul Stanton
t (it has to be done with js to paint it right). regards, Miguel On 5/30/07, Paul Stanton <[EMAIL PROTECTED]> wrote: how did you handle population of the dialog form portion? - To unsubscribe, e-mail: [EMAIL PROT

Re: dojo dialog to populate portion of form and submit

2007-05-30 Thread Paul Stanton
how did you handle population of the dialog form portion? Miguel Angel Hernández wrote: Hi Paul I've been in a very similar situation(but in tap4 with tacos) you're in. To solve it I decided to implement my own Dialog component which can be contained inside a form, and this worked fine for me.

Re: dojo dialog to populate portion of form and submit

2007-05-29 Thread Paul Stanton
anging 1 page to include a hack (if i can hack through this dialog issue). Any suggestions welcome. Paul. Paul Stanton wrote: 4.1.1 Firstly, I'm pretty sure what I'm trying to do is not possible, so read on with that in mind. My border component defines my form. This i

dojo dialog to populate portion of form and submit

2007-05-29 Thread Paul Stanton
4.1.1 Firstly, I'm pretty sure what I'm trying to do is not possible, so read on with that in mind. My border component defines my form. This is necessary because I have a tabbed structure where the tabs are LinkSubmit's and need to be associated with a Form. My page has part of the form c

scrolling window : dojo dialog vs thickbox

2007-05-29 Thread Paul Stanton
(4.1.1) I'm using a dojo dialog to dynamically display a form. I've noticed that when I scroll the page (browser scroll) while the form is displayed, the shadow does not take up the whole page (momentarily) ie you can see white at the top or bottom of the page instead of the tint. Also the di

Re: thickbox or dojo alternative

2007-05-29 Thread Paul Stanton
Thanks Renat, Very helpful. Renat Zubairov wrote: Hello, We are using the same scenario in our project http://code.google.com/p/bookie Check CategoryAdmin.html page for example: http://bookie.googlecode.com/svn/trunk/bookie-web/src/main/webapp/admin/CategoryAdmin.html Renat

thickbox or dojo alternative

2007-05-29 Thread Paul Stanton
Hello, I need to dynamically load a form into a dialog (not a popup) such as thickbox or a dojo dialog and then submit the parent page once the dialog form is submitted. The behaviour is as follows: 1. user clicks listed item on parent page 2. modal dialog is displayed populated with listed i

Re: XML translator/validator

2007-05-28 Thread Paul Stanton
digester? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: T4.1.1 - ComponentClass and Component annotation question

2007-05-28 Thread Paul Stanton
where do i vote, i need it released desperately. Jesse Kuhnert wrote: I think I'm going to start a vote to release it this week, so if that goes well possibly this week. - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: T5 migration from T4

2007-05-28 Thread Paul Stanton
You can inject the RequestGlobals service, and obtain HttpServletRequest from it, then the session from the request. does that mean you can't inject HttpServletRequest ala 4.1? - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: updateComponent breaks rendering

2007-05-28 Thread Paul Stanton
so no one saw it ) is probably fixed in 4.1.2. On 5/25/07, Paul Stanton <[EMAIL PROTECTED]> wrote: Hi fellas, Tapestry 4.1.1 I'm trying to use ajax to update a common component without re-rendering the whole page, which works to some extent... Basically I call updateComponent on th

updateComponent breaks rendering

2007-05-25 Thread Paul Stanton
Hi fellas, Tapestry 4.1.1 I'm trying to use ajax to update a common component without re-rendering the whole page, which works to some extent... Basically I call updateComponent on the top most div inside this component, as there are a number of sub components each of which need to update.

Re: expert needed

2007-05-23 Thread Paul Stanton
Thanks, I've figured it out now, hadn't read the doc on 'selected' attribute :( Nick Westgate wrote: Isn't this just a field of your page base class? In T4 you can inherit, which should be great. In T3 I had to add the property to each .page file. Cheers, Nick. Pa

Re: expert needed

2007-05-23 Thread Paul Stanton
submitTarget Cheers, Nick. Paul Stanton wrote: Nick (or anyone), two questions: 1. If I define the form in the border component, why doesn't listener="listener:page.formSubmit" work? It seems I have to define a listener in the border component that delegates to the page method?

Re: expert needed

2007-05-23 Thread Paul Stanton
;tag' attribute of a LinkSubmit once the form is submitted? using this to decide which link was clicked sounds tidier than using the parameters attribute. Thanks again all of you. Nick Westgate wrote: Paul Stanton wrote: Hmm.. I guess what I don't get is how you can submit a form from a

Re: expert needed

2007-05-23 Thread Paul Stanton
thanks nick. Nick Westgate wrote: Paul Stanton wrote: Hmm.. I guess what I don't get is how you can submit a form from a DirectLink component. I'm guessing you can't, unless you emulate what LinkSubmit does: http://tapestry.apache.org/tapestry4.1/components/form/linksub

Re: expert needed

2007-05-23 Thread Paul Stanton
's the long and short of it. Ben Acker wrote: > Could you tell me more about the what the pages are and what the links > would > do on each of the pages? That may help with finding a solution to your > problem! > > -Ben > > > On 5/22/07, Paul Stanton <[EMAIL PROTEC

Re: expert needed

2007-05-22 Thread Paul Stanton
ut the what the pages are and what the links would do on each of the pages? That may help with finding a solution to your problem! -Ben On 5/22/07, Paul Stanton <[EMAIL PROTECTED]> wrote: Actually, I think something is missing .. how do I tell the links that I want to submit a form if a f

Re: expert needed

2007-05-22 Thread Paul Stanton
I am using this approach myself. - Original Message ----- From: "Paul Stanton" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Monday, May 14, 2007 8:56:54 PM (GMT-0500) America/New_York Subject: expert needed Tapestry 4.1 I've got a set of anchors () which are commo

Re: expert needed

2007-05-22 Thread Paul Stanton
myself. - Original Message - From: "Paul Stanton" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Monday, May 14, 2007 8:56:54 PM (GMT-0500) America/New_York Subject: expert needed Tapestry 4.1 I've got a set of anchors () which are common for a grou

Re: page under web-inf subdirectory won't load

2007-05-21 Thread Paul Stanton
Wow, that's cool. I was expecting you to say "when it's ready ..." :) Jesse Kuhnert wrote: I'm not sure. My most reliable ognl tester had the nerve to go on some kind of "honeymoon" this week so the lack of reported issues may be a false positive. ...I think I really need to get this out the d

Re: page under web-inf subdirectory won't load

2007-05-21 Thread Paul Stanton
:O OK .. thanks When is 4.1.2 expected to have a production ready release? Jesse Kuhnert wrote: That ~is~ what happens in 4.1.2. ..so.Maybe you should just try that out. On 5/21/07, Paul Stanton <[EMAIL PROTECTED]> wrote: OK, so the strategy seems primed for a fairly limited ap

Re: page under web-inf subdirectory won't load

2007-05-20 Thread Paul Stanton
right now. (though I was thinking of trying to add in some "guessing" sort of strategy for things but this will require a lot of thought to get right ) On 5/14/07, Paul Stanton <[EMAIL PROTECTED]> wrote: I'm using tapestry 4.1 Paul Stanton wrote: > Hi, > > Here'

expert needed

2007-05-14 Thread Paul Stanton
Tapestry 4.1 I've got a set of anchors () which are common for a group of pages and are contained within a component, however on each page they need to do different things. Essentially they will either submit a form on the page with or without client side validation or perform a simple page li

Re: page under web-inf subdirectory won't load

2007-05-14 Thread Paul Stanton
I'm using tapestry 4.1 Paul Stanton wrote: Hi, Here's how I would like to organise my templates: * security of storing my html files under web-inf * organisation of subdirectories * no page specifications So my desired structure is: name: "Page1" and "module/Page2&

Re: @Style load order

2007-05-13 Thread Paul Stanton
never mind, i worked it out. :) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

@Style load order

2007-05-13 Thread Paul Stanton
My Border component loads a base style. I'd like to be able to override CSS declarations with subsequent style sheets defined in pages which use the border component. This would be possible if I could only force the page's style to be rendered after the Border components style. CSS Overriding

Re: instantiate abstract asset class

2007-05-10 Thread Paul Stanton
maybe my problem is more to do with hivemind: basically i have an asset class (developed by someone else) which is non abstract, but still needs to reference a hivemind service. How can I have the service injected? I've tried using setter method injection, but since the asset class is not re

page under web-inf subdirectory won't load

2007-05-10 Thread Paul Stanton
Hi, Here's how I would like to organise my templates: * security of storing my html files under web-inf * organisation of subdirectories * no page specifications So my desired structure is: name: "Page1" and "module/Page2" template: "WEB-INF/Page1.html" and "WEB-INF/module/Page2.html" java: "co

Re: instantiate abstract asset class

2007-05-09 Thread Paul Stanton
u can instantiate an abstract class. Were you trying to test a component? http://tapestry.apache.org/tapestry4.1/tapestry-test/components.html On 5/8/07, Paul Stanton <[EMAIL PROTECTED]> wrote: What is the best way to instantiate an abstract class defini

instantiate abstract asset class

2007-05-08 Thread Paul Stanton
What is the best way to instantiate an abstract class defining an asset? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: simple ajax text update help please

2007-05-05 Thread Paul Stanton
Not sure that helps .. you can see my html files so you should be able to tell what is rendered. my question is what other registration do I have to perform to be able to utilise the updateComponent method? How do I identify my node etc. Thanks in advance Jesse Kuhnert wrote: I probably need

simple ajax text update help please

2007-05-03 Thread Paul Stanton
Hi All, I'm trying to do something very basic with ajax. I simply want a value to increment when an onchange event is triggered for another component. The listener is being called via ajax etc. but I cannot get my component to update. I understand I'm missing the logic which identifies and up

Re: Some Basic Form Handling

2007-05-02 Thread Paul Stanton
the right direction? Thanks, Don -- Paul Stanton Gunn Software PH: (02) 9918 3666 (ext 503) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

starting point for ajax with dojo and tapestry 4.1?

2007-04-30 Thread Paul Stanton
Hi, does anyone know of any good tutorials/demos for ajax with dojo and tapestry 4.1? thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: continue from same point after log in

2007-04-29 Thread Paul Stanton
Thanks Christian, I tried to implement it this way, but found implementing activateExternalPage on every page a bit of an overkill!! With my solution it 'just works' for every (GET) page with no additional work. But surely there is a better way to do it than both of these. PS I've removed t

continue from same point after log in

2007-04-26 Thread Paul Stanton
) + " successfully logged in."); return page; } throw new RedirectException(getForwardTo()); } setError("Invalid login. Please try again."); return this; } }

Re: Hivemind eager loading of a service which references tapestry services is not possible

2007-04-25 Thread Paul Stanton
Thanks, I've got it. For details see http://www.tapestryforums.com/-vp21462.html#21462 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Hivemind eager loading of a service which references tapestry services is not possible

2007-04-25 Thread Paul Stanton
st likely cause there is that your contributed service is the wrong type. On 4/25/07, Paul Stanton <[EMAIL PROTECTED]> wrote: Howard, At present this is all the output I'm getting, I haven't enabled Log4j/Logging yet though (haven't decided on the best way to do so). org.apache.

Re: Hivemind eager loading of a service which references tapestry services is not possible

2007-04-25 Thread Paul Stanton
ionServlet.init(ApplicationServlet.java:198) Howard Lewis Ship wrote: Check your console; there is almost certainly additional output describing why the code failed. On 4/25/07, Paul Stanton <[EMAIL PROTECTED]> wrote: Thanks Marcus, I think I'm closer but it still doesn't work. I&#

Re: Hivemind eager loading of a service which references tapestry services is not possible

2007-04-25 Thread Paul Stanton
Thanks Marcus, I think I'm closer but it still doesn't work. I've updated my hivemodule.xml, so now the initializer part reads: But now I get the following exception: org.apache.hivemind.ApplicationRuntimeException: Unable to construct service tapestry.init.MasterInitializer: Failure

Re: Hivemind eager loading of a service which references tapestry services is not possible

2007-04-23 Thread Paul Stanton
//tapestry.apache.org/tapestry4/tapestry/hivedocs/config/tapestry.init.ApplicationInitializers.html On 4/22/07, Paul Stanton <[EMAIL PROTECTED]> wrote: I'm trying to avoid Spring and use Hivemind to manage my Hibernate service. It's pretty basic stuff but one basic feature is proving v

Re: Tapestry Forum

2007-04-23 Thread Paul Stanton
r more static information. What do we need the forums for? Kalle On 4/23/07, Paul Stanton <[EMAIL PROTECTED]> wrote: It would be great to get a few of you over at http://www.tapestryforums.com/ I've signed up as a moderator to help out with the spam issues, but the place could reall

Tapestry Forum

2007-04-23 Thread Paul Stanton
It would be great to get a few of you over at http://www.tapestryforums.com/ I've signed up as a moderator to help out with the spam issues, but the place could really benefit from your knowledge. Paul. - To unsubscribe, e-

Re: @Meta and @InjectMeta with a boolean type

2007-04-22 Thread Paul Stanton
Thanks Jesse! I'll upgrade as soon as 4.1.2 is released. http://www.tapestryforums.com/ Jesse Kuhnert wrote: Ah...I knew this sounded familiar. I think it's fixed in 4.1.2-snapshot https://issues.apache.org/jira/browse/TAPESTRY-1204 On 4/22/07, Paul Stanton <[EMAIL PROTECTED]&g

Re: @Meta and @InjectMeta with a boolean type

2007-04-22 Thread Paul Stanton
with booleans works. Paul Stanton wrote: I saw a neat solution to meta data using annotations in the Vlib example that comes bundled with Tapestry 4.1.1. *Code:* @Meta({"anonymous-access=false", "admin-page=false"}) public abstract class VlibPage extends BasePage implem

@Meta and @InjectMeta with a boolean type

2007-04-22 Thread Paul Stanton
quot; in the components properties, but somewhere between ComponentPropertySourceImpl.getComponentProperty and my property injected method isMetaSecure, "true" is not being converted to boolean true. Has anyone come across t

Hivemind eager loading of a service which references tapestry services is not possible

2007-04-22 Thread Paul Stanton
ging service loading order (in ApplicationServlet.init) solves this, and equally possible that I've missed an obvious alternative. I've got a thread with all the relevant details: http://www.tapestryforums.com/can-hivemind-call-something-after-all-set-objects-vt9931.html -- Paul Stanton G

<    1   2   3   4   5   6