Hello list,
First message to this list... getting back to development after some
time (previously NeXT / WebObjects :-).
I am currently developping a Tapestry 4.1 / Cayenne app. Works fine.
Now, I would like to add some Flex components to my HTML page. The
first attempt is to add charting
Hi *,
please someone have a look into this. The JIRA Bugreport is here:
http://issues.apache.org/jira/browse/TAPESTRY-961
On Tuesday 17 April 2007 18:58, Bastian Voigt wrote:
> Hi,
> I have a question regarding bug #961. Jesse said the bug won't be fixed in
> tapestry because the "client side X
Hello,
i have this:
${column} ${row}
In the class there is an array: _information[4][16]. How can i get the
values out of the array in the right rows and columns?
Best r
Dear all,
I have a tacos:AjaxDirectLink component which render partial page.
The partial part contains this code: (html file)
and the controller contains this code: (page file)
Let's say the paymentPrice contains 300. After the tacos:ajaxDirectLink
clicked, the paym
the loop component provides an "index" parameter that contains
the current iteration...
${value}
public Object getValue() {
return _information[row_count][column_count];
}
g,
kris
"Sabine K." <[EMAIL PROTECTED]>
18.04.200
On 4/18/07, Sabine K. <[EMAIL PROTECTED]> wrote:
In the class there is an array: _information[4][16]. How can i get the
values out of the array in the right rows and columns?
Look at the index Loop's parameter
--
Massimo
http://meridio.blogspot.com
--
hi all,
i get the above error message when i link from my home
page to another page with exactly one component. i have
no clue what's missing... (i'm using the latest classes from
SVN)
g,
kris
Home Page:
public class Start {
@InjectPage("guess")
private Guess guessPage;
public Objec
found my mistake the name of my home page is "start" and not "home"
... force of habit
g
kris
Kristian Marinkovic <[EMAIL PROTECTED]>
18.04.2007 11:14
Bitte antworten an
"Tapestry users"
An
users@tapestry.apache.org
Kopie
Thema
T5: StackMapTable format error: bad class index
hi
I've just developed another component that I will commit to JFly this
evening. It measures the rendering time (RenderTimeTracker) of a page.
So I could verify that the rendering time is the same. The before attribute
seems not to enhance performances
On 4/18/07, Andrea Chiumenti <[EMAIL PROTECTE
Thanks Kalle
I finally got it working without sysdeo (using Run As Server...) and now I
want to configure a repository for my network.
In http://docs.codehaus.org/display/M2ECLIPSE/Project+FAQ says that to
change configuration I have to look for maven xml config file. When
following a link on how
Annotation is a bad small. I mean
that it is a bad thing. You have to compile all java code if you change any
annotations. But if you use xml config file,there is no
problem.
离人网
From: "Bill Holloway" <[EMAIL PROTECTED]>Reply-To:
"Tapestry users" To:
"Tapestry users" Subject:
Re: Does tape
There is no framework support only
jdk1.5! All most all framework support jdk1.4. Annotation is a bad
small! It write all xml config content to java code,So if you change
any annotation,you have to compile and package java class every time !
again and again!If you write these config content to
Tapestry 5 is a new framework developed to make use of java 5. You
could always use tapestry 4 if you need java 1.4 and want xml
configuration.
On 4/18/07, li li <[EMAIL PROTECTED]> wrote:
There is no framework support only jdk1.5! All most all framework support
jdk1.4. Annotation is a bad sm
You should download JDK 1.5 and try it out. The annotations and generics
are quite nice, especially with an IDE that supports them (i.e. Eclipse 3+)
You might enjoy it! :-)
I think one of the goals of Tapestry 5 is to get away from using XML files.
J2EE applications usually deploy as .war or .ea
Hello list,
Imagine in a component I fetch:
IActionListener action = super.getPage().getListeners().getListener
("myListenerFunction");
From this, I would like to get the full url in order to pass it to a
flash movie (which will then call that url to populate a chart)...
I am maybe gettin
My company needs one too. We wrapped the dojo Editor2 component. I
helped someone get a quick demo of this working a few weeks ago, but I
don't know if it's 100%. If you're using version 4.1.1, you're welcome
to use this.
-Steve
DojoEditor.java:
import java.util.HashMap;
import java.util.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---
Hey Alexander Lamb -
>First message to this list... getting back to development after some
>time (previously NeXT / WebObjects :-).
[ah, yes. the gold old days :-]
> 1) figure out what url to give
In the calling (~generated) .html - the link to the flash goes something like ..
essfull in
everything except getting the information from the RTE to come
out in the form submit, it is always null.
Any help would be greatly appreciated.
--James
---
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additio
jdk 1.4 3+ years old, annotations are great for tapestry I don't have a
single .jwc file anywhere
But personally, I think the hibernate people are smoking crack to use
annotations. Data outlasts programs and to have your data definitions
blended with your code WTF are they thinking. B
Has anyone written a Tap 4.1 app that used the Dojo Fisheye without Tacos?
(I've never dealt with tacos besides reading a few blurbs about it.)
Is Fisheye a widget that has yet to be integrated? (Or is it left to the
public as an exercise)
Daniel Jue
BTW, This has been on tacos for 2 months now
http://svn.sourceforge.net/viewvc/tacos/tacos-4.1/trunk/tacos-core/src/java/net/sf/tacos/components/dojo/form/
and
http://tacos.sourceforge.net/tacos4.1/tacos-core/quick-start/downloading.html
On 4/18/07, Steve Shucker <[EMAIL PROTECTED]> wrote:
My
Hello again.
I found another way to get a listener URL. I simply put a DirectLink
component hidden in my component:
link
source is simply a parameter with the name of the function.
In my component I then recuperate the url in:
protected void prepareForRender(IRequestCycle cycle)
{
Thanks Matt !
I replied to another post of mine which gives already half of the
answer. I will try what you suggest for the other half and then poste
the component (if it works).
Alexander
Le Apr 18, 2007 à 7:03 PM, Matt Kerr a écrit :
Hey Alexander Lamb -
First message to this list...
Hi,
we have currently FCKEditor version 2.3.2 in our tapestry application and
that does not work in IE7.
Where the toolbar and the textarea are supposed to be displayed there is
only a big white space and we don't see any javascript errors anybody
have this working? We tried to update to FCKEd
I 'm using Tapestry without problems. But I need to hide the HTML templates.
Actually they are inside src/main/webapp, but I need them to be inside
src/main/webapp/WEB-INF/pages. Where do I tell Tapestry that the templates
are going to be there.
Thanks.
--
View this message in context:
http://w
I'm beginning to work with Tapestry 5 and I'd ideally like to have one page
design (created by Dreamweaver) shared between all my pages. Let's call
that SiteDesignTemplate.html. This would have s or eve s into
which I'd like to insert my Start.html and other Tapestry pages as required
for each
Hi everyone,
I've got a DirectLink in a component template. But when this link is
clicked I don't want to call a listener method of that component, but
a listener method of the page that contains the component.
I tried it like this, but it didn't work:
xyz
The reason is that I need access to an
Hi Markus,
Is there any reason you can't inject the ASO into your component class?
@InjectState("nameofASO")
public abstract MyASO getMyASO();
Otherwise if you really want to access the listener on the page I wonder
if listener:page.listeners.doClick would work instead.
HTH
Ben
-Original
Sorry, I meant ognl:page.listeners.doClick
-Original Message-
From: Ben Dotte [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 18, 2007 5:28 PM
To: Tapestry users
Subject: RE: Invoke a page listener from a component template
Hi Markus,
Is there any reason you can't inject the ASO into y
Also, a component can always accept a listener as a parameter!
In this way, users of that component can specify their own action to be
invoked
when the component does something
On 4/19/07, Ben Dotte <[EMAIL PROTECTED]> wrote:
Sorry, I meant ognl:page.listeners.doClick
-Original Message---
Great!
ognl:page.listeners.doClick did the job. I wasn't aware that you could
also use a ognl expression instead of a listener expression.
Injecting an ASO into a component worked as well. Somehow I thought
this wasn't possible.
Thanks for the quick help.
Bye
Markus
2007/4/19, Ben Dotte <[EMA
It's a class of component we call a "layout" or a "border". I.e.
My page specific content
An the Layout component's template:
...
...
On 4/18/07, Ki Alam <[EMAIL PROTECTED]> wrote:
I'm beginning to work with Tapestry 5 and I'd ideally like to have one
page
design (created
I'm not sure what it is that you wanted to be able to do and can't but it's
pretty easy to override bits and pieces of widgets.
http://trac.dojotoolkit.org/browser/trunk/src/widget/Select.js
http://trac.dojotoolkit.org/browser/trunk/src/widget/ComboBox.js
overriding would probably look something
Probably something in tacos isn't transferring all element property
attributes properly when updating a node. I only refined methods for doing
this fairly recently so it's no surprise it's still possibly b0rken in
tacos. (since I wrote it)
On 4/18/07, Yohan Yudanara <[EMAIL PROTECTED]> wrote:
D
I did it with tacos but never used it anywhere other than the demo (until it
broke because of drag & drop api changes.)
So yes it's been done but long since died off a little whimpering lonely
death.
On 4/18/07, Daniel Jue <[EMAIL PROTECTED]> wrote:
Has anyone written a Tap 4.1 app that used t
It's easier if you do it the same way the DirectLink component does it :
IEngineService directService = somehowGetDirectService();
String url = directService.getLink(false, new
DirectServiceParameter(parameters n stuff ...) ).getUrl();
On 4/18/07, Alexander Lamb <[EMAIL PROTECTED]> wrote:
Hell
Hi Ki,
The pattern used in tapestry is to create a "layout" type of
component, and include that in all of your pages.
So instead of thinking of things as a single page with a set of
content that goes in the middle, you think of the layout as a
component which is included in all of your page
I don't personally use Hibernate annotations, I prefer the XML syntax.
However, I had to comment that your post has some truth in it and it
runs contrary to your very same post: "Data outlasts programs". Odds
are you'll abandon your program before your schema changes in a
significant way. So, if y
Greetings Tapestry Developers,
Interested in joining an exciting, well-established (6 years and
profitable), SF Bay Area startup where you could exercise your Tapestry and
JavaScript skills to develop cutting edge community based web applications?
Lithium Technologies is seeking an experienced
40 matches
Mail list logo