Deploying .war file to jetty (Something is going wrong - please help!)

2013-10-30 Thread Steve
Hi, So far I have been using the run jetty eclipse plugin to run my project and it is working fine. I have now got the task of setting this up to run on the production server rather than my localhost. The server is on opensuse rather than my local windows installation, but that shouldn't make a d

Re: Deploying .war file to jetty (Something is going wrong - please help!)

2013-10-30 Thread Steve
building a war again and see if it works after cleaning the eclipse project. On 30 October 2013 15:23, Steve wrote: > Hi, > > So far I have been using the run jetty eclipse plugin to run my > project and it is working fine. > I have now got the task of setting this up to run on the prod

Re: Deploying .war file to jetty (Something is going wrong - please help!)

2013-10-30 Thread Steve
when the deadline hits for me in 2 weeks that I am able to put it where it needs to be. Thanks, Steve On 30 October 2013 15:40, Steve wrote: > Hi, > > Sorry to bother you - the plot thickens. > So I have just found if I do: > mvn clean war:war > It will delete the target

Re: Quartz for Tapestry5

2013-08-12 Thread Steve
es it to the component. The component when the data is submitted will put that into the object (or that is the idea). There is a good chance i'm doing something very wrong here, but I can't see why it's not working, or what a better way is. Thanks, I really appreciate any help. If

Form inside component isn't working as I expected (Fairly new to tapestry, help greatly appreciated!)

2013-08-12 Thread Steve
es it to the component. The component when the data is submitted will put that into the object (or that is the idea). There is a good chance i'm doing something very wrong here, but I can't see why it's not working, or what a better way is. Thanks, I really appreciate any help. If

Re: Form inside component isn't working as I expected (Fairly new to tapestry, help greatly appreciated!)

