Re: T5 Tutorial

2007-07-12 Thread soir
Add version parameter as here: mvn archetype:create -DarchetypeGroupId=org.apache.tapestry -DarchetypeArtifactId=tapestry-simple -DarchetypeVersion=5.0.2 -DgroupId=org.example -DartifactId=myapp -DpackageName=org.example.myapp -Dversion=1.0-SNAPSHOT this will use version 1.0-snapshot of archetyp

Home page of application

2007-04-16 Thread soir
Hello, Could you tell me please, how do I make a link to home page of application, I mean the page assigned to "org.apache.tapestry.home-page" variable. Thank you in advice, Igor -- View this message in context: http://www.nabble.com/Home-page-of-application-tf3582700.html#a10011122 Sent from

Old application extensions in HiveMind way

2006-10-02 Thread soir
Hello! I'd like to implement "property-source" application extension to store some Tapestry properties in the database. The documentation (http://tapestry.apache.org/tapestry4/UsersGuide/configuration.html) says that application extenstions are deprecated in Tapestry 4.0 and HiveMind services sho

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-10-01 Thread soir
We don't use Tacos. Jessek wrote: > > Does anyone have any more information on when this happens? Could it be in > combination with another library perhaps ? (like tacos? ) . > > On 9/12/06, soir <[EMAIL PROTECTED]> wrote: >> >> >> Hello, >&g

Re: application namespace message catalog question

2006-09-22 Thread soir
y specification resides. > > Original-Nachricht > Datum: Thu, 21 Sep 2006 23:22:28 -0700 (PDT) > Von: soir <[EMAIL PROTECTED]> > An: users@tapestry.apache.org > Betreff: Re: application namespace message catalog question > >> >> I hav

Re: What does your project directory structure look like?

2006-09-21 Thread soir
My multimodule project's directory structure looks like (it's suggested by Maven): workspace\projectname workspace\projectname\src\main\java workspace\projectname\src\main\resources workspace\projectname\src\main\webapp workspace\projectname\src\main\webapp\images workspace\projectname\src\main\w

Re: application namespace message catalog question

2006-09-21 Thread soir
I have same issue. Application-level message catalog is not accessible from the components which are placed into same application library. Scott Jarvi wrote: > > Hi, > > I have a component that makes use of localized messages that may be shared > by other components and pages. Because of this

Re: ACEGI Security and Tapestry...

2006-09-18 Thread soir
I create ASO from my implementation of Acegi AuthenticationProcessingFilter in such way: protected void onSuccessfulAuthentication(HttpServletRequest request, HttpServletResponse response, Authentication authResult) throws IOException { super.onSuccessfulAuthentication(request, re

How to pass a parameter to my translator?

2006-09-12 Thread soir
Hello, I need some help from hivemind gurus. I'd like to pass an additional parameter to my own translator, something like this: How to implement this in hivemind? Thanks, Igor -- View this message in context: http://www.nabble.com/How-to-pass-a-parameter-to-my-translator--t

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-09-11 Thread soir
Hello, I've found same problem recently. Try to use DropdownDatePicker component instead. Igor Anders Cessner wrote: > > Hi, > > I recently upgraded from 4.0.2 to 4.1 and noticed that the datepicker > doesnt > work anymore. > > when the page is loaded i get this error: Could not load 'tapes

Re: CMS Integration

2006-09-05 Thread soir
Hello, I work on the integration of Jackrabbit repository with Tapestry. So far, I have implemented the loading of localized assets from CMS and now I am working on the loading of message files from CMS. Igor -- View this message in context: http://www.nabble.com/OT%3A-Tacos-issues-tf1875199.h

Re: Properties file in different location

2006-08-22 Thread soir
ySource"/> > value="service:tapestry.globals.ServletContext"/> > > > > {code} > > Regards, > Andrei Chiritescu > > soir wrote: >> Hello, I am looking for same solution too. I need to store properties >> files >> an

Re: Properties file in different location

2006-08-21 Thread soir
Hello, I am looking for same solution too. I need to store properties files and localized pictures in some directory on the server, outside Tapestry application. Does anybody knows how I can tell Tapestry look up for the localized content in some other directory, not in WEB-INF? Sincerelly yours,