Re: How to call locale properties file based on urls

2013-02-10 Thread karthi
Thanks for your replies.. I've done.

I have kept multiple properties file under the app name for multiple
languages & tml pages also. & 

My properties, tml pages loaded as per the language, However the css files
are not loading?

I've kept css in this structure:

My deployment path is src/main/webapp under that

I have --> layout/images/

&   --> layout/css files, js files etc.,

When checked using firebug, found that my css call changed 
from href="layout/styles.css" 
to href="de/layout/styles.css"

Is this correct? Do I have to create multiple language style sheets also?



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/How-to-call-locale-properties-file-based-on-urls-tp5719862p5719924.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-10 Thread Ken in Nashua
I maintain my own folder of dependencies and fabricate them into my own 
repository by invoking a batch script.

kinda like this.. look at the mail...tools...hibernate... ones
it dsont hurt pre-populating your local repo to get thru builds that fail

for example... if I need the oracle jars...

#oracle
call mvn -e install:install-file -DgroupId=oracle.jdbc.driver
 -DartifactId=oracle-jdbc -Dversion=9.0.2.0 -Dpackaging=jar 
-Dfile=%ORACLE_HOME%/jdbc/lib/classes12.jar -DgeneratePom=true

have fun

-- cut here ---

set PRODUCT_HOME=C:\Prototype\Mavenized\Product

#copy all extraneous jars that need to be downloaded manually from web to 
immediate ./manual.oem directory
call \devtools\bat\login.bat
call cls
%DEVDRIVE%

rem cd \
rem cd %PRODUCT_HOME%\t4
rem call mvn -e clean install

cd \
cd \devtools\bat


#jta
call
 mvn -e install:install-file -DgroupId=javax.transaction 
-DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar 
-Dfile=../manual.oem/jta-1_0_1B-classes.zip -DgeneratePom=true

#javax.persistence EJB
#rem
 call mvn -e install:install-file -DgroupId=javax.persistence 
-DartifactId=ejb -Dversion=3.0-public-draft-20060118 -Dpackaging=jar 
-Dfile=../manual.oem/ejb-3.0-public-draft-20060118.jar

#javax.persistence persistence-api
#rem
 call mvn -e install:install-file -DgroupId=javax.persistence 
-DartifactId=persistence-api -Dversion=1.0 -Dpackaging=jar 
-Dfile=../manual.oem/ejb-3.0-public-draft-20060118.jar

#activation
#call
 mvn -e install:install-file -DgroupId=javax.activation 
-DartifactId=activation -Dversion=1.0.2 -Dpackaging=jar 
-Dfile=../manual.oem/activation.jar

#connector
#call mvn -e 
install:install-file -DgroupId=javax.resource -DartifactId=connector 
-Dversion=1.0 -Dpackaging=jar -Dfile=../manual.oem/connector.jar

#mail
#call
 mvn -e install:install-file -DgroupId=javax.mail -DartifactId=mail 
-Dversion=1.3.2 -Dpackaging=jar -Dfile=../manual.oem/mail.jar

#tools
call
 mvn -e install:install-file -DgroupId=com.sun -DartifactId=tools 
-Dversion=1.6.0_22 -Dpackaging=jar -Dfile=%JAVA_HOME%/lib/tools.jar 
-DgeneratePom=true


#hibernate
#call mvn -e 
install:install-file -DgroupId=org.hibernate 
-DartifactId=hibernate-annotations -Dversion=3.3.0.ga -Dpackaging=jar 
-Dfile=../manual.oem/hibernate/hibernate-annotations-3.3.0.GA/hibernate-annotations.jar
#hibernate
#call
 mvn -e install:install-file -DgroupId=org.hibernate 
-DartifactId=hibernate -Dversion=3.2.6.ga -Dpackaging=jar 
-Dfile=../manual.oem/hibernate/hibernate-3.2/hibernate3.jar
#call mvn
 -e install:install-file -DgroupId=org.hibernate 
-DartifactId=hibernate-annotations -Dversion=3.3.0.ga -Dpackaging=jar 
-Dfile=../manual.oem/hibernate/hibernate-annotations-3.3.0.GA/hibernate-annotations.jar
#call
 mvn -e install:install-file -DgroupId=org.hibernate 