2013-08-12 Thread Steve
with that, and no doubt a lot of headaches in the future. I also wasn't aware that "Tapestry never interprets HTML generated in MarkupWriter or Element or OutputRaw", so that's good to know for future (but should be unnecessary anyway). I really appreciate your help. Steve (S

Re: Form inside component isn't working as I expected (Fairly new to tapestry, help greatly appreciated!)

2013-08-13 Thread Steve
project, and because of your help - things are actually working well - you have made my week. If there is anything I can give you a hand with (Although, I see I can't help you with development!), such as user testing or anything, please do let me know. Thanks, Steve On 12 August 2013

Re: Form inside component isn't working as I expected (Fairly new to tapestry, help greatly appreciated!)

2013-08-14 Thread Steve
soon as I know what I'm doing myself :). Steve On 13 August 2013 20:37, Lenny Primak wrote: > I second that. That's how I learned tapestry and it was quick and easy. > > On Aug 13, 2013, at 12:55 PM, Howard Lewis Ship wrote: > >> I'd recomment Igor

Re: Book proposal withdrawn :-(

2013-09-03 Thread Steve
lly an option. I don't know how feasible this is to you, and unfortunately as a student i'm not rich so alone I am not going to be 'paying anyones bills'. However if you find that others are in the same boat, who knows. Thanks, Steve On 24 August 2013 20:08, Thiago H de Paula Figu

Broken links and my own confusion - T5.4 upgrade

2013-09-13 Thread Steve
and if my steps are correct to upgrade). Again, sorry I am not used to maven yet, or Tapestry - I am learning. For reference, I have attached my pom.xml. I hope that this the mailing list works with attachments. Thanks, I really appreciate any guidance. Steve http://maven.apache.org/POM/4.0.0 htt

Quick question about where best to store user files

2013-09-27 Thread Steve
e the local path to it. However, is there a way to protect these files? I assume I am doing something very, very wrong here but I just don't know exactly what. I'd really appreciate some guidance. Thanks, Steve

Re: Broken links and my own confusion - T5.4 upgrade

2013-09-27 Thread Steve
Hi Serge, Sorry for my late reply. Thanks for the pointers, that's perfect. I really appreciate your help, Steve On 14 September 2013 22:30, Serge Eby wrote: > Hi, > > Since 5.4 is still under development, your best bet to keep up is to follow > the announcements on the mai

Re: Quick question about where best to store user files

2013-09-27 Thread Steve
l get back to you soon and let you know how it goes. Thanks again for your help, can't say enough how much trouble this has probably saved me. Steve On 27 September 2013 15:09, Thiago H de Paula Figueiredo wrote: > On Fri, 27 Sep 2013 11:04:41 -0300, Barry Books wrote: > > D

Re: Quick question about where best to store user files

2013-09-27 Thread Steve
e library or another. Thanks again, Steve On 27 September 2013 15:52, Steve wrote: > Hi, > > Ok, I understand exactly what I need to do now. It's going to take me a > bit of time to change what I have done so far but this is exactly the > information I needed. > > I

Re: Datatables warning when using

2013-10-23 Thread Steve
s like the approach you are using is also documented under "Approach 1: @Import". Hope this helps, i'm new to Tapestry myself so please take what I say with a pinch of salt, but the documentation seems to show how it can be done (I believe you would just need an if statement in your page c

Integration Testing using Selenium + Eclipse

2013-10-23 Thread Steve
Hello, I hope everyone is having a good day. I am sure this has been asked before but when searching I haven't been able to find a solution. I have an T5 application which runs ok, but I know there are some issues and I would like to start using selenium whilst it is still early in the project. I

Re: Integration Testing using Selenium + Eclipse

2013-10-23 Thread Steve
wrote: > Just run it as usual TestNG unit test. > You may probably need TestNG eclipse plugin for this: > http://testng.org/doc/eclipse.html > > > On Wed, Oct 23, 2013 at 6:38 PM, Steve wrote: > >> Hello, >> >> I hope everyone is having a good day. >>

Re: Integration Testing using Selenium + Eclipse

2013-10-23 Thread Steve
e my action should be to make sure these are all stored locally in the src/main/webapp/layout/js directory. I wonder why this is though. Thanks, Steve On 23 October 2013 15:58, Steve wrote: > Excellent, thanks Dmitry. I just gave that a try and I am a step closer. > > Even though my tes

Embedding a file on a page using StreamResponse from another component.

2013-10-24 Thread Steve
Hi, I think I am doing something very, very wrong. What I have currently works - but I get a feeling that it's not the best way of doing it. I'm hoping for a little bit of advice again (sorry to ask so many questions recently, and sorry this is a long one). This is the issue: I have some dynamic

Re: Embedding a file on a page using StreamResponse from another component.

2013-10-24 Thread Steve
a token which is valid only to that user as a parameter, but I think i'm so far off the mark.. there must be an easier way. On 24 October 2013 16:32, Steve wrote: > Hi, > > I think I am doing something very, very wrong. What I have currently > works - but I get a feeling that it&#

Re: Embedding a file on a page using StreamResponse from another component.

2013-10-24 Thread Steve
need to be easily directly editable on the server if required and if it is all file based it also makes it easy to back up for now. I think I will save it along with the user object using onetime tokens and see how well that works for now. Thanks for your input, I really appreciate your help! Steve

Re: Embedding a file on a page using StreamResponse from another component.

2013-10-25 Thread Steve
The PDF cannot be displayed, please update your browser. The decision about which block to display is made by a delegate method which looks at the filename to decide which block is most likely appropriate. Thanks, Steve On 24 October 2013 17:56, Steve wrote: > Hi, > > Thanks for the

Re: How create Autocomplete with selectbox

2013-10-25 Thread Steve
uck with this, please let me know what you have tried and i'll try to help more. I'm a bit of a tapestry noob also (only been using it maybe 4 months), but I implemented something similar with a particular jquery script I wanted for displaying data and it worked fine. Thanks, Steve On 23 Oc

Re: Datatables warning when using

2013-10-25 Thread Steve
Thanks for getting back to us - Glad it helped! I'm regularly asking questions here myself so I'm just happy I was able to help someone else :D. Have a good weekend, On 25 October 2013 05:08, lidijaldo . wrote: > Will keep that in mind, thanks! > > Regards, > Lidija > > > On Thu, Oct 24, 2013 a

Re: [5.4.23] Troubleshooting Live Class Reloading

2013-10-25 Thread Steve
t is two places to check?). I also have under the "Jetty" tab the "Show advanced options" ticked, and "ParentLoadPriority" is ticked. I don't know exactly what these do. Steve On 25 October 2013 12:49, Peter Hvass wrote: > Hi Taha, > > > Thanks

Re: Please help me in migration of Tapestry 4.0.2 to 4.1.5

2008-03-21 Thread Steve Shucker
thing that implements the List interface. If necessary, you can change the method signature and downcast later. Generally, you don't want to refer to the implementation classes explicitly except during construction. -Steve Rohan Kalyan wrote: Hi all, we are working on migration of tap

Re: [T4] PageRedirectException in pageValidate after AjaxDirectLink

2008-03-26 Thread Steve Shucker
>\n"); writer.write(""); } replace "params.getOriginalUrl()" with the entry URL for your app. This code generates a response that the tapestry/dojo wiring will interpret by parsing the window.location.href javascript. -Steve Kelly Merrell wrote: I

Re: [T4] PageRedirectException in pageValidate after AjaxDirectLink

2008-03-27 Thread Steve Shucker
irebug to grab a dojo response and looked for some JS that I knew was executing. Once you know to look for a custom header, the rest is easy. -Steve Kelly Merrell wrote: Thanks for the example Steve. My only issue is that I don't seem to be getting a "dojo-ajax-request" hea

RE: Tree w/Checkbox on each node--Way to Fix Indent?

2006-06-30 Thread Steve Shucker
s backing class) and add a volatile=true property to the PartialFor component. It's not ideal, but it's working great for me. -Steve -Original Message- From: Tyrone Hed [mailto:[EMAIL PROTECTED] Sent: Thursday, June 29, 2006 9:57 PM To: users@tapestry.apache.org Subject: Tre

RE: How to set cookie ftom T4 application for different host

2006-06-30 Thread Steve Shucker
rsonally, I have a small bit of logic to detect if my app is running on localhost (development) and not set the cookie domain. Otherwise, it gets set to my company's domain. -Steve -Original Message- From: Audrius Peseckis [mailto:[EMAIL PROTECTED] Sent: Friday, June 30, 2006 6:06 AM

RE: Tree w/Checkbox on each node--Way to Fix Indent?

2006-06-30 Thread Steve Shucker
Sorry, I mis-filed it. I saw this as a variation of bug 32 and added a comment on there (dated 5/3/2006). I just looked at the bug tracker and realized that bug had been long-closed. Do you want to reopen 32 or should I re-file? -Steve -Original Message- From: Jesse Kuhnert [mailto

RE: Re: heap analysis and tapestry caches

2006-07-11 Thread Steve Shucker
not a solution, but it enlarges the bit of memory that's running out and gives you several more happy deployments. -Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Gendler Sent: Tuesday, July 11, 2006 7:47 PM To: Tapestry users Subject:

contrib:Table paging in @For loop

2006-07-20 Thread Steve Shucker
n behavior like this before or know of a workaround? -Steve

RE: contrib:Table paging in @For loop

2006-07-21 Thread Steve Shucker
superclass. I added a tag just before the table and implemented a custom listener to call pageBeginRender on the pager. It really should have been an initialize() call, but that's a private method and pageBeginRender doesn't do anything besides call initialize(). -Steve -Origin

RE: How to pass a parameter to an ASO constructor?

2006-08-01 Thread Steve Shucker
property and use reflection in the createStateObject method. At least that serves a broad enough purpose to disguise the fact that it's an ugly kludge. -Steve public class BooleanFactory implements StateObjectFac

RE: listener desired on "For" component

2006-08-17 Thread Steve Shucker
Try putting an @InvokeListener component in your @For loop. -Steve -Original Message- From: Patrick Moore [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 1:13 AM To: Tapestry users Subject: listener desired on "For" component Hi there -- I have a situation

Re: WG: Question: Can not get access to object fields (Null Pointer Exception) pls pls help!

2006-09-12 Thread Steve Shucker
As a general rule, it's safer to put the literal first in statements like this: "admin".equals(user.getState()) If anyone wants to say that it looks/reads a bit funny, I'll agree. It's an odd syntax, but it protects you from NPEs. -Steve Martin Strand wrote:

Re: Dynamic columns

2006-09-20 Thread Steve Shucker
Just use an ognl expression for the "columns" attribute of the table. Never underestimate the coolness of the terniary operator. -Steve [EMAIL PROTECTED] wrote: Anybody know a simple way to dynamically add a column to a table (using Contrib:Table)? I want a table to have a new c

Re: Custom exception page

2006-09-27 Thread Steve Shucker
text.append("Property: " + property.getName() + " = " + property.getValue() + "\n"); } } String[] stack = exceptions[exceptions.length-1].getStackTrace(); for (String stackItem : stack) { text.append(stackItem + "\n");

Re: Custom exception page

2006-09-27 Thread Steve Shucker
setExceptions(exceptions); } } I should mention that there are other gurus on this list who can probably tell you how to make all this stuff log by properly configuring hivemind. But if you want to play with the message, my code should suit you. -Steve [EMAIL PROTECTED] wrote: Thank

