Thanks for you reply Filip,
I am using Glassfish with normal Basic-Authentification and there are no
problems with pages, resources or else. Only this special interaction causes
this issue. Also I wonder about the Status 503, normally the status ist 403
generated by an access denied.
In my web.x
Hello,
I uses SSL in my Application and get an error 503 with EventLink and
ActionLink. For example my code is really simple:
*.tml:
*.java:
void onClickButton1() {
Logfile.appendLog("onClickButton1");
}
In this example T5 creates a link like
Hello,
i want to transfer a String from one page to another via https. I have
already added the Secure-Tag for both sites and without it the code works
fine.
The transfer is very simple. There is an textfield and a submit button on
the 1st page. On submitting the form the value should be written i
I solved little problems with a temporary solution in the meantime. I created
another application with T5 and switch beetween pages with hard-coded URLs.
The problem is that it is not possible to pass parameters beetween the
applications. For example i wrote a page with a grid component in T5 and
Hello,
I want to insert a new page (for example), written in T5 in a T4-project
(should be possible since T5.0.12), but i have no idea how i could make
this. I already insert an empty tml and the belonging java in my workspace
and insert the T5.0.13-libs in the ear-file for deploying. Has anybody
dError:
> org/hibernate/cfg/AnnotationConfiguration
>
> check your classpath entries/maven dependencies
>
> g,
> kris
>
>
>
>
> Tommyboy66 <[EMAIL PROTECTED]>
> 13.06.2008 14:03
> Bitte antworten an
> "Tapestry users"
>
>
Thanks for your reply nille hammer,
but your solution did not solve my problem-> same exception, same message.
I found a solution by myself, but i did not really understand it: When i
exclude the library tapestry-hibernate-5.0.11.jar out of the build path my
and your code works fine. Is this bec
Hello,
i have to upgrade a Tapestry-Project from Vers. 5.0.6 to 5.0.11 and now
there are several problems with some components. For example, i want to
select items from a dropdown field. The code in the older Tapestry-Version
works fine, but now i get an exception in ValueEncoderSource which i c