Re: [4.1] Checkbox component updates value to false regardless of selection

2008-02-19 Thread Andy Pahne
plate until there was nothing more than the two checkboxes and - it works. Thanks for your kind help and sorry for polluting the list with Tapestry unrelated issues. Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: [4.1] Checkbox component updates value to false regardless of selection

2008-02-18 Thread Andy Pahne
Ulrich Stärk schrieb: it might be the right time now to post your complete page class and page template before we start doing wild guesses... Here you are: Search2.java: --- public abstract class Search2 extends BaseBoo

Re: [4.1] Checkbox component updates value to false regardless of selection

2008-02-18 Thread Andy Pahne
Nope Andreas Andreou schrieb: That's weird... I have so many checkboxes working here... Perhaps you're binding the same object somewhere else? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: [4.1] Checkbox component updates value to false regardless of selection

2008-02-18 Thread Andy Pahne
I tried that, but the page property is updated to false, regardless of the checkbox selection. Andy Ulrich Stärk schrieb: Bind the value property of your checkbox to a page property. E.g. in your page class: public abstract boolean isChecked(); public abstract void setChecked(boolean

Re: [4.1] Checkbox component updates value to false regardless of selection

2008-02-18 Thread Andy Pahne
But iit does not work with 4.1.5, either. Andy Pahne schrieb: Also, which 4.1 version is this with? It's 4.1.3 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

Re: [4.1] Checkbox component updates value to false regardless of selection

2008-02-18 Thread Andy Pahne
Also, which 4.1 version is this with? It's 4.1.3 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[4.1] Checkbox component updates value to false regardless of selection

2008-02-18 Thread Andy Pahne
checkbox was selected or not. Is there something wrong with my component definition? Thanks, Andy -- Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: T5: Hibernate and threaded service

2008-02-06 Thread Andy Huhn
d do everything in one session. Andy On Wed, 2008-02-06 at 22:33 -0800, Angelo Chen wrote: > Hi, > > I have two services, namely MyCreate and MyThread, what they do is: > > MyCreate will append a new record using Tapestry-Hibernate's session and > MyThread will look it u

RE: Tapestry 5 book

2008-01-28 Thread Andy Huhn
with all of the basics, I still found it wonderfully enlightening to read through it. It's helping me pull together some of the basics that I haven't been able to get a handle on yet. Alexander...excellent job! Andy On Mon, 2008-01-28 at 15:45 +, Kolesnikov, Alexander GNI wrote: > I hav

Re: T5: Service and thread

2008-01-24 Thread Andy Huhn
Angelo, Additionally, if you have a job that you want to schedule to do this download, you could use a scheduler such as Quartz to kick off the job without any intervention. Andy On Thu, 2008-01-24 at 01:45 -0800, Angelo Chen wrote: > Hi, > > I have a service which does some file down

[4.1] Howto create an ILink for a page

2008-01-18 Thread Andy Pahne
); default: throw new ApplicationRuntmieException("boo boo"); } } Thanks, Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: T5 naming and case peculiarities

2008-01-12 Thread Andy Huhn
Josh, I've been looking for that! Thanks for the tip! Andy > This is configurable in Eclipse. Under Window | Preferences look at Java | > Code Style there is a "Conventions for variable names" section where you can > tell eclipse what your prefix/suffix preferences

Re: Tapestry 5 book update

2008-01-11 Thread Andy Huhn
Thanks for the update, Alexander...and thanks for ensuring quality. I look forward to seeing the finished product! Andy On Fri, 2008-01-11 at 08:39 +, Kolesnikov, Alexander GNI wrote: > I was informed by the publisher that the book is going to be "uploaded > for printing" th

Re: [T5] 5.0.7 - Help with log4j.properties file

2008-01-07 Thread Andy Huhn
seems to be logging what I expect. Andy On Mon, 2008-01-07 at 15:07 -0800, buckofive wrote: > Is no one else having issues logging 3rd party libraries? I am unable to get > any hibernate or spring logs. I have tried creating several different > tapestry test projects using the 5.0.7 arch