Re: Button values dont print

2006-09-28 Thread Steve Shucker
as the printer thinking it should ignore white. -Steve andyhot wrote: so, it's not a tapestry issue, is it? Peter Dawn wrote: the html is and in my css I have, .buttonSpecial { font: #FF; and the rest } any ideas. ---

Re: Newbie question about ApplicationServlet

2006-10-05 Thread Steve Shucker
y to avoid them. Personally, I'm more comfortable with a well-tested library to manage threads for me. Tapestry does a lot of things right, but it sounds like a good chunk of your project is better covered by Spring's problem domain. Fortunately, they play nice together. -Steve Dav

[JOB] Tapestry Developer

2006-11-01 Thread Steve Motola
Current need for a Tapestry developer for client project. Familiarity with Tapestry 3 and 4. Versed in Hibernate and Spring. Tacos a plus. Send resumes and questions to [EMAIL PROTECTED] Steve Motola [EMAIL PROTECTED] (310) 422-5521 The Lab, LLC

Changing template locations

2006-11-02 Thread Steve Shucker
'd settle for putting another hivemodule.xml in my test WEB-INF folder to search the classpath instead of WEB-INF. -Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Changing template locations

2006-11-03 Thread Steve Shucker
or interactive or selenium testing, not rearranging files in a webapp. -Steve Mark Stang wrote: Package them as Tapestry Libraries. Mark J. Stang Senior Engineer/Architect office: +1 303.468.2900 mobile: +1 303.507.2833 Ping Identity -Original Message----- From: Steve Shucker [mailto:[

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-11-06 Thread Steve Shucker
why this used to work, though. -Steve Gabriel Lozano wrote: Hi Sorry, but i finally dont know what is the answer to the issue of upgrading tapestry and the datepicker not working. Why is this happening? or should we instead use the dropdownTimePicker? When I click on the date icon ( for the da

Re: Tapestry-Hibernate

2006-11-06 Thread Steve Shucker
inefficient. - Not tested on hibernate3 (works on hibernate2) I'm really looking for a better way to do this and watching to see what James comes up with in the next version of tapernate. -Steve Daniel Tabuenca wrote: So do you have some way of locking all objects to the new session o

Re: getting .page and .html from a database

2006-12-02 Thread Steve Shucker
tapestry wiki for how to write a delegate and DynamicBlock for the trick with URL handlers to turn a string into a hivemind resource. -Steve @Entity @Table(name = "tapestry_components") @SequenceGenerator(name = "SEQ", sequenceName = "tapestry_components_SEQ")

Bean validator - validation method not being called

2006-12-07 Thread Steve Wells
Java page class: // This will work for built in validators but not the custom bean if (getDelegate().getHasErrors()) { log.info("Entry Errors found: " + getDelegate().getFirstError()); return null; } TIA, Steve

Re: Bean validator - validation method not being called

2006-12-07 Thread Steve Wells
validation failure, I stupidly kept trying the empty field case. doh! On 08/12/06, Steve Wells <[EMAIL PROTECTED]> wrote: A bit of validation grief here (Tapestry 4.0.2), I hope someone can help or provide an example of their own of this (besides the one in Kent Tongs book). I'm trying to crea

Re: getting .page and .html from a database

2006-12-11 Thread Steve Shucker
ce, so it's not something I'd be calling regularly from a production app. If you did, you'd probably start getting PermGen errors. That's a side benefit of the versioned templates approach I used - saving a new version means a new URL and a new entry in the page cache. No flus

Squeeze adapter issue with Beanform

2006-12-17 Thread Steve Wells
ready registered. ok both Beanform and my squeezer have a prefix and they are different. Before I go posting slabs of Hive modules etc does anyone have a clue here? Using Tap 4.1.1-SNAPSHOT. Thanks, Steve

Re: Border component, Application state object, jwcid

2006-12-17 Thread Steve Wells
Related to this is to check for the existence of an ASO: You are logged on as Click here to login... On 18/12/06, Dennis Sinelnikov <[EMAIL PROTECTED]> wrote: Border.java: @InjectState("visit") public abstract Visit getVisit(); Border.html hth, Dennis Josh Joy wrote: > Hi All,

Re: Squeeze adapter issue with Beanform

2006-12-18 Thread Steve Wells
r I was expecting. I was treating SqueezeAdapter.getPrefix() to set a unique String key for a squeezer, so that "A" is different to "AA". Now I know but perhaps this trap could be removed? Thanks all for your suggestions. Steve On 19/12/06, Barry Books <[EMAIL PROTECTED]>

Re: Squeeze adapter issue with Beanform

2006-12-18 Thread Steve Wells
anForm squeezer prefix to just be a single character, in order to minimize conflicts... On 12/18/06, Steve Wells <[EMAIL PROTECTED]> wrote: > > hmmm, thanks and good thinking guys not sure it nails it though... > > The prefix is "P" but I have tried others., BeanForm us

specless pages in libraries

2006-12-29 Thread Steve Shucker
okup code. Is this intentional, an oversight, or am I misreading the source code? I know I can write an ISpecificationResolverDelegate to change this behavior, but it struck me as something that should happen by default. -Steve ---

Re: How to move tapestry project to the web root

2006-12-29 Thread Steve Shucker
ve got a for *.page) -Steve Mahmut Izci wrote: Huang Gehua schrieb: Always our project is run under the path with a context path ,For example: http://someHost:8080/prjectName/app If i want use url like this [http://someHost:8080/app] to visit my app ,How to do? Tomcat always defines a default contex

Re: T4 Pre-Initialization?

2007-07-12 Thread Steve Shucker
The registry is initialized in tapestry's ApplicationServlet.init(). In web.xml, you need to specify 1 for the servlet configuration. This will force ApplicationServlet.init() to run when the application is deployed instead of the first time a tapestry page is hit. -Steve Norman F

Re: Pages Library

2007-07-19 Thread Steve Shucker
Use whatever prefix your library is mapped with. It's the "id" attribute in your *.application file. BTW, I've found that you NEED to include a *.page file for pages in libraries. Maybe it was fixed in the 4.1.2 release, but specless pages in libraries never worked for

[T5] Binding messages to assets

2007-07-30 Thread Steve Kondik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is there any way to bind messages into assets (JS or CSS)? This works great with inline scripts (message prefix), but obviously not with context resources. Since assets are cached anyway, it seems like it should be simple to implement, but I'm not su

Re: OGNL Null Problem

2007-09-26 Thread Steve Shucker
: #this.checkIn.time, #this.checkOut == null ? null : #this.checkOut.time, adultsPerRoom} More likely the first one. -Steve Andreas Andreou wrote: - Go with T4.1.3 - uses latest OGNL which brings several perf. enhancements. - Try ognl:{null, '999', checkIn == null ? null : checkIn

Re: page size

2007-10-24 Thread Steve Shucker
You can probably set the ajaxDelegate attribute of @Shell to null (or your own renderer). The dojo initialization code looks like it comes from there. -Steve michael wrote: hi we are evaluating tapestry for a web application for mobile phones. we have to keep the size of the pages low

Re: Change value property in @Option

2007-11-28 Thread Steve Shucker
onModel or StringConvertedPropertySelectionModel. If those don't suit your needs, you can easily write a custom model. -Steve neo anderson wrote: I have similar problem. Is anyone know how to solve it? Thanks in advice. Blackwings wrote: Hi, I'm looking for the way to chan

Re: Blank value for PropertySelection

2007-11-28 Thread Steve Shucker
Look at the LabeledPropertySelectionModel. From the javadoc: Decorates an underlying [EMAIL PROTECTED] IPropertySelectionModel}adding an initial property. The label, option, and value of the initial property are configurable. Joshua Jackson wrote: Dear all, I have a combo box defined as fo

T4: replacing script asset in AbstractSubmit

2007-12-03 Thread Steve Shucker
unwire non-ajax submit buttons when they're clicked as well, but I haven't tried implementing that yet. -Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems Deploying T5 Apps with Component Modules in Jetty

2007-12-05 Thread Steve Eynon
To clarify, I only have the one component module (the WebsiteTagsModule) and it is only in that .jar that I specify the Tapestry-Module-Classes property in the MANIFEST.MF. Cheers for thinking about this, Steve. On 05/12/2007, Chris Lewis <[EMAIL PROTECTED]> wrote: > Nice catch :-).

