hi,
I want use pagelink with port 8443 and https protocol.
If i use:
${currentRole.roleName}
then tapestry generate
http://localhost/app/start/4
But i want
https://localhost:8443/app/start4
Argo
Hi Francisco
Yes you are right on both points! Thanks for taking the time to review my
article. I will update it to reflect your input
Regards
Toby
2008/8/3 Francisco Manzano <[EMAIL PROTECTED]>
> Hi Hobson, thank you very much. The article is really good.
>
> Lamentably, I have not time to pr
Hi Daniel,
I meant the way that a new transaction is acquired after the commit, in the
5.0.14, it always call: transaction = session.beginTransaction() to get a
new transaction. I don't know if this really fix to all my problems, but i
do have some bugs that i can't understand, example, I have
hi cris,
sounds interesting, how about a sample code/template to let us understand
more? thanks.
angelo
Chris Lewis-5 wrote:
>
> Hello all,
>
> I'm wondering how others handle a simple flow where a user fills out a
> form, form is processed, and then a message is shown as a result ("ok"
> or
Hello all,
I'm wondering how others handle a simple flow where a user fills out a
form, form is processed, and then a message is shown as a result ("ok"
or "failed"). I have a simple contact form and am handling this like so:
In my template I have 2 blocks: 1 is the form and the other is the
mess
Do you mean the "bug" of not committing automatically? If so, there
have been posts about that one, because it was actually a fix.
On Fri, Aug 1, 2008 at 9:37 PM, Angelo Chen <[EMAIL PROTECTED]> wrote:
>
> I strongly recommend to release this 5.0.14-SNAPSHOT as soon as possible,
> 5.0.13 has a s
Hi Angelo,
What is this bug? Does it only affect debugging, or might it also
affect production? Is there a JIRA for it?
Thanks,
Andy (on 5.0.13 in production, and worried)
On Fri, 2008-08-01 at 18:37 -0700, Angelo Chen wrote:
> I strongly recommend to release this 5.0.14-SNAPSHOT as soon as po
Write response to a html file.
So that I can request the html instead of a tapsestry page.
Toby Hobson wrote:
>
> Sorry ... i don't fully understand your question. Could you explain a
> little more
>
> Thanks
>
> Toby
>
--
View this message in context:
http://www.nabble.com/t5-how-to-writ
Hi Hobson, thank you very much. The article is really good.
Lamentably, I have not time to prove the RenderFlash component now, but
seeing the code two doubts have arisen me:
1) When you use the RenderFlash component in /MyPage/.tml, the parameter
/swfFile /(line 14) would not have to be equa
It will probably be out of beta status before Gmail is. :-)
On Sat, Aug 2, 2008 at 4:24 PM, learner <[EMAIL PROTECTED]> wrote:
> I noticed T5 has been on beta version for quite long time. may i know when
> will
> a candidate release version will be available..? any plan for T6 any soon?
>
>
>
>
I noticed T5 has been on beta version for quite long time. may i know when will
a candidate release version will be available..? any plan for T6 any soon?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
Thanks Jose for a confirmation. Yes, that's what I thought and the problem
is the same as described in
http://www.thoughtsabout.net/blog/archives/44.html. As long as this is
documented properly, it's probably ok, but may cause problems if somebody
tries to use existing property files in a jar o
Hi
I finally was able to make it work.
I cant' believe how simple it was, and how long it took me to figure it out.
The solutions is to provide a ValueEncoder to the BeanBlock (so simple!)
Here is my code:
then:
public ValueEncoder getValueEncoderForProperty()
{
That's odd, it seems like most situations could be known by tapestry
already. It does know what pages (and thus page packages) exists, so why
couldn't it just know that if a valid package but invalid page is
requested, then it should fail instead of passing it as an activation
context?
Anyway, tha
It does, but it is necessary to apply a service decorator to the
service for this to work. The tapestry-hibernate documentation has
examples.
On Fri, Aug 1, 2008 at 10:13 PM, Angelo Chen <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Does CommitAfter annotation work with service method as documented in
>
Hi,
I would like to make Tapestry 5 (5.0.13beta) render its pages as XHTML.
I followed the instructions on the Tapestry wiki and my application now
renders XHTML fine.
I would also like to make the PageTester render XHTML but my attempts so
far haven't worked. Does anyone know how to setup t
Kalle,
I just made the test on my app, since I had a char encoding problem for
about a week with 5.0.14-SNAPSHOT, and had to fallbacl to 5.0.13. So
yes, accented chars in ISO-8859 properties files are not rendered
properly in the final HTML page. If you switch the coding of that
property file
17 matches
Mail list logo