Re: [ANN] Tapestry 5 book is available for pre-order

2008-01-03 Thread Andy Huhn
Hi Alexander, I know this is out of your control...but I thought you may have some insight into the status. Do you know how soon this book will be available? I've pre-ordered, and I'm very much looking forward to getting my copy! Andy On Wed, 2007-11-14 at 09:45 +, Kolesnikov,

Re: T5: Getting the logical name of a page

2008-01-02 Thread Andy Huhn
Josh, That's exactly what I was looking for. Thanks a bunch! Andy On Wed, 2008-01-02 at 22:55 -0800, Josh Canfield wrote: > I think what you're looking for is ComponentClassResolver, you can inject it > into your page. It has two methods: > > resolveP

T5: Getting the logical name of a page

2008-01-02 Thread Andy Huhn
ahblah.pages.messages.Contact then I can no longer use this (simpleName() returns "Contact", but the createPageLink() method needs "messages/Contact"). So my question is this: is there a method somewhere in Tapestry that will return "messages

Re: Maven: archetype.xml descriptor cannot be found

2007-12-20 Thread Andy Huhn
Martin, I agree with you...I think I initially tried gcj, but quickly gave up and switched to sun's jdk. I've used jdk 1.5 and 1.6 both, and haven't noticed issues with either one. Andy On Thu, 2007-12-20 at 17:39 +0100, Martin Ågren wrote: > > I'm on Debian Lenny al

T4: problem with OGNL expression caching

2007-12-20 Thread Andy Pahne
ent. On the other pages a nasty class cast exception is thrown. Is there a way to fine tune (or deactivate) ognl expression caching? Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven: archetype.xml descriptor cannot be found

2007-12-19 Thread Andy Huhn
Hi Martin, I'm on Debian Lenny also, and I haven't had any issues. Although I believe I was on T5.0.5 when I installed the quickstart, not 5.0.6. Andy On Wed, 2007-12-19 at 17:38 +0100, Martin Ågren wrote: > Hi, > > It surprises me not having heard about this yet,

Re: T5: using a filter to manage virtual hosts

2007-12-18 Thread Andy Huhn
est r = _rqstGlbls.getHTTPServletRequest(); setSrvrName( r.getServerName() ); . . } That did the trick! I didn't have to use any kind of dispatcher or request filter. Andy On Tue, 2007-12-18 at 18:51 -0800, Angelo Chen wrote: > Hi Andy, > > Were you able to make it run? any tips on accompl

Re: T5: Quartz and the IoC Registry?

2007-12-18 Thread Andy Huhn
obs; the ScheduledJob was a wrapper around > some scheduling information and a Runnable object. Dependencies were > injected into the contribute method(s) and packaged up as Runnable's > that are part of the configuration. The JobRunner was @EagerLoad. > > On Dec 14, 2007 9:22

T5: Quartz and the IoC Registry?

2007-12-14 Thread Andy Huhn
uld be quite an impact on the machine's resources. Does anyone have a good feel for how much memory I can expect to give up if I instantiate a second instance of the Registry? Thanks, Andy - To unsubscribe, e-mail: [EMAIL PROTE

Re: T5: GridDataSource - descending by default

2007-12-13 Thread Andy Huhn
Hi Ronald, Grid.setSortAscending( false ); http://tapestry.apache.org/tapestry5/apidocs/index.html?org/apache/tapestry/corelib/components/Grid.html Andy On Wed, 2007-12-12 at 16:19 -0800, ronaldlee wrote: > Hi, > > Does anyone know how to set the default sorting order of G

Re: problem displaying german umlaute

2007-12-12 Thread Andy Pahne
I already added -Dfile.encoding=utf-8 to the tomcat options. I am currently trying the solution that Salamon posted, I'll let you know if that works... Andy Lukas Ruetz schrieb: Hi, If all your property-files are encoded in UTF-8 then it's maybe your servlet-container - in case

