Hi Josh.
I haven't had the links be non-clickable before, but have had weird juju go
on in the differences between the two (and Opera, and Safari, and...).
Could you hit me with the code generating the links (the HTML template and
Java, if any) and the html of the produced links?
Thanks!
Ben
Hi,
Had a question, my web page works fine in Firefox,
though when viewed in
Internet Explorer, none of my links workhas anyone
experienced this
before? Basically, the links are non clickable, so
strange...
Thanks,
Josh
-
I hadn't noticed this before. Yes a fix will go out tonight.
On 5/11/07, Tony Nelson <[EMAIL PROTECTED]> wrote:
Does that mean there is a fix floating around somewhere?
Thanks
Tony
[EMAIL PROTECTED] wrote:
> This is a regression, the JIRA issue is
>
> https://issues.apache.org/jira/browse/TA
I'm not able to follow any of this.
If you can give one small / clear example of what you are trying to do it
would help me "help you".
On 5/11/07, Ken nashua <[EMAIL PROTECTED]> wrote:
Correction...
>We massage/alter the ejb3/hibernate annotations with a bootstrap
>interceptor and rig up our
Yes definitely Jerome. If you ping me off list with your sourceforge
username I'll give you commit privs.
On 5/11/07, Jérôme BERNARD <[EMAIL PROTECTED]> wrote:
Hi Andy,
Any progress on this?
Regards,
Jérôme.
On 3/31/07, andyhot <[EMAIL PROTECTED]> wrote:
> Did you guys get in touch?
>
> I'
I remember some kind of problem related to this. It's been fixed in 4.1.2.
On 5/11/07, Tine <[EMAIL PROTECTED]> wrote:
Hello,
I have a problem at the contrib Palette component.
When I submit my form only the highlighted/slected values but not all
values
in the right box (selected box) are su
Yes,.Dojo is now as fast (if not faster in some instances) as jquery /
prototype / others. .
It's also broken up into three distinct modules with their own core
committer base. core / dojox (UI things for people who don't like widgets -
like me) / dijit (for people who do like widgets, but ev
It should. Anything that opens an IO stream in any java application should
always try to close it as soon as possible unless you are using it as some
kind of continuous stream of communication. (on unix based systems it will
steal file handles )
On 5/10/07, Dan Adams <[EMAIL PROTECTED]> wrote:
It's all purely css driven. I'm guessing that something else on your page
(or in other css) is messing things up. That's what I've found in the past.
I would start with the css rules most directly relevant to your dialog and
slowly work your way outward. Firebug is perfect for things like thi
Great - i've already got code that extended 0.6.0 to handle annotation only
components...
(i had named this 0.6.5 and had left it in tacos maven-repo)
i guess I'll dig through the (now) public svn and send you some patches ;)
On 5/12/07, Norbert Sándor <[EMAIL PROTECTED]> wrote:
Dear Tapestr
Dear Tapestry users!
I would like to announce the first really :) public release of Tapdoc.
Tapdoc is a component reference generator for Tapestry 4.
The main project's website is at http://www.erinors.com/developer/project/tapdoc-project/
Take a look at a sample generated document: http://ww
Regarding Borut's starting point:
http://mail-archives.apache.org/mod_mbox/maven-users/200608.mbox/[EMAIL
PROTECTED]
One more little thing I did that made these instructions work for me:
besides creating webapp/WEB-INF/lib under src/main, I had to copy the
web.xml from MyProject/WebContent/WEB-
Thanks for the input Jesse. I hope to create a really good Tapestry
centered Maven FAQ of this stuff, so the maven related queries can go
there for answers.
On one attempt at using maven through eclipse, it was complaining
about not finding lib\tools.jar . I was sure the JDK was chosen for
the
Don't know about codecafe but opencomponentry has only the OGNL libraries. .
howardlewisship.com has many things, most of them revolve around one of the
projects here: http://howardlewisship.com/tapestry-javaforge/ .
On 5/11/07, Daniel Jue <[EMAIL PROTECTED]> wrote:
Well it turns out I need th
Well it turns out I need things are fixed in the 4.1.2 snapshots.
So, diving head first into the world of maven:
I read the Better Builds with Maven book, except for the plugin writing parts.
I've read the mailing list posts about starting with maven.
I've noticed that there are at least 3 reposi
yes ,
this is in LoginForm page after redirect by the filter
2007/5/11, Juan Maya <[EMAIL PROTECTED]>:
i think u can only access ur ASOs in pages or components. I am not sure
about it :S
On 5/11/07, Eric Chatellier <[EMAIL PROTECTED]> wrote:
>
> thanks, it' works
>
> I check if user is authe
i think u can only access ur ASOs in pages or components. I am not sure
about it :S
On 5/11/07, Eric Chatellier <[EMAIL PROTECTED]> wrote:
thanks, it' works
I check if user is authenticated and if not redirect to loginForm
but now I got a strange error using @ApplicationState
@Applicatio
Does that mean there is a fix floating around somewhere?
Thanks
Tony
[EMAIL PROTECTED] wrote:
This is a regression, the JIRA issue is
https://issues.apache.org/jira/browse/TAPESTRY-1071
-Original Message-
From: Tony Nelson [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 10, 2007 6
Hi All,
I've got problem on unit testing Tapestry Page using PageTester on T5.
If the page contain SpringBean, it cause Error :
getAttribute() is not supported
(more or less like that)
Is unit testing a page containing SpringBeans required different method?
Thanks in advance...
--
Best wishes
Hi Sabine,
Do you know how to open it in another window?
Thank's
Marcus
thanks, it' works
I check if user is authenticated and if not redirect to loginForm
but now I got a strange error using @ApplicationState
@ApplicationState
private SessionBean sessionBean;
In this form, when I try to log the user sessionBean.setLogged(true),
this excepion is thrown :
org.
Hello,
i think i have a solution for Option 2 (extend the default BeanModel)
1.) in your ControllerClass add this code:
@Inject
private BeanModelSource _modelSource;
@Inject
private ComponentResources _resources;
public BeanModel getModelForGrid() {
Hi Eric,
i think the best way to do it is to contrib to the Request handler pipilene
(http://tapestry.apache.org/tapestry5/tapestry-core/guide/request.html)
To contrib to a pipeline do it your AppModule:
public RequestFilter buildTimingFilter(final Log log) {
return new RequestFilter() {
Correction...
We massage/alter the ejb3/hibernate annotations with a bootstrap
interceptor and rig up our >property descriptors.
We interrogate/supplement the ejb3/hibernate annotations with more capable
property descriptors.
_
The user interface works and the back end works...
The only thing that fails is that once the association is saved... it does
not stick to the owner.
This is due in part to the way trails saves it's models under the hood.
To solve this I need to operate special rigging that sets/saves the
as
Thanks Kiuma ... I will post but it may complicate since knowledge of the
trails framework is essential.
I am at the door of completing this and just trying to get past the OGNL.
Incomplete and currently messy (not cleaned up)
Here is the sources...
Editors.page
model
model[
if you post your widget It would be simpler to see the problem,
ciao,
kiuma
On 5/11/07, Ken nashua <[EMAIL PROTECTED]> wrote:
FYI, Yes this has to do with completing the development of a tapestry
widget.
The OGNL docs are trim... and no forum for OGNL.
I thought this might be the bastian for
Ok, here is a more actual runtime model...
Organization-<>---Director a hard OneToOne
Each is named in OGNL space as organization and director
Furthermore, each actual object has getter/setter
Organization.getDirector()
Director.getOrganization()
This is what I am receiving so
Hi Andreas,
Thanks for this. It's still not working.
Still getting:
[ main] INFO 2007-05-11 09:40:12,460 http.SocketListener - Started
SocketListener on 0.0.0.0:8080
org.mortbay.util.MultiException[java.lang.RuntimeException: Error building
service proxy for service 'Alias' (at
org.apache.t
FYI, Yes this has to do with completing the development of a tapestry
widget.
The OGNL docs are trim... and no forum for OGNL.
I thought this might be the bastian for OGNL folk.
_
More photos, more messages, more storageget 2GB w
private Owner owner;
private void executeOgnlExpression(String ognlExpression, Object
newAssociation) {
HashMap context = new HashMap();
context.put("member", newAssociation);
Ognl.setValue("owner.association" + "(#member)", context, owner)
Will this do it? I am receiving invalidogn
Hi,
I have a situation on my hands where I am trying to complete the round-trip
leg of rigging up two objects in a bidirectional association.
Here is the UML...
Owner-<>--Association
This is a mutual OneToOne setup. There are getter/setter on each side.
Having created an Owner, I su
The JBoss site has been rearranged, which was not reflected in the
JumpStart installation instructions. As a result, it was not clear
how to get the EJB3 version of JBoss that JumpStart relies on.
The installation instructions have now been fixed. My apologies for
any confusion and inconv
Hi Andy,
Any progress on this?
Regards,
Jérôme.
On 3/31/07, andyhot <[EMAIL PROTECTED]> wrote:
Did you guys get in touch?
I'm going to start reorganizing tacos this weekend (mainly introducing a
tap-5 section)
so, the jini integration could be the first module of that section.
Jesse Kuhne
This is a regression, the JIRA issue is
https://issues.apache.org/jira/browse/TAPESTRY-1071
> -Original Message-
> From: Tony Nelson [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 10, 2007 6:57 PM
> To: Tapestry users
> Subject: I'm missing something obvious
>
> I have a simple form t
hi everyone
I'm starting using Tapestry 5.0.4 and i'm tying to implement an
authentication filter.
In some tapestry 4 samples, code was :
public abstract class AuthenticatedPage implements PageValidateListener {
public void pageValidate(PageEvent event) {
if (!isSessionBe
Hi Peter,
I would sincerely hope that this one or something similar would appear on
the tapestry homepage. I'll put something basic together later this day and
post it as attachment.
Regards,
Otho
2007/5/11, Peter Schröder <[EMAIL PROTECTED]>:
hi there,
wouldnt it be nice to have that up for
hi everyone
I'm starting using Tapestry 5.0.4 and i'm tying to implement an
authentication filter.
In some tapestry 4 samples, code was :
public abstract class AuthenticatedPage implements PageValidateListener {
public void pageValidate(PageEvent event) {
if (!isSession
Hi.
I need to change the links that are rendered by TableColumns and TablePages
components. I don't want to change behaviour of these links, I simply want
to send it
with the help of AJAX request in an asynchronous way. How can I do it?
Thanks a lot.
hi there,
wouldnt it be nice to have that up for public? (isnt that beach-boys-style?)
kind regards,
peter
-Ursprüngliche Nachricht-
Von: Otho [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 11. Mai 2007 08:55
An: Tapestry users
Betreff: Re: Non trivial example application?
Hello Juan,
t
Hello,
I have a problem at the contrib Palette component.
When I submit my form only the highlighted/slected values but not all values
in the right box (selected box) are sumitted.
My .page file looks like:
In the generat
Hey!
For people who think that dojo in T4 is slow, I've just had a look at
dojo-9.0M1, wow!!! now it seems to be fast!
http://download.dojotoolkit.org/experimental/dojo-core-0.9M1/dojo/tests/runner.html
We will see!
Cheers,
kiuma
42 matches
Mail list logo