-DartifactId=hibernate-validator -Dversion=3.3.0.ga -Dpackaging=jar 
-Dfile=../manual.oem/hibernate/hibernate-validator/hibernate-validator.jar

#jfly-erinors
#call
 mvn -e install:install-file -DgroupId=com.erinors.tapestry 
-DartifactId=tapdoc -Dversion=0.6.0 -Dpackaging=jar 
-Dfile=../manual.oem/hibernate/hibernate-annotations-3.3.0.GA/hibernate-annotations.jar

#mysql
call
 mvn -e install:install-file -DgroupId=com.mysql.jdbc 
-DartifactId=mysql-jdbc -Dversion=5.0.7 -Dpackaging=jar 
-Dfile=../manual.oem/mysql-connector-java-5.0.7/mysql-connector-java-5.0.7-bin.jar
 -DgeneratePom=true

#oracle
call mvn -e install:install-file 
-DgroupId=oracle.jdbc.driver -DartifactId=oracle-jdbc -Dversion=9.0.2.0 
-Dpackaging=jar -Dfile=%ORACLE_HOME%/jdbc/lib/classes12.jar 
-DgeneratePom=true

#gsbase
call mvn -e install:install-file 
-DgroupId=com.gargoyle.test -DartifactId=gsbase -Dversion=2.0.1 
-Dpackaging=jar -Dfile=../manual.oem/gsbase/lib/gsbase-2.0.1.jar 
-DgeneratePom=true



##
#TYNAMO

#jdo
call
 mvn -e install:install-file -DgroupId=javax.jdo -DartifactId=jdo2-api 
-Dversion=2.3-ec -Dpackaging=jar 
-Dfile=C:/DEVTOOLS/manual.oem/jdo2-api-2.3-ec.jar -DgeneratePom=true


call
 mvn -e install:install-file -DgroupId=org.eclipse.persistence 
-DartifactId=javax.persistence -Dversion=2.0.0 -Dpackaging=jar 
-Dfile=../manual.oem/org.eclipse.persistence/javax.persistence-2.0.0.jar
 -DgeneratePom=true


call mvn -e install:install-file 
-DgroupId=org.eclipse.persistence -DartifactId=eclipselink 
-Dversion=2.3.0 -Dpackaging=jar 
-Dfile=../manual.oem/org.eclipse.persistence/eclipselink-2.3.0.jar 
-DgeneratePom=true

call mvn -e install:install-file 
-DgroupId=org.eclipse.persistence -DartifactId=eclipselink 
-Dversion=2.4.0 -Dpackaging=jar 
-Dfile=C:/DEVTOOLS/eclipselink-2.4.0/jlib/eclipselink.jar 
-DgeneratePom=true


call mvn -e install:install-file 
-DgroupId=org.jbpm.jbpm4 -DartifactId=jbpm-pvm -Dversion=4.0 
-Dpackaging=jar -Dfile=../manual.oem/org.jbpm.jbpm4/jbpm-pvm-4.0.jar  
-DgeneratePom=true


call mvn -e install:install-file 
-DgroupId=org.jbpm.jbpm4 -DartifactId=jbpm-jpdl -Dversion=4.0 
-Dpackaging=jar -Dfile=../manual.oem/org.jbpm.j

handleRequestException

2013-02-10 Thread TG
While saving a form, we got the following error -