problem displaying german umlaute

2007-12-12 Thread Andy Pahne
g with Eclipse and double checked that all the files arte encoded in UTF-8. Can anybody help or point me to the right direction? Thanks, Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tapestry 6

2007-12-06 Thread Andy Huhn
I'm curious, Emmanuel...how much have you contributed to Tapestry? On Thu, 2007-12-06 at 21:35 +0100, Emmanuel Sowah wrote: > -- Forwarded message -- > From: Emmanuel Sowah <[EMAIL PROTECTED]> > Date: Dec 6, 2007 4:53 PM > Subject: Re: T5: Anyone using PageTester? > To: Tapestry us

Re: T5: Grid queries partial data

2007-12-03 Thread Andy Huhn
Ronald, This is a bug in the Grid implementation. See http://issues.apache.org/jira/browse/TAPESTRY-1901 Thanks, Andy On Mon, 2007-12-03 at 15:09 -0800, ronaldlee wrote: > Thanks! > > I can get it to work, kind of. > > I am encountering a situation where in the "pr

Re: T5 - Stream source output to text file

2007-12-03 Thread Andy Huhn
It's not elegant, but you could use a command-line tool like "wget". Andy On Mon, 2007-12-03 at 08:41 -0800, patrick whalen wrote: > Could anyone give me any pointers or directions on how to stream the html > output that Tapestry generates out to a text file, which w

T5: fixed-width Grid?

2007-12-01 Thread Andy Huhn
All, Is there a way to make a Grid fixed-width? That is, if it's more than x number of pixels, a scroll bar is rendered attached to the HTML table? (Not attached to the entire viewport). Thanks, Andy - To unsubscribe, e

Re: possible bug: onActivate/onDeactivate and ComponentActions

2007-12-01 Thread Andy Huhn
I think console warnings are a great thing, and I hope you're not thinking about doing away with them! Maybe it's just because I'm a newbie, but I comb through those logs looking for problems if I get any unexpected behavior. Thanks, Andy On Sat, 2007-12-01 at 11:54 -0800, Ho

Re: Dynamic pages (or: arguments to pages)

2007-11-26 Thread Andy Huhn
Kaspar, If you're using T5, see http://tapestry.apache.org/tapestry5/tapestry-core/guide/pagenav.html Especially the section titled "Page activation". Andy On Mon, 2007-11-26 at 19:49 +0100, Kaspar Fischer wrote: > Hi All, > > I am new to Tapestry and would be glad

Re: T5: onActivate woes

2007-11-26 Thread Andy Huhn
his make a difference? Thanks, Andy On Sat, 2007-11-24 at 17:00 -0800, Howard Lewis Ship wrote: > You are using 5.0.5? I believe 5.0.6 has a fix for this, wherein the > method invocation order is by number of parameters, decreasing. > > You may have to do: > > Object onActivate(Ob

Re: T5: onActivate woes

2007-11-24 Thread Andy Huhn
like this is the expected behavior. Thanks, Andy On Sat, 2007-11-24 at 17:00 -0800, Howard Lewis Ship wrote: > You are using 5.0.5? I believe 5.0.6 has a fix for this, wherein the > method invocation order is by number of parameters, decreasing. > > You may have to do: > >

Re: [ANN] Tapestry 5 book is available for pre-order

2007-11-24 Thread Andy Huhn
Alexander, This link appears to have been taken down. Is the book still on schedule? Thanks, Andy On Wed, 2007-11-14 at 09:45 +, Kolesnikov, Alexander GNI wrote: > It can be pre-ordered from the publisher's website: > > http://www.packtpub.com/tapestry5/book > > Ch

T5: onActivate woes

2007-11-24 Thread Andy Huhn
ted and added to the session state. The Link that is being generated, then, doesn't have any context included, so when the user finishes logging in, the user is taken back to the page, with no context. Is this a Tapestry bug, or is there a better way of han

Re: T5: Tapestry-Hibernate, do we have to save()?

2007-11-24 Thread Andy Huhn
no primary key, to create a new entity) 3) In OnActivate( Integer PrimaryKey ), I use DataStore to populate entity--I think this is only executed once Andy On Fri, 2007-11-23 at 13:34 +0530, lasitha wrote: > On Nov 23, 2007 4:29 AM, Angelo Chen <[EMAIL PROTECTED]> wrote: > > > &

