Thanks :D
It worked :)
On 9/20/06, D&J Gredler <[EMAIL PROTECTED]> wrote:
(or .library file if you're writing a library)
On 9/20/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
>
> I think that goes in your .application file.
>
>
>
> On 9/20/06, Daniel Castro <[EMAIL PROTECTED]> wrote:
> >
> > G
(or .library file if you're writing a library)
On 9/20/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
I think that goes in your .application file.
On 9/20/06, Daniel Castro <[EMAIL PROTECTED]> wrote:
>
> Guys,
>
> I am trying to use the Xtile componet, that belongs to contrib
> library. But
>
I think that goes in your .application file.
On 9/20/06, Daniel Castro <[EMAIL PROTECTED]> wrote:
Guys,
I am trying to use the Xtile componet, that belongs to contrib
library. But
dont know where to insert the line below.
where should it be inserted? inside the .page? Inside the web.xml?
Guys,
I am trying to use the Xtile componet, that belongs to contrib library. But
dont know where to insert the line below.
where should it be inserted? inside the .page? Inside the web.xml?
I tried inside the .page and didnt worked, and also tried inside web.xml and
the message below appears
Hi,
since recently someone mentioned the BeanForm component, I've been
reading about it and wondering if there's a version for Tapestry 3,
because I'm still stuck with old JDKs and app servers...
In case there isn't such thing, would a backport be possible? Too much
hard work? I haven't really g
Have you tried this?
-Scott
On Wednesday 20 September 2006 10:21, you wrote:
> guys,
>
> i am implementing jasper reports within my tapestry web app. and i am
> sorry i should probably post this to jasper forums, but i am really in
> urgent need for help here.
>
> i have a field which is return
It sounds like a servlet listener method could work for you. Or a
servlet filter as in the previous suggestion. Both would give you a
hook into the end-of-request, and you can get to the Visit via the
session. Here's a listener approach.
public class EventListener implements ServletRequestList
and where does it go, in TextField expression.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
and if its not 1 or 2 but some text like correct, incorrect etc. and
thanks a lot.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Depends on your scripting language for the report but
in general you simply need to specify expression for
the field as
($F{boolean_field} == true)? 1:2
--- Peter Dawn <[EMAIL PROTECTED]> wrote:
> guys,
>
> i am implementing jasper reports within my tapestry
> web app. and i am
> sorry i should
I have designed some small API in order to provide the
session persistance of the presentation layer
(Tapestry - Visit object/HttpSession) to the model
layer (in order to be able to cache some session
related stuff without being aware of how the above
layer is doing it). So the data is attached to
guys,
i am implementing jasper reports within my tapestry web app. and i am
sorry i should probably post this to jasper forums, but i am really in
urgent need for help here.
i have a field which is returning a boolean value true or false. i
want to replace a true with a 1 and a false with a 2 wi
I went through this exact same process and eventually gave it up for
hopeless and stuck with 4.0.x, figuring that if it was this difficult
just to acquire and run the thing, it certainly wouldn't be ready for
production development yet. Someone should definitely get this info
into some visible do
On 9/19/06, Martin Strand <[EMAIL PROTECTED]> wrote:
The client persistence strategy doesn't use DataSqueezer:
https://issues.apache.org/jira/browse/TAPESTRY-738
That's unfortunate. I suppose one could persist them yourself using
hidden fields, at least in simple cases. I just assumed that c
This brings a question: what is the proper strategy to initialize property
values when using ajax submits? Does finishLoad() does the trick? I am still
a bit confused about when all those methods/listeners are invoked and in
which order
I've got a question about this as well, although I am Tap
Jacob, I don't have any specific advice. There are thousands of
non-javascript menu mechanisms out there on the net (although they
mostly have some strong similarities). We just went with something
that is entirely CSS based, so we haven't implemented a tap component
at all, since our menus are
Exactly what do you need this for?
If you don't need any Tapestry logic, there might be other ways to do it -
like a servlet filter or a threaded service that implements Discardable.
On Tue, 19 Sep 2006 21:58:20 +0200, Jesse Kuhnert <[EMAIL PROTECTED]>
wrote:
It might not be super fun to l
It might not be super fun to learn, but I think the "tapestry" way of doing
this would be to contribute something to the WebRequestServicerPipeline so
that you know definitively when the cycle ends regardless of what
services/engines are involved..
http://tapestry.apache.org/tapestry4/tapestry/hi
Hi,
I want some advise of which is the best way to catch
the end of the request cycly. I have tried it using a
PageDetachListener, but the problem is that sometimes
there is more than one page involved into the request
cycle and then I get more than one invocation on the
pageDetached(...).
So I'm
Done! It works now in firefox as well as it does in IE.
Thanks you all!
Here's the js function I changed in the DojoMenuBar2.script file:
dojo.addOnLoad(function() {
if(dojo.byId("${componentId}")!=null){
var menuBar = dojo.widget.createWidget("MenuBar2",
{contextMenuForWindow:${contextMenu
Perfect! I needed this too! Cheers!
On 9/19/06, Stephane Decleire <[EMAIL PROTECTED]> wrote:
Here it is :
http://mail-archives.apache.org/mod_mbox/jakarta-tapestry-user/200503.mbox/[EMAIL
PROTECTED]
-
Assuming you are already familiar with the Javamail API, it sound
We are looking for a contract/full time mid-level (3-6 years experience) JAVA
developer with experience in Tapestry 4 to assist in the development of a
new web-based application. System architecture includes Tapestry 4.02,
Hibernate 3.1, Spring 2.0 and Oracle. Candidate will be responsible for th
Sam Gendler-2 wrote:
>
> We finally ditched it for a
> CSS solution which is about 1,000 times faster.
>
Hi Sam,
I am about to implement a menu component in our application and we are
working in tapestry 4.02. I tried out the
JSCookMenu, but I can not use that becouse there are no fallback
To answer number 2, yes. That's what the component should have been doing
the whole time.
On 9/19/06, Denis Souza <[EMAIL PROTECTED]> wrote:
Well, I suppose I just got lucky since the only two dojo widgets that I've
used from Tacos were exactly the MenuBar and the TabContainer ;)
I finally gave
Well, I suppose I just got lucky since the only two dojo widgets that I've
used from Tacos were exactly the MenuBar and the TabContainer ;)
I finally gave up on since I didn't really *need* it, just would be nice to
have it.
I agree, MenuBar leaves much to be desired but since in my case it's use
w
Thanks, I thought so too, now I need to build my own menu component. Is there
anybody else that build there own menu component that works with
???
Thanks
Jacob
bueggers wrote:
>
> Hi,
> With JavaScript disabled, the menu-component simply doesn't work.
> There is no version generated by the m
Title: RE: Very strange performance problem
Another way is to set up the java opts:
JAVA_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n $JAVA_OPTS"
Then in Eclipse set up a remote java application. Start up the application, have Eclipse connect to it and the pu
Use a plugin for managing tomcat.
I use the "Sysdeo Tomcat Plugin", which launches tomcat in debug mode by
default.
Regards,
Norbi
Rui Pacheco wrote:
I'm running it out of the box. Apart from friendly URL's I have nothing
configured.
How can I run a web application in debug mode in eclipse?
Hello,
should the model of component B be persisted or set as property?
I have a page that has the same logic as in this example, but the
dynamically populated combobox value is always null when the post is done
(and also in the eventlistener method).
If i change the model to be fetch from a ge
Hi,
I would like to apply a css class to the input type="text" generated by the
DropdownDatePicker component, in order to get a consistent look&feel of my
pages. If I specify the class attribute to the DropdownDatePicker, it is
ignored. Is there any way to achieve this?
I use T4.1.
Thx
Ch.
Hi,
With JavaScript disabled, the menu-component simply doesn't work.
There is no version generated by the menu.
Regards
Burkhard
jake123 wrote:
>
>
> Jorge Quiroga wrote:
>>
>> The menu appears but as a table with links, not as a menu, how to handle
>> this? Well, as far as you can do int
Create a launch configuration for Tomcat, something like this:
Main class: org.apache.catalina.startup.Bootstrap
Classpath: ${tomcat.home}/bin/bootstrap.jar
Parameters: -Dcatalina.home="${tomcat.home}"
On Tue, 19 Sep 2006 16:59:47 +0200, Rui Pacheco <[EMAIL PROTECTED]> wrote:
> I'm running it out
I'm running it out of the box. Apart from friendly URL's I have nothing
configured.
How can I run a web application in debug mode in eclipse? Don't I need a
plugin for that?
On 9/19/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
Run it in eclipse in debug mode?
Do you have caching disabled?
On
Run it in eclipse in debug mode?
Do you have caching disabled?
On 9/19/06, Rui Pacheco <[EMAIL PROTECTED]> wrote:
I'm replying again because I received a virus warning from the mailing
list:
Java doesn't even show on top. My pages are pretty simple: I call a stored
procedure, I retrieve value
I'm replying again because I received a virus warning from the mailing list:
Java doesn't even show on top. My pages are pretty simple: I call a stored
procedure, I retrieve values and set them on a model and then I display the
model on the template.
Is there a way to profile this application?
Are you watching the memory and cpu usage of javaw.exe? My instinct
says you're creating objects without destroying them, or there is a
inf loop somewhere (or both).
Dan
On 9/19/06, Rui Pacheco <[EMAIL PROTECTED]> wrote:
Hi all
I have a problem with my Tapestry application. Its finished and i
Hi all
I have a problem with my Tapestry application. Its finished and it works,
except, after I navigate for a while, the application slows down to a crawl
and becomes unusable. I click on links, I watch the browser status bar
slowly fill up and nothing happens. Tomcat doesn't show any errors
wh
User-supplied id attributes in @Radio components are not rendered properly
in Tap4.1. Both the user-supplied id and a RadioGroup id are rendered:
This was working fine with Tap4.0.2
Ch.
2006/9/15, andyhot <[EMAIL PROTECTED]>:
They are in a group. They are supposed to have the same name.
If
I'm not sure. Still working out some i18n issues with IBM. When that's done
and I finish refactoring all of the javascript/java unit tests + make
appropriate changes in Tapestry I'll commit it :)
You can do what I outlined earlier to get past the problem for now.
On 9/19/06, Marcus Irven <[EMAIL
Any idea on when this will be available or is there some way I can
override the javascript the Body component creates?
Thanks,
Marcus
On 9/19/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
Ah...Then this ~might~ be fixed when I'm done doing the 0.4 upgrade. I guess
we won't know for sure until th
Here it is :
http://mail-archives.apache.org/mod_mbox/jakarta-tapestry-user/200503.mbox/[EMAIL
PROTECTED]
-
Assuming you are already familiar with the Javamail API, it sounds like all
you really need is the Tapestry-rendered data stream. This is actually
really easy:
andyhot wrote:
Laying out the project is really important...
What I used to do is run jetty as a java app by creating a launch
configuration that:
This worked out wonderfully. Thanks a lot. It's not as simple as I'd
have preferred, but it's easy enough.
Nowadays,
- I run jetty externall
can you share the link/info for implementing this in tap3
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On 9/19/06, Stephane Decleire <[EMAIL PROTECTED]> wrote:
Hi
Is there a roadmap for the releases of Tapestry 4.1 ?
But of course.
http://wiki.apache.org/tapestry/Tapestry41Roadmap
--
regards,
Robin
-
To unsubscr
Hi
Is there a roadmap for the releases of Tapestry 4.1 ?
Thanks
--
Stéphane Decleire
Ah...Then this ~might~ be fixed when I'm done doing the 0.4 upgrade. I guess
we won't know for sure until then.
On 9/19/06, Marcus Irven <[EMAIL PROTECTED]> wrote:
I'm not sure this will solve my problem, dojo is currently hosted on
the same domain as the web page, it is the the parent of the w
Hi
I've managed to fix it. It was just a dumb typo, a mistake on my part. But
when you're looking at XML, it gets hard to see whats happening. :)
On 9/19/06, Kristian Marinkovic <[EMAIL PROTECTED]> wrote:
Hi,
could you post the exception.
Is there a object with a "object.setDataSource(java
Hi,
could you post the exception.
Is there a object with a "object.setDataSource(javax.sql.DataSource ds)"
method?
if so hivemind won't be able to resolve the right object because there are
3 objects with
the same interface available. you will have to specify the desired pool by
its service-po
Hi all,
I would like to send or save the HTML content generated by a page. The
idea is to mail our team (perhaps by a SMTPAppender in log4j) the
Tapestry exception page while showing the user a nice message when an
error occured on our website.
I've found on the web the solution below but it
URLs don't need to change just because you upgrade Tapestry, you can make URLs
look just like you want.
Check the last section of this document for instructions on how to implement a
custom encoder:
http://tapestry.apache.org/tapestry4.1/UsersGuide/friendly-urls.html
On Tue, 19 Sep 2006 10:46:00
Hello,
I searched on the list, but found no satisfactory answer. Here is the
situation:
1. User inputs some form data, including email address to which a
confirmation link will be sent.
2. User inputs characters from generated anti-ocr image to fight
automated posts.
3. An email is sen
I'm not sure this will solve my problem, dojo is currently hosted on
the same domain as the web page, it is the the parent of the web page
that is on a different domain. I believe it is the
dojo.event.connect that is given me problems as the iframe doesn't
have access to the window object.
On 9
The client persistence strategy doesn't use DataSqueezer:
https://issues.apache.org/jira/browse/TAPESTRY-738
On Tue, 19 Sep 2006 01:53:43 +0200, Sam Gendler <[EMAIL PROTECTED]> wrote:
> Do a search in documentation for 'DataSqueezer.' That should show you
> how to build service objects which kno
53 matches
Mail list logo