while speaking of ActionLink...
is there a strong reason why action name is not parametrized ?
default value should be of course "action"
Davor Hrg
On Dec 28, 2007 8:00 AM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
> Your method is named incorrectly. It should be onSend() or
> onSendFromFoo(
Your method is named incorrectly. It should be onSend() or
onSendFromFoo() (where Foo is the component id).
On Dec 25, 2007 11:34 PM, Foror <[EMAIL PROTECTED]> wrote:
> When I call a createActionLink("send", false, 2050) in page then link
> is "message:send/2050". And it does not work (onSendAct
Dear all,
I already try to follow what's written on the document regarding how
to use Autocomplete component, but still can not get it working.
Here's what I've done:
Template:
Page:
private String clientName;
String[] onProvideCompletionsFromClientName(String input)
{
logg
I got t5.0.7 this morning. As I'm a Chinese user, I use utf-8 encoding for
my application.
But, while upload file and some text, I got this:
java.lang.NullPointerException: charsetName
java.lang.String.(String.java:442)
java.lang.String.(String.java:516)
org.apache.commo
There are a number of reasons.
Convention over configuration. Your @Page annotation is just another
bit of configuration that is obviated by putting classes in a known
directory. Although the layout mandated by T5 is required, it is also
the layout that I recommended for T4, even though more con
You can always call any of the various addScript methods
available on ResponseBuilder(IScriptProcessor). This was previously
broken if called within a listener method but has since been fixed in
at least the 4.1.4-SNAPSHOTs.
On Dec 27, 2007 12:39 PM, Kevin Menard <[EMAIL PROTECTED]> wrote:
> Hey
> Be careful that the problem might not just be having 2 flows at a time for
the
> same session but also managing interrupted flows.
I think allowing one flow interrupted by another will introduce lots of
complexity and consume more resources. I don't think our users need it, so I
don't want to ov
I think you are looking for
http://tapestry.apache.org/tapestry4.1/jsdoc/index.html
in particular for
http://tapestry.apache.org/tapestry4.1/jsdoc/files/fx-js.html
On Dec 27, 2007 6:39 PM, Kevin Menard <[EMAIL PROTECTED]> wrote:
> Hey all,
>
> I have the need to call arbitrary JS after updating
Hey all,
I have the need to call arbitrary JS after updating components from an
EventListener. The use case is the following:
If client-side validation is disabled I show a div that display the error
message. When a form is submitted asynchronously, I can update the contents
of the div, but the
Mohammad Shamsi wrote:
but you can see some mechanism in JPA (Java Persistence API).
here you just Annotate a class with @Entity for using it as a Entity in
application.
i think number of entities in a application is not much less then number of
pages.but i have no performance problem in my ap
See the "Template Doctypes" section at
http://tapestry.apache.org/tapestry5/tapestry-core/guide/templates.html
for more info.
Steve.
On 16/12/2007, Arve Klev <[EMAIL PROTECTED]> wrote:
> I put this line at the top of the template:
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
> ">
On 26.12.2007, at 18:18, Andreas Andreou wrote:
It should work, but I can try and look it up a bit... what Tapestry
version?
That would be great. The version is 4.1.3.
By the way, I have a very basic question: What is the relation between
Tapestry 4.x and the current version of Tacos (4.1.1)
12 matches
Mail list logo