Problems Deploying T5 Apps with Component Modules in Jetty

2007-12-05 Thread Steve Eynon
viceBinder binder)" method and receive a similar message. I've done the usual searches (tapestry website, google, mailing lists) and not found any mention of anyone having deployment problems outside of Tomcat. Are there any known gotchas with respec

Re: Problems Deploying T5 Apps with Component Modules in Jetty

2007-12-05 Thread Steve Eynon
message on fresh installs of Jetty 5.1.9, 5.1.5, 5.1.2 and even Jetty 6.1.6. Steve. On 05/12/2007, Chris Lewis <[EMAIL PROTECTED]> wrote: > You say you've tried auto binding, but have you tried explicitly setting > the id? Like so: > > public static void bind(Service

Re: T4: replacing script asset in AbstractSubmit

2007-12-07 Thread Steve Shucker
AP); } } the script there just has the include line for my util.js Here's my Submit subclass: @ComponentClass(allowBody = false, allowInformalParameters = true, reservedParameters = "name,type,defer") public abstract class ShadySubmit extends AnnotatedSubmit { @InjectScript

Re: Problems Deploying T5 Apps with Component Modules in Jetty

2007-12-08 Thread Steve Eynon
ot; system parameter, so I can now have the component module picked up by both a stand-alone Jetty instance and the Eclipse Jetty Launcher. Cheers, Steve. On Dec 5, 2007 4:58 PM, Thiago HP <[EMAIL PROTECTED]> wrote: > On 12/5/07, Steve Eynon <[EMAIL PROTECTED]> wrote: > > >