Re: T5: using a filter to manage virtual hosts

2007-11-21 Thread Andy Huhn
Fernando, Thank you very much, that's exactly what I was looking for! Andy On Wed, 2007-11-21 at 06:52 -0800, Fernando Padilla wrote: > You don't like the pages just calling request.getServerName() themselves? > > ps - request could be a tapestry Request object, or it mi

T5: using a filter to manage virtual hosts

2007-11-21 Thread Andy Huhn
estry that will let me add a context parameter to a URL without having to write the regular expressions to parse it, etc.? 3) Is there any way I can put that logic into each page instead? Does each page have access to the server name that was used in the URL? Th

T5: Grid component calls prepare() and getRowValue() with incorrect values

2007-11-10 Thread Andy Huhn
_DAO.delByRId(prmRId); _listAccount._actList.setCurrentPage( 1 ); <-- this line solves the problem return( _listAccount ); } But I don't believe this should be necessary. Thanks, Andy

Re: Feedback wanted on IoC documentation

2007-11-09 Thread Andy Huhn
he pattern. Thanks for putting so much effort and thought into the documentation...it's very valuable for us users, and for the acceptance of the project! Andy On Fri, 2007-11-09 at 10:09 -0800, Howard Lewis Ship wrote: > I've been working on new documentation about Tapestry IoC (s

Re: T5: Intercepting the body of a component

2007-11-09 Thread Andy Huhn
again. Then the component has isolated into one Document everything generated by its own body, and it could do its own transformations and then call write() on the original MarkupWriter. Thanks, Andy On Thu, 2007-11-08 at 19:50 -0800, Howard Lewis Ship wrote: > This is one of those cases that

T5: Intercepting the body of a component

2007-11-08 Thread Andy Huhn
s to manipulate the latest elements added. But it appears that the MarkupWriter doesn't support XPath. Help? Thanks, Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: T5: Preparing a pristine object for re-use

2007-11-07 Thread Andy Huhn
Bless you, Kris! This is exactly what I needed! I've been reading the mailing list religiously, and trying to dig through the documentation. I saw the discussion you referenced, but a lot of it went over my head. Thanks very much! Andy On Wed, 2007-11-07 at 09:05 +0100, Kristian Marin

T5: Preparing a pristine object for re-use

2007-11-06 Thread Andy Huhn
buildAccountDAO( Session prmSn ) { return new AccountDAOImpl( prmSn ); } But it appears the constructor is only being executed the first time the DAO is injected, it is not being executed on subsequent injections. Am I missing something? Thanks, Andy

Re: [Fwd: T5: basic CRUD pattern]

2007-11-06 Thread Andy Huhn
Thank you, Cesar! My hair was saved just in the nick of time. Andy On Mon, 2007-11-05 at 22:50 -0600, César Lesc wrote: > may be this post can help your hair. > > http://article.gmane.org/gmane.comp.java.tapestry.user/45921 &

[Fwd: T5: basic CRUD pattern]

2007-11-05 Thread Andy Huhn
user's edits on the form. Thanks, Andy --- Begin Message --- Hello, I know I'm going to show myself as a newbie...but I've been pulling my hair out for hours (and I don't have a whole lot left to pull out!), and I need some help. Is there an example of a basic T5 CRUD app out

T5: basic CRUD pattern

2007-11-05 Thread Andy Huhn
I attempt to create a new row. I'm on 5.0.6. Thanks, Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: T5: Issues contributing a coercion?

