On Thu, 04 Feb 2010 11:37:05 -0200, Jan Jirout wrote:
Hi,
Hi!
I'll try change implementation of ComponentEventLinkEncoderMethodAdvice,
it seems to me that it could help. I don't fully understand T5 so I
don't know if it's bug or not. What do you think?
This is a bug. Please file a JIRA
Hi,
thanks for looking at this, it really helps me. I think that I found
place where is forForm changed to wrong value, let me describe it:
It seems that LinkImpl is correctly created in
ComponentEventLinkEncoderImpl at 194 with forForm=true. Next is
ComponentEventLinkEncoderMethodAdvice#adv
On Tue, 02 Feb 2010 03:22:38 -0200, Josh Canfield
wrote:
I should add that
SimpleRequestWrapper fakeRequest = new SimpleRequestWrapper(request,
link.toAbsoluteURI());
comes from ComponentEventLinkEncoderMethodAdvice#rewriteIfNeeded
I can't recall is there's a JIRA for that. If not, plea
I should add that
> SimpleRequestWrapper fakeRequest = new SimpleRequestWrapper(request,
> link.toAbsoluteURI());
comes from ComponentEventLinkEncoderMethodAdvice#rewriteIfNeeded
On Mon, Feb 1, 2010 at 9:20 PM, Josh Canfield wrote:
> Ok, I found the problem.
> The form action is created like so
Ok, I found the problem.
The form action is created like so:
void beginRender(MarkupWriter writer)
{
Link link =
resources.createFormEventLink(EventConstants.ACTION, context);
It then pulls the query parameters from the link and sticks them into
hidden fields. The problem is that when
ot;my","context", "values");
return new SimpleRequestWrapper(request, link.toRedirectURI());
g,
kris
Jan Jirout
30.01.2010 22:58
Bitte antworten an
"Tapestry users"
An
Tapestry users
Kopie
Thema
problem with component
Hi All,
I have strange probl
> I tried to use following code:
>
>public Request process(Request request, URLRewriteContext context) {
>return new SimpleRequestWrapper(request, request.getPath());
>}
>
> When I use this code then context of component event is even lost. I didn't
> find way how to create Simp
Hi,
thanks for answer.
In my real application I change just pieces of path but it didn't work.
I tried to use following code:
public Request process(Request request, URLRewriteContext context) {
return new SimpleRequestWrapper(request, request.getPath());
}
When I use this
On Sat, 30 Jan 2010 19:58:34 -0200, Jan Jirout wrote:
Hi All,
Hi!
I have strange problem with URL rewriting. I'm changing path name in
URLRewriterRule. In following way:
public Request process(Request request, URLRewriteContext context)
{
return new SimpleRequestWr
Hi All,
I have strange problem with URL rewriting. I'm changing path name in
URLRewriterRule. In following way:
public Request process(Request request, URLRewriteContext context) {
return new SimpleRequestWrapper(request, "somePath");
}
It works fine. Problem is with pa
You can try applying some of the style definitions from
http://tapestry.apache.org/tapestry4.1/usersguide/clientside-validation.html
It's all controllable via css so there has to be some combination that works.
On 3/30/07, Lionel Touati <[EMAIL PROTECTED]> wrote:
Hi All,
The Dialog compone
Hi All,
The Dialog component works
fine with Firefox. With Internet Explorer, it displays funnily: it
takes up all the width of the screen and some of the content is
not displayed at all. We've tried applying a style (with properties
width and height) locally
but it does not take that
into ac
12 matches
Mail list logo