Feb 10, 2013 11:26:01 PM
org.apache.tapestry5.internal.services.DefaultRequestExceptionHandler
handleRequestException
SEVERE: Processing of request failed with uncaught exception: Sanity check -
neither a stream response nor a redirect response was generated for this
action request.
java.lang.IllegalStateException: Sanity check - neither a stream response
nor a redirect response was generated for this action request.
at
org.apache.tapestry5.internal.services.ImmediateActionRenderResponseFilter.handle(ImmediateActionRenderResponseFilter.java:63)
at $ComponentEventRequestHandler_89a69b60a12.handle(Unknown Source)
at
org.apache.tapestry5.internal.services.AjaxFilter.handle(AjaxFilter.java:42)
at $ComponentEventRequestHandler_89a69b60a12.handle(Unknown Source)
at
org.apache.tapestry5.services.TapestryModule$41.handle(TapestryModule.java:2476)
at $ComponentEventRequestHandler_89a69b60a12.handle(Unknown Source)
at $ComponentEventRequestHandler_89a69b6090e.handle(Unknown Source)
at
org.apache.tapestry5.internal.services.ComponentRequestHandlerTerminator.handleComponentEvent(ComponentRequestHandlerTerminator.java:43)
at
org.apache.tapestry5.services.InitializeActivePageName.handleComponentEvent(InitializeActivePageName.java:39)
at $ComponentRequestHandler_89a69b60910.handleComponentEvent(Unknown
Source)
at $ComponentRequestHandler_89a69b608db.handleComponentEvent(Unknown
Source)
at
org.apache.tapestry5.internal.services.ComponentEventDispatcher.dispatch(ComponentEventDispatcher.java:46)
at $Dispatcher_89a69b608de.dispatch(Unknown Source)
at $Dispatcher_89a69b608d7.dispatch(Unknown Source)
at
org.apache.tapestry5.services.TapestryModule$RequestHandlerTerminator.service(TapestryModule.java:302)
at
org.apache.tapestry5.internal.services.RequestErrorFilter.service(RequestErrorFilter.java:26)
at $RequestHandler_89a69b608d8.service(Unknown Source)
at
org.apache.tapestry5.services.TapestryModule$3.service(TapestryModule.java:902)
at $RequestHandler_89a69b608d8.service(Unknown Source)
at
org.apache.tapestry5.services.TapestryModule$2.service(TapestryModule.java:892)
at $RequestHandler_89a69b608d8.service(Unknown Source)
at
org.apache.tapestry5.internal.services.StaticFilesFilter.service(StaticFilesFilter.java:90)
at $RequestHandler_89a69b608d8.service(Unknown Source)
at
org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:105)
at
org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:95)
at
org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier.withRead(ConcurrentBarrier.java:85)
at
org.apache.tapestry5.internal.services.CheckForUpdatesFilter.service(CheckForUpdatesFilter.java:119)
at $RequestHandler_89a69b608d8.service(Unknown Source)
at $RequestHandler_89a69b608cc.service(Unknown Source)
at
org.apache.tapestry5.services.TapestryModule$HttpServletRequestHandlerTerminator.service(TapestryModule.java:253)
at
org.apache.tapestry5.internal.gzip.GZipFilter.service(GZipFilter.java:53)
at $HttpServletRequestHandler_89a69b608ce.service(Unknown Source)
at
org.apache.tapestry5.internal.services.IgnoredPathsFilter.service(IgnoredPathsFilter.java:62)
at $HttpServletRequestFilter_89a69b608ca.service(Unknown Source)
at $HttpServletRequestHandler_89a69b608ce.service(Unknown Source)
at
org.apache.tapestry5.services.TapestryModule$1.service(TapestryModule.java:852)
at $HttpServletRequestHandler_89a69b608ce.service(Unknown Source)
at $HttpServletRequestHandler_89a69b608c9.service(Unknown Source)
at org.apache.tapestry5.TapestryFilter.doFilter(TapestryFilter.java:171)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at
org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:163)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at
com.opensymphony.sitemesh.webapp.SiteMeshFilter.doFilter(SiteMeshFilter.java:65)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at
org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at 
org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at
org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewrite

Re: Looking for Tapestry contractors in SF bay area

2013-02-10 Thread Chris Collins
Good questions.

Tapestry 5 with a thought towards whats going to happen when Howard drops the 
big one with the javascript re-write.

The job is to build a number of re-usable components to demonstrate multiple 
types of information retrieval (search page etc) but also a demonstrator 
application.  Also to build some admin UI for a search / data processing 
platform.

Hope that helps 

C
On Feb 10, 2013, at 2:20 AM, Muhammad Gelbana  wrote:

> I guess it's also important to ask, what tapestry version is used. Just in
> case it's not 5.
> 
> On Sun, Feb 10, 2013 at 11:50 AM, Emmanuel DEMEY
> wrote:
> 
>> Hi Chris
>> 
>> I am Emmanuel DEMEY, from te Tapestry5-jQuery. What kind of skills you
>> company is looping for?
>> 
>> Does the job can be done from France?
>> 
>> Emmanuel
>> 
>> Le samedi 9 février 2013, Chris Collins a écrit :
>> 
>>> Sorry for the spam.  If your an experience Tapestry consultant/contractor
>>> my company is in need of some of your skills.
>>> 
>>> Please contact me directly (p.s. no principles please).
>>> 
>>> Chris
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> 
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>> 
>>> 
>>> 
>> 
>> --
>> Emmanuel DEMEY
>> Ingénieur Etude et Développement
>> ATOS Worldline
>> +33 (0)6 47 47 42 02
>> demey.emman...@gmail.com
>> http://emmanueldemey.fr/
>> 
>> Twitter : @EmmanuelDemey
>> 


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: getting tapestry out there

2013-02-10 Thread Bob Harner
John,

> One of the markets I am intersted in serving has settled on JSF as the 
> technology of choice. So
> there are loads of devs out there they can pick from. What hope is there of 
> breaking this
> stranglehold of an etablished standard technology with tapestry?

I wish I had a good answer for that one. I think we probably need to
do some more sustained, focused advocacy of some kind, for one thing.

I have the feeling that a lot of the JSF adoption is due to the
poorly-informed recommendations of semi-technical managers -- the kind
who do more reading than coding. It's tough to sell them (and their
risk-averse employers) on the idea of using a technology that you
don't often find on candidates' resumes.

But, in my experience, developers who already know JSF can learn
Tapestry very quickly, and then they end up being much more productive
than they ever were with JSF. So maybe that's the selling point:
Tapestry as a better, stronger, faster framework for JSF developers.

Maybe we need to look at how we can make Tapestry even easier for JSF
developers to learn.

> I think it would help if there was a consultancy rather than me be an 
> individual dev.

Can you explain this idea a little more? I'm not sure what you mean by
a consultancy here.

On Sun, Jan 27, 2013 at 7:38 AM, Thiago H de Paula Figueiredo
 wrote:
> On Sun, 27 Jan 2013 10:25:19 -0200, John  wrote:
>
>> Hi,
>
>
> Hi!
>
>
>> I'm sure having a book is also a great way to get this great technology
>> taken more seriously.
>
>
> We already have a very good one, written by one of the committers, Igor
> Drobiazko:
> http://blog.tapestry5.de/index.php/2013/01/25/tapestry-5-book-is-here/.
>
> --
> Thiago H. de Paula Figueiredo
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Looking for Tapestry contractors in SF bay area

2013-02-10 Thread Muhammad Gelbana
I guess it's also important to ask, what tapestry version is used. Just in
case it's not 5.

On Sun, Feb 10, 2013 at 11:50 AM, Emmanuel DEMEY
wrote:

> Hi Chris
>
> I am Emmanuel DEMEY, from te Tapestry5-jQuery. What kind of skills you
> company is looping for?
>
> Does the job can be done from France?
>
> Emmanuel
>
> Le samedi 9 février 2013, Chris Collins a écrit :
>
> > Sorry for the spam.  If your an experience Tapestry consultant/contractor
> > my company is in need of some of your skills.
> >
> > Please contact me directly (p.s. no principles please).
> >
> > Chris
> > -
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> 
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> 
> >
> >
>
> --
> Emmanuel DEMEY
> Ingénieur Etude et Développement
> ATOS Worldline
> +33 (0)6 47 47 42 02
> demey.emman...@gmail.com
> http://emmanueldemey.fr/
>
> Twitter : @EmmanuelDemey
>


Re: Looking for Tapestry contractors in SF bay area

2013-02-10 Thread Emmanuel DEMEY
Hi Chris

I am Emmanuel DEMEY, from te Tapestry5-jQuery. What kind of skills you
company is looping for?

Does the job can be done from France?

Emmanuel

Le samedi 9 février 2013, Chris Collins a écrit :

> Sorry for the spam.  If your an experience Tapestry consultant/contractor
> my company is in need of some of your skills.
>
> Please contact me directly (p.s. no principles please).
>
> Chris
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

-- 
Emmanuel DEMEY
Ingénieur Etude et Développement
ATOS Worldline
+33 (0)6 47 47 42 02
demey.emman...@gmail.com
http://emmanueldemey.fr/

Twitter : @EmmanuelDemey