Re: Problems Deploying T5 Apps with Component Modules in Jetty

2007-12-08 Thread Steve Eynon
to at some point for some reason!) Maybe consider logging a warning message instead? That would then give more context to the "Service id has already been defined" error message. Steve. On Dec 8, 2007 5:26 PM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > Makes me wonder if Tap

[T5] Component Module Templates Not Rendering

2007-12-08 Thread Steve Eynon
fine. Does anyone have any ideas as to why this may be? Regards, Steve. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [T5] Component Module Templates Not Rendering

2007-12-08 Thread Steve Eynon
Hi, Yes, thanks. It was to do with files being corrupted when the components module was installed into the maven repo. Thanks for the tip, it all hangs together quite nicely now. Best regards, Steve. On Dec 8, 2007 8:04 PM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > Is there any c

Re: Problems Deploying T5 Apps with Component Modules in Jetty

2007-12-09 Thread Steve Eynon
If it helps redeem me any, I've been an avid follower of Tapestry since v3 and advocate it to all and sundry. And I am truely impressed with the clean design of T5. Regards, Steve. On Dec 9, 2007 5:04 PM, Chris Lewis <[EMAIL PROTECTED]> wrote: > This leaves me with two questions: &g

Re: T4: replacing script asset in AbstractSubmit