2007-10-30 Thread Andy Huhn
class loader issues, the EditPgaeModelImpl class known to > your services layer is literally not the same class as the one > Tapestry uses to instantiate your page (once it gets down rewriting it > to fit in with Tapestry's runtime model). > > On 10/29/07, Andy Huhn <[EMAI

T5: Issues contributing a coercion?

2007-10-29 Thread Andy Huhn
pting to coerce from com.homeed.pages.EditPageModelImpl to com.homeed.pages.PageModel. It says that coercion isn't available...however, look halfway through the available list...this very coercion is listed! Am I missing something obvious? Thanks, Andy Failure reading parameter pageModel of component account/Edit

Re: T5: Null date displayed in a Grid raises error

2007-10-29 Thread Andy Huhn
Thank you, Marcelo! I'll give it a try. Andy On Mon, 2007-10-29 at 10:43 -0200, Marcelo Lotif wrote: > Hi Andy, > I have the same problem. I solved it using a pretty simple component to > format dates and numbers, actually a workaround... > > the component is here >

T5: Null date displayed in a Grid raises error

2007-10-26 Thread Andy Huhn
hanks, Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: T5: Grid component with SQL-based paging/sorting

2007-10-21 Thread Andy Huhn
Thank you Howard, that's exactly what I needed! Andy On Sat, 2007-10-20 at 23:26 -0700, Howard Lewis Ship wrote: > It's interface GridDataSource. > > What you may be missing is that Tapestry convieniently coerces > java.util.List to GridDataSource for you. However if

T5: Grid component with SQL-based paging/sorting

2007-10-20 Thread Andy Huhn
I know that in T4, I could write a DAO class that implemented IBasicTableModel, and in that DAO class, I could put the logic to include the order by/paging in the query. But I can't find anything similar to that in T5. Please

Re: T5: Using external Hibernate-mapped entities: the "contribute" method goes where?

2007-10-01 Thread Andy Buckley
on is done programmatically rather than via the hibernate.cfg.xml file - but thanks for the suggestion anyway! Cheers, Andy -- Andy Buckley: CEDAR @ IPPP, Durham Work: www.cedar.ac.uk www.insectnation.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

T5: Using external Hibernate-mapped entities: the "contribute" method goes where?

2007-10-01 Thread Andy Buckley
ould be inconvenient anyway!) so where should I put it? Help! :-) Thanks, Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Trouble with the Tap 5 tutorial

2007-04-03 Thread Andy Zimmerman
y to resolve this problem? Thanks, Andy Zimmerman

Re: AW: Tapestry 4.1.2-SNAPSHOT

2007-03-07 Thread Andy
I had the same problem a few days ago. I added all m2-repos from the Tapestry pom.xml to my project's pom.xml and then everything worked again... Andy Paulo Ramos wrote: I am using javassist 3.0 Peter Schröder escreveu: does your server contain the javassist lib in the expected ve

PatternValidator example

2007-02-28 Thread Andy
pleasy copy and paste? Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tapestry 4.1.2: (server side) Input Validation has no effect

2007-02-22 Thread Andy
"delegate=ognl:beans.delegate", "clientValidationEnabled=ognl:false" }) public abstract IForm getReservationStartForm(); And the form field, defined in the template: Label

Re: For Component Question

2006-12-13 Thread Andy Pahne
Oh, and there is contrib:Table of course: http://tapestry.apache.org/tapestry4.1/tapestry-contrib/componentreference/table.html A. Ashish Kheterpal schrieb: I am new to Tapestry and want to display a collection of items in a table with the ability to control the number of rows and columns t

Re: For Component Question

2006-12-13 Thread Andy Pahne
Yes, there's the For component. See http://tapestry.apache.org/tapestry4.1/components/general/for.html In order to control the number of rows I would filter the collection before I pass it to the For component. Andy Ashish Kheterpal schrieb: I am new to Tapestry and want to disp

Re: 4.1 and get/setClientId()

2006-12-13 Thread Andy Pahne
Now I have an idea: is it enough to simply make my ComponentClasss abstract? A. Andy Pahne schrieb: Hello, I have a component from the old 3.0 days that inherits from BaseComponent. After uprading to 4.1.1-SNAPSHOT I am supposed to implement both getClientId() and setClientId

