Thank you Nick!
and I set in the *.html file。
2007/4/16, Nick Westgate <[EMAIL PROTECTED]>:
> /*contributing a HttpServletRequestFilter */
...
> doesn't work!
> Maybe something wrong!
I didn't check to see why it doesn't work, but I've been
looking into this issue too - for displaying Japanes
I got one lastnight!
2007/4/15, Jesse Kuhnert <[EMAIL PROTECTED]>:
Not sure, but if I were a spam blocking program I'd view your all numeric
email address as highly suspect.
On 4/15/07, Koka Kiknadze <[EMAIL PROTECTED]> wrote:
>
> Occasionally when trying to post reply I recieve
>
> Delivery to
Figured out why it's happening. Any page that has a form on it and a method
called getOrg() will crash. Details in JIRA:
https://issues.apache.org/jira/browse/TAPESTRY-1415.
Robert J. Walker
-Original Message-
From: Robert J. Walker [mailto:[EMAIL PROTECTED]
Sent: Monday, April 16, 2007
In T4: Get the "home" engine service, and have it provide you with the
ILink.
In t5: the URL is just the context path.
On 4/15/07, soir <[EMAIL PROTECTED]> wrote:
Hello,
Could you tell me please, how do I make a link to home page of
application,
I mean the page assigned to "org.apache.tapes
Not quite following you there. I may have created a component as part of
the test suite, kind of like T4's RenderBlock.
On 4/16/07, Bill Holloway <[EMAIL PROTECTED]> wrote:
I know that
Foo!
will work (and so will If...etc.). Am I just imagining or did I see
somewhat a component?
Bil
#mypost3265 pre {
font-size: 140%;
border-style: outset;
border-color: red;
}
I'm sure this post is useless for you, but I figured I should correct this
anyway for others' reference.
To be serializable, you should implement these 2 methods:
private void writeObject(java.io.ObjectO
I've just created a new page and was trying it out and I got a bizarre error
when calling cycle.getPage() to get a reference to the new page:
org.apache.hivemind.ApplicationRuntimeException: Error at
context:/WEB-INF/PasswordUpdate.page, line 3, column 69: Error adding property
clientId to clas
Well we don't use the actual Tacos library right now. I just pulled
enough of the Autocompleter out of Tacos to make it work on its own as a
workaround for all these problems but I still can't get it to work in a
loop. I don't think it would be worth posting the code and modifications
to hivemodule
Just to add some closure to this thread, I read in EWDT 2.1 that this is a
bug in the dojo library. (Page 315)
It can be disabled from printing on your page by using
in the parent page.
This is probably one of those things that are fixed in 4.1.2, or an updated
dojo. I am using 4.1.1, because I
I didn't see the tacos autocompeleter as a component in the Tacos
4.1.0 SNAPSHOT. Is it included?
On 4/16/07, Ben Dotte <[EMAIL PROTECTED]> wrote:
We too have had a lot of problems with the dojo-based Autocompleter that
have led us to use the one from Tacos whenever possible.
http://article.gm
We too have had a lot of problems with the dojo-based Autocompleter that
have led us to use the one from Tacos whenever possible.
http://article.gmane.org/gmane.comp.java.tapestry.user/45240/
http://issues.apache.org/jira/browse/TAPESTRY-1244
Ben
-Original Message-
From: Chris Chiappone
I wouldn't mind finding out myself how to submit the value if its not
highlighted, that used to be possible with the tacos:Autocompleter.
On 4/16/07, Daniel Leffel <[EMAIL PROTECTED]> wrote:
Unfortunately for me, sounds like that won't work for me. There are multiple
items on the form and focus
Unfortunately for me, sounds like that won't work for me. There are multiple
items on the form and focus won't be on the AutoCompleter at the time of
submit.
On 4/16/07, Chris Chiappone <[EMAIL PROTECTED]> wrote:
I've done something similiar here. In my autoCompleteModel I
basically return the
I've done something similiar here. In my autoCompleteModel I
basically return the search result in the getValues() method if no
matches get returned. Seems to work the only problem is that if the
user doesn't have the option highlighted it ends up being null, which
happens if they use the mouse
Sorry for what is likely an easy question.
I'm having users use an AutoCompleter to select something (in this case
wine). I've turned off the forceValid option with the intent of adding the
input as a new value if it doesn't match the list.
How do I access the value that a user input when it doe
I know that
Foo!
will work (and so will If...etc.). Am I just imagining or did I see
somewhat a component?
Bill
--
"The future is here. It's just not evenly distributed yet."
-- Traditional
-
To unsubscribe, e-ma
Hi,
Let me start saying I am not a recruiter, but a developer. My current
company is interested in hiring developers with solid Tapestry experience
(consulting or full-time). The positions are on site here in New York City
and applicants must be U.S. citizens (sorry, I wish this wasn't the case
Upgrade to 4.1.2 where asset path resolutions are more deterministic.
On 4/16/07, Peter Stavrinides <[EMAIL PROTECTED]> wrote:
Hi Everyone,
In my application (Tap 4.1.1) I am trying to implement a parser to parse
an xml file, which works well enough with an absolute path, but when I
retrieve t
> /*contributing a HttpServletRequestFilter */
...
> doesn't work!
> Maybe something wrong!
I didn't check to see why it doesn't work, but I've been
looking into this issue too - for displaying Japanese.
The HttpServletRequestFilter approach is not the best way
to go about this, because it handl
Quoting Karthik N <[EMAIL PROTECTED]>:
I have a requirement however where I want newPage to be a different
instance than this
In that case you should probably rethink the requirement. Why do you
want to have a different instance? The concept of the page is that you
have an instance to render f
Hi,
While I am in a page "Page1" listener method and when I execute the
following code:
newPage = currentPage.getRequestCycle().getPage("Page1" );
I find that newPage and this page are both the same object
i.e. System.out.println( newPage == this ); evals to true
I have a req
Hi,
Following instructions on the Wiki seemed a good way to get my GUI interfacing
onto hibernate instead of "inMemory" collections that I have been using to
build it so far, but I've run into a problem with I believe hivemind with
which I'd be grateful of a little help. Many Thanks.
The sol
On 4/13/07, Kristian Marinkovic <[EMAIL PROTECTED]> wrote:
... maybe ff and ie handle this scenario differently... i'll test it
and report my results on monday :)
another solution would be to have a small script in place (onclick)
that checks the incoming events on the div node and triggers th
Hi Everyone,
In my application (Tap 4.1.1) I am trying to implement a parser to parse
an xml file, which works well enough with an absolute path, but when I
retrieve the file using a relative path Tapestry returns an empty
java.io.ByteArrayInputStream. If the path is specified incorrectly an
Ups, already found the answer in another thread. Next time i use the search
:)
Sabine K. wrote:
>
> In the core is written: "Any other component or page that declares a field
> of the same type, regardless of name, and marks it with the
> ApplicationState annotation will share the same value.
In the core is written: "Any other component or page that declares a field of
the same type, regardless of name, and marks it with the ApplicationState
annotation will share the same value. It's that simple."
Does that means that these both:
@ApplicationState
private String currentPage;
@Applic
On 4/15/07, kranga <[EMAIL PROTECTED]> wrote:
Why do you need numbers to understand that an extra redirect adds to
rendering delay?
I can understand that but i would like to have an evidence that that
is causing performance problems.
On storing values in session, why should I be forced to us
Hello,
Could you tell me please, how do I make a link to home page of application,
I mean the page assigned to "org.apache.tapestry.home-page" variable.
Thank you in advice,
Igor
--
View this message in context:
http://www.nabble.com/Home-page-of-application-tf3582700.html#a10011122
Sent from
28 matches
Mail list logo