2007-12-11 Thread Steve Shucker
.style.margin = "8px" covering.appendChild(img) component.insertBefore(covering,component.firstChild) coverings.push(covering) } I also ripped out the offsetLeft hack because that didn't really fix my IE problems. I think it just didn't like being applied in a float=ri

Re: Conditional validation in T4?

2007-12-21 Thread Steve Shucker
ong's book. -Steve Drew McAuliffe wrote: I'm running into a problem with validators in T4. I have a situation where I sometimes need to validate a field on a form, but only if another field on the same form has a certain set of values. For example, a "ship quantity" field

Re: [T5] using   in template

2007-12-27 Thread Steve Eynon
See the "Template Doctypes" section at http://tapestry.apache.org/tapestry5/tapestry-core/guide/templates.html for more info. Steve. On 16/12/2007, Arve Klev <[EMAIL PROTECTED]> wrote: > I put this line at the top of the template: > "http://www.w3.org/TR/xhtml1/

hibernate session-per-request and re-enlistment

2007-01-10 Thread Steve Shucker
if anyone else has come up with a really robust strategy. -Steve The lazy loading problem can't really be solved in a generalized way. But, Tapernate does a lot of work for you. I wouldn't suggest using the property persistence strategies from Tapernate right now. I'm working o

Beanform: Nested Beanforms with Binding Overrides

