Hi,
I've been trying to consume a Tapestry JSR-168 portlet in Oracle Portal
10.1.4, which has support for WSRP. However a very simple tapestry page
is (already) failing. This page displays some boilerplate text and a
form component including one text input item. Upon display the following
sta
Maybe to rephrase my question:
Who has successfully created a Tapestry JSR-168 portlet and consumed
this portlet in Oracle Portal 10.1.4 via a WSRP provider?
-J.
Jan Vissers wrote:
Hi,
I've been trying to consume a Tapestry JSR-168 portlet in Oracle
Portal 10.1.4, which has suppor
ael Jean
EntropySoft
-Original Message-----
From: Jan Vissers [mailto:[EMAIL PROTECTED]
Sent: lundi 6 mars 2006 09:33
To: Tapestry users
Subject: Re: Issue using Oracle Portal and Tapestry JSR-168 support (stack
included)
Maybe to rephrase my question:
Who has successfully created a Tapestry JSR-168 portl
Sorry - just read JIRA and noticed already some proposed fixes.
Jan Vissers wrote:
Thanks for the follow up!
I'll have a look at this issue.
The fixes you made, is this something you would care to share?
Raphaël Jean wrote:
Jan,
I've never tried Oracle Portal but I've bee
RY-802
Raphael Jean
EntropySoft
-Original Message-
From: Jan Vissers [mailto:[EMAIL PROTECTED]
Sent: lundi 6 mars 2006 09:33
To: Tapestry users
Subject: Re: Issue using Oracle Portal and Tapestry JSR-168 support
(stack
included)
Maybe to rephrase my question:
-( The link in this document doesn't exist
Instead of repos there is a repository directory but the rest of the
path is nowhere to be found
Jesse Kuhnert wrote:
http://wiki.apache.org/jakarta-tapestry/BuildingTapestry
On 3/7/06, Jan Vissers <[EMAIL PROTECTED]> wrote:
What
require
an active session. In WSRP, all resource URLs should be encoded regardless of
whether they are stateful or not.
I created a jira issue for this problem: TAPESTRY-802
Raphael Jean
EntropySoft
-Original Message-
From: Jan Vissers [mailto:[EMAIL PROTECTED]
Sent: lundi 6 mars
Oeps, I'll try again and get back to you, ok?
Raphaël Jean wrote:
Jan,
Which branch did you get?
I believe you need to get the 4.0 branch.
Raphael Jean
EntropySoft
De: Jan Vissers [mailto:[EMAIL PROTECTED]
Date: ven. 17/03/2006 15:10
À: Tapestry
/03/17 17:12:59
com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
06/03/17 17:12:59 java.lang.Thread.run(Thread.java:534)
06/03/17 17:12:59
**********
Jan Vissers wrote:
Oeps, I'll tr
time, the portlet displays the stacktrace.
The call to _response.getPrintWriter(contentType) somehow has resulted
in the unsupported getPrintWriter() call.
I'm lost, what could be causing this?
-J.
Jan Vissers wrote:
Well... what can I say. Getting the 4.0 branch did get me a bit
fur
Tapestry 4.0 together with Hivemind 1.1(.1) works on Oracle Application
Server 10.1.3
it also works on 10.1.2.x.x once you've fixed an issue with the resolver
in Hivemind
that occurs on 10.1.2.x.x. (this is the same issue you mention for orion).
I will include a bit of code that works for me, t
In package org.apache.hivemind.util.URLResource (Hivemind 1.1.1)
change existing newResource method to:
protected Resource newResource( String path )
{
if(path.startsWith("jndi:")) {
path = "jar:file:///" + path.substring(5);
int endOfJar = path.indexOf(".jar") + 4;
For what it's worth... I don't know whether you're already using
Oracle Application Server 10.1.3. Oracle slowly is getting there I
guess, cos this version is actually quite good.
-J.
>
>
>
> Original Message
>From: [EMAIL PROTECTED]
>To: tapestry-user@jakarta.apache.org
>Subject: Re: Tap
Yep, we've seen this before. At the moment you have at least two
options.
- Use OC4J 10.1.3 (a preview edition), which would resolve the issue
- Modify hivemind so it can deal with the restrictions set by OC4J
(Try "Google" to get details as to how)
Hope this helps
-J.
>
>
>
> Original M
Hi,
It could be that this is a stupid question, or that it already has been
asked many times - but at the moment I do not know the answer so here goes.
Suppose I have a CSS that heavily uses the "ID" selector, can this
coexist with the way Tapestry pages are generated? It has been a while
s
D, you will get into styling problem. :(
Thanks
- Original Message - From: "Jan Vissers" <[EMAIL PROTECTED]>
To: "Tapestry users"
Sent: Friday, November 25, 2005 6:25 AM
Subject: Tapestry and styling using the CSS ID Selector
Hi,
It could be that this is a stupi
Interesting...We're about to start experimenting on exactly the same
thing. It should be possible using Oracle Portal 10.1.4 - which was
recently made avaible.
>
>
>
> Original Message
>From: [EMAIL PROTECTED]
>To: tapestry-user@jakarta.apache.org
>Subject: RE: Tapestry Portlet support and
http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=EclipseHTMLEditor
NYG wrote:
Hi,
I know this is not an Elipse mailing list, but it would be nice if I can use it to edit HTML while working with Tapestry.
Which plugins should I download?
Thanks!
NYG
Hi,
Investigating how to use HiveMind combined with Tapestry, I came to the
conclusion that my hivemodule.xml when placed in the WEB-INF directory
doesn't get picked up. It only works if I place the hivemodule.xml in
WEB-INF/classes/META-INF. Is this correct?
Thx.
--
Cumquat Information Tec
Hi,
Can someone please give me some tips as to how to use my own
log4j.properties file to perform logging. I can't seem to get this
working, and I need it desperately. I placed log4j.properties in
/WEB-INF/classes (and tried some other stuff) but that didn't work.
Thx.
-J.
--
Cumquat Inform
You may want to set the
org.apache class to at least INFO level as there is a lot of stuff
spit out from that.
-Nick
On 6/16/05, Jan Vissers <[EMAIL PROTECTED]> wrote:
Hi,
Can someone please give me some tips as to how to use my own
log4j.properties file to perform logging. I can'
Excellent Denis, this did it for me!
Denis Golubev wrote:
Can someone please give me some tips as to how to use my own
log4j.properties file to perform logging. I can't seem to get this
working, and I need it desperately. I placed log4j.properties in
/WEB-INF/classes (and tried some other s
Hi,
I'm trying to use ListEditMap in conjunction with a domain object that
(also) carries a int instance member.
Q1 - is this possible? (I now get a message like:
Parameter value (29) is an instance of java.lang.Integer,
which does not inherit from java.lang.String.
I was ho
Q2 should have been:
"can I use validField in conjuction with ListEditMap?" instead of
"...ListEdit?"
Jan Vissers wrote:
Hi,
I'm trying to use ListEditMap in conjunction with a domain object that
(also) carries a int instance member.
Q1 - is this possible?
Hi I'm using Tapestry 3.0.3
Question remains ...
Example: ListEdit on instances of
public class DomainOne {
private String name;
private int count;
...
}
___How can I use this DomainOne object as source of the ListEdit?___
My first solution used a variant of this class for UI purposes,
Hi,
Is there a way to have clientScriptingEnabled and have localized
messages for Java Script validation failures?
thx.
--
Cumquat Information Technology
De Dreef 19
3706 BR Zeist
T +31 (0)30 - 6940490
F +31 (0)10 - 6940499
http://www.cumquat.nl
[EMAIL PROTECTED]
M +31 6 5 11 169 556
---
Answering my own question (I guess).
Have added ValidationStrings_nl.properties to my project and used ant to
store it in WEB-INF/classes/org/apache/tapestry/valid
Seems to be working - not sure whether this is the way though.
Confirmation would help :-)
-J.
Jan Vissers wrote:
Hi,
Is
Andreou wrote:
Jan Vissers wrote:
Answering my own question (I guess).
Have added ValidationStrings_nl.properties to my project and used ant
to store it in WEB-INF/classes/org/apache/tapestry/valid
Seems to be working - not sure whether this is the way though.
Confirmation would help
adhere to the current locale and get their messages from the
appropriate property file. This doesn't seem to happen when I have
ValidationStrings_nl in the WEB-INF/classes/org/apache/tapestry/valid!
What am I missing here ...?
Andreas Andreou wrote:
Jan Vissers wrote:
As a follow up que
Hi,
I've already paid for the Tapestry 3.0 e-book. Am I eligable for the
Tapestry 4 version? If so where can I download it?
Thx.
Jan.
Kent Tong wrote:
Hi,
I've updated my e-book for Tapestry 4. It's available at
http://www.agileskills2.org/EWDT
Thanks!
--
Author of an e-Book for learning
Jacob,
I've noticed you're really busy trying to get the 'facelet' message across.
http://www.theserverside.com/news/thread.tss?thread_id=35900
http://www.theserverside.com/news/thread.tss?thread_id=35900
http://jroller.com/page/RickHigh?entry=facelets_aims_jsf_at_tapestry
http://raibledesigns.c
31 matches
Mail list logo