4.1 and get/setClientId()

2006-12-13 Thread Andy Pahne
lease enlighten me on this? Thanks, Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

need help with design of a component

2006-11-08 Thread Andy Pahne
t knowing their id's? Do you have any suggestions or a better solution for my problem? Thanks, Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using BrowserEvent stuff in conjunction with @EventListener Annotation

2006-10-01 Thread Andy Pahne
Sorry, my question was wrong, it should be: Has anybody an example for using BrowserEvent with the @EventListener annotation, please? Andy Andy Pahne schrieb: Has anybody an example for using the @BrowserEvent Annotation? Andy

Using @BrowserEvent Annotation

2006-10-01 Thread Andy Pahne
Has anybody an example for using the @BrowserEvent Annotation? Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: DropdownDatePicker recently broken (4.1-SNAPSHOT) ?

2006-09-26 Thread Andy Pahne
resentation of the date "03.03.2007", but no luck either: DropdownDatePicker insist to recieve a java.util.Date. It worked a while ago, I am sure. Andy Andy Pahne schrieb: I am playing around with 4.1-SNAPSHOT, trying a few things. I had a DropdownDatePicker that was worki

DropdownDatePicker recently broken (4.1-SNAPSHOT) ?

2006-09-26 Thread Andy Pahne
now is: The date-pickers text field says "NaN undefined NaN" The debugging messages says "DEBUG: invalid date string: NaN-NaN-NaN" I have no idea. Do you? Andy - Take Surveys. Earn Cash.

Creating an EngineService to server files from disk still valid approach in Tapestry 4.1?

2006-09-16 Thread Andy Pahne
documented online? I think this requirement is quite common to many projects, isn't it? Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tapestry 3.0 DTD Compatability

2006-09-13 Thread Andy Pahne
spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Andy Pahne Email [EMAIL PROTECTED] Telefon

Re: @EventListener question

2006-08-28 Thread Andy Pahne
other fileds wont be a problem and all should work. Regards, On 8/28/06, Andy Pahne <[EMAIL PROTECTED]> wrote: I can't submit it because the user has to fill in some more fields. Maybe I am wrong. There is nothing about submitting the form (async). I will try that. The user then mi

Re: @EventListener question

2006-08-28 Thread Andy Pahne
I can't submit it because the user has to fill in some more fields. Maybe I am wrong. There is nothing about submitting the form (async). I will try that. The user then might fill in the rest... Thanks, Andy Pedro Viegas schrieb: Hi there Andy, Why can't you submit the form li

@EventListener question

2006-08-28 Thread Andy Pahne
m = "myForm") public void countryChanged(IRequestCycle cycle) { cycle.getResponseBuilder().updateComponent("regionSelection"); } So: how can I access the value of the [EMAIL PROTECTED]'s value that triggerd the listener method? I think that the page property is no

Re: DatePicker (4.1.1-SNAPSHOT): positioning is not very good

2006-08-26 Thread Andy Pahne
abd I forgot to mention: that's on Firefox 1.5.0.6 Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DatePicker (4.1.1-SNAPSHOT): positioning is not very good

2006-08-26 Thread Andy Pahne
I am using DatePicker with Tapestry 4.1.1-SNAPSHOT. It works, but the DatePickers position is not optimal: it's places under the HTML-Table that contains the form. I would expect it to pop up right next to the cursor (next to the DatePicker's icon). Can I control the positi

Re: Krysalis Menu Component

2006-08-09 Thread Andy Chu
still get chopped off at the next frame, is there a work around this. thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Andy Chu, Chief Technical Officer of PiSoft C

4.0.2. deps in maven repository

2006-05-27 Thread Andy Pahne
e for org.apache.hivemind.impl.BaseLocatable. Fix the build path then try building this project Maybe there's sth. wrong with the 4.0.2 uploads in the maven2 repo? Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

<    1   2   3   4   5   6