2007-01-10 Thread Steve Wells
llows: Any ideas? Thanks, Steve

Re: Beanform: Nested Beanforms with Binding Overrides

2007-01-10 Thread Steve Wells
27;t? Or neither of them work? What do you mean by "all I see is the [PROPERTY_NAME] coming out"? As an aside, what is the following binding on "bf_inner" supposed to be doing? text="literal:possibility" On 1/11/07, Steve Wells <[EMAIL PROTEC

Re: Beanform: Nested Beanforms with Binding Overrides

2007-01-10 Thread Steve Wells
ok, after rolling back to just a simple one-off Beanform on its own and it still failing ,cleaning the hell out of everything, the problem seems to have (most unbelievably) been an empty left-over .page file; it only had the ... Serve me right for leaving mess around. On 10/01/07, Steve Wells

Re: Recommendation...

2007-01-12 Thread Steve Wells
://sourceforge.net/projects/tapcaycrud The docs are probably more useful than the app: http://tapcaycrud.sourceforge.net/ It might help. Steve On 12/01/07, Koka Kiknadze <[EMAIL PROTECTED]> wrote: > Would it be easier to just stick with Tapestry and Hibernate? If you are worried about havin

Re: Tacos:Tree - Node opens after submit only

2007-01-17 Thread Steve Shucker
box/[EMAIL PROTECTED] If you're not in a form, ignore me. -Steve Manuel Thurn wrote: Hello everybody, I tried to implement a tree using the sources of the Tacos demo (I use Tacos 4.0.0 with Tapestry 4.0.2) as a guide but the nodes won't open in Ajax style (without page reload). When I clic

[JOB] Tapestry Developer

2007-01-18 Thread Steve Motola
! Steve Motola [EMAIL PROTECTED] (310) 422-5521 The Lab, LLC http://www.thelabllc.com Content is for intended recipient only. This message was sent using IMP, the Internet Messaging Program

Re: Friendly URL's and service encoders

2007-01-22 Thread Steve Shucker
I'm not sure if it's legal to map the "html" extension to two different encoders. Try using a different extension for the external pages. -Steve Peter Stavrinides wrote: Does anyone have any ideas? Peter Stavrinides wrote: Hi everyone I am having some trouble with frie

Re: HiveMind problem while deploying on WebLogic

2007-01-25 Thread Steve Shucker
Good point about xml parsers. I've had problems with weblogic8.1 (jdk1.4.2) and xml parsing. This wasn't with tapestry, but my problems were solved by putting xalan2.6.0, xercesImpl2.6.2 and xml-apis in the jre/endorsed folder of the JVM weblogic was using. -Steve Howard Lewis

[JOB] Lucene

2007-02-23 Thread Steve Motola
Any Lucene experts available for contract? Spring / Hibernate a big plus. Get in touch with me if interested. Steve Motola [EMAIL PROTECTED] (310) 422-5521 The Lab, LLC http://www.thelabllc.com Content is for intended recipient only

Re: Tapestry 4 dynamically changing the template

2007-03-02 Thread Steve Shucker
looked up that attribute for the current user and displayed the correct component. -Steve Moore, Andrew wrote: Hi, I'm planning on writing a content management system in Tapestry. The plan is that the users should be able to write and design their own html pages, and then with a simple tapestry

Re: plugins for a tapestry app?

2007-03-02 Thread Steve Shucker
e was something of a leftover and I'd rather do as much of my config as possible in hivemind instead. -Steve Dan Adams wrote: hmm. specifically for hibernate, how do you have it contribute new entities? On Thu, 2007-03-01 at 23:49 -0500, James Carman wrote: Since HiveMind is already integrat

Re: plugins for a tapestry app?

2007-03-02 Thread Steve Shucker
anonymous/anon Dan Adams wrote: Is there an anonymous login for this? On Fri, 2007-03-02 at 09:41 -0500, James Carman wrote: There's a HiveMind module for that, actually. Check out: http://svn.javaforge.com/svn/hivemind/hivemind-hibernate3/trunk/src/main/resources/META-INF/hivemodule.xml

Re: public abstract Boolean isQuery()

2007-03-13 Thread Steve Shucker
big-B Boolean uses get/set little-b boolean uses is/set you need one of public abstract Boolean getQuery() public abstract Boolean getIsQuery() public abstract boolean isQuery() -Steve Murray Collingwood wrote: Hi all Just trying to clarify my understanding. I had some code that looked like

Wrapping dojo components for tapestry

2007-03-15 Thread Steve Shucker
es. It seemed like this shouldn't involve nearly as much script as I saw there. The tacos 4.1 snapshot sources bothered me because ContentPane's init script had a specific check to see if it was in a tab container - that struck me as an impr

Re: Dynamic components with template (? extends BaseComponent)

2007-03-16 Thread Steve Shucker
atic structure/dynamic behavior, but may not function in the way you intended. -Steve Portuendo Vestado wrote: Hi all, I'm trying to find a way to have the Delegator component use some other component with a template (chosen at runtime) to render output, and the closest I found was using P

Re: Dynamic components with template (? extends BaseComponent)

2007-03-19 Thread Steve Shucker
ng it on tapestry 4.1.1 (with unrelated hacks to its source). http://www.behindthesite.com/blog/C1931765677/E20060309215538/index.html -Steve Portuendo Vestado wrote: Darn you're right, I've never even thought of that. finishLoad(), which I'm overriding to add the new implicit com

Re: Wrapping dojo components for tapestry

2007-03-19 Thread Steve Shucker
t the tapestry core sources than the tacos sources. Reading the dojo docs end-to-end instead of skimming would probably help me too. -Steve Jesse Kuhnert wrote: Yeah, I don't know why the dojo documentation has parseWidgets = true for everything. No one actually uses that setting for high p

Re: Wrapping dojo components for tapestry

2007-03-19 Thread Steve Shucker
Thanks, I found some useful examples there. -Steve Yiannis Mavroukakis wrote: I think lombok.demon.co.uk has what you need :) On Mon, 2007-03-19 at 09:01 -0700, Steve Shucker wrote: Creating the plain-vanilla web page and slowly moving it into the tapestry world is how I eventually

problem with "mvn jetty:run" from T5 tutorial

2007-03-24 Thread Steve Maring
at it is in the cetral repo right here? http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/8/ -Steve Maring - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: problem with "mvn jetty:run" from T5 tutorial

2007-03-24 Thread Steve Maring
Perhaps I am wrong in my thinking, the jar itself is not in the directory on the repo. Anybody know of a repo that WOULD have it? Thanks, Steve Maring Steve Maring wrote: I'm also have a problem trying to run "mvn jetty:run". I get: : Unable to download the artifact from

Re: BaseComponent begin render

2007-03-26 Thread Steve Shucker
called. Unless you're using that weird hack, just implement the interfaces and you're good to go. -Steve wong wayne wrote: Dear all Is BaseComponent have something similar BasePage PageBeginRenderListener? Since I have a BaseComponent and wish to set some properties when renderin

Re: Clustering Tapestry

2007-03-28 Thread Steve Shucker
For oracle, I dropped ojdbc14.jar in tomcat's common/lib folder. Due to a bug (which may be fixed), I had to include the username/password as part of the connection URL rather than as separate attributes. -Steve Marcos Chicote wrote: Hello. I've developed an app using tapestry4 +

  1   2   3   4   5   >