Hello Wulf,
I used firebug to debug the application and the three js-files.
Unfortunately firebug didn't detect some errors and I didn't find some path
manipulations. do you have any other suggestions?
Best wishes
Tooobi
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Gr
iginal Message-
From: Tooobi [mailto:tobias.k...@t-systems.com]
Sent: Donnerstag, 20. Januar 2011 10:12
To: users@tapestry.apache.org
Subject: Re: Grid onAction Problem IEM6
Hi Josh,
could you tell me how can I debug the tapestry.js file? My problem is that
the js files are included form the
Hi Josh,
could you tell me how can I debug the tapestry.js file? My problem is that
the js files are included form the maven repository so that eclispe couldn't
open files there aren't in the file base resources. I tried to debug the
grid component but I couldn't find something.
Thanks for your s
On Tue, Jan 18, 2011 at 6:34 AM, Tooobi wrote:
>
> This is the html source code, which was produced by Firefox. Please
> remember,
> the problem occurs only on the Internet Explorer Mobile on the HTC HD2 and
> I'm not able to post this source code.
>
If the source you are generating is different
I have logged the request.getPath(). It is illustrated in the following:
[INFO] AppModule.TimingFilter request.getPath(): /index.grid.pager/2
[INFO] AppModule.TimingFilter request.getPath(): /
[ERROR] TapestryModule.RequestExceptionHandler Processing of request failed
with uncaught exception: Exc
Hey Taha, thank you very much for your suggestion. I removed the spacer.gif
from the project but unfortunately the error still exist.
At next I will try to figure out the content of Request.getPath().
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Grid-onAction-Problem-I
If you wanted a servlet request you'd do "return new
HttpServletRequestFilter()". And then you'd change the the return type, and
the request and response type (HttpServletResponse, etc).
I don't think you need to do that anyways. Just log Request.getPath().
Usually this ends up being a url() ref
You have "assets/5.0.18/tapestry/spacer.gif" also hanging around in your
html. You may remove and try. (May be IEMobile seeing a possible
link is trying to retrieve the content... just may be:) )
regards
Taha
On Tue, Jan 18, 2011 at 9:28 PM, Tooobi wrote:
>
> thank you for your suggestion. the
thank you for your suggestion. the strange thing is that the error occurs
only on the IEmobile. on every other browser there is no error. I tested tha
application on opera 10, safari mobile and skyfire mobile. therefore I think
the chance to retrieve the error with the described plugin for firefox
Does your app return different content for the mobile browser? If so you can
get a plugin for FireFox to change the user agent header.
On Jan 18, 2011 6:35 AM, "Tooobi" wrote:
>
> This is the html source code, which was produced by Firefox. Please
remember,
> the problem occurs only on the Interne
This is the html source code, which was produced by Firefox. Please remember,
the problem occurs only on the Internet Explorer Mobile on the HTC HD2 and
I'm not able to post this source code.
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>http://www.w3.org/1999/xhtml";
xmlns:p="tapestry:para
Can you share the output page (html that is rendered)
regards
Taha
On Tue, Jan 18, 2011 at 7:51 PM, Tooobi wrote:
>
> Thank you very much for the fast response.
>
> I think the asset:context:pics/black.gif is not the problem because if I
> uncomment them the error still occur.
>
That was my
Thank you very much for the fast response.
I think the asset:context:pics/black.gif is not the problem because if I
uncomment them the error still occur.
Do you know what is going wrong with the ${toLoginAreaImage} and
${logoutImage}? At the moment I have no idea. I posted the corresponding
co
thank you very much for helping me ;)
http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";
xmlns:p="tapestry:parameter">
I have read more lines reading this mail :) so no issues I will be more than
happy to help (if am able to )!!
regards
Taha
On Tue, Jan 18, 2011 at 7:01 PM, Tooobi wrote:
>
> do you mean the entire code of the tml file? It is approximately 200 line
> of
> codes.
> --
> View this message in cont
do you mean the entire code of the tml file? It is approximately 200 line of
codes.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Grid-onAction-Problem-IEM6-tp3339635p3346166.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
Can you share the page ??
regards
Taha
On Tue, Jan 18, 2011 at 6:53 PM, Tooobi wrote:
>
> I used the RequestGlobals.getHTTPServletRequest(), but I think it isn't the
> right request. Any suggestions?
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Grid-onAction-Pro
I used the RequestGlobals.getHTTPServletRequest(), but I think it isn't the
right request. Any suggestions?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Grid-onAction-Problem-IEM6-tp3339635p3346151.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
I have implemented your code so that I'm now able to log all requests. So,
could you tell me which parameter of the request is interessting to figure
out my problem, please?
Is it proper to use the Request request typ for analysing the HTTPRequest
for my problem?
--
View this message in context:
If you want to do it in code then you can use the example of the
TimingFilter that is part of the quickstart.
Add this to your AppModule class.
public RequestFilter buildTimingFilter(final Logger log)
{
return new RequestFilter()
{
public boolean service(Request r
Sorry, but I'm not sure how to log all HTTP requests. Do you have a tapestry
example?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Grid-onAction-Problem-IEM6-tp3339635p3344786.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
--
As already suggested log all HTTP requests.
Further, you error suggests that somehow one of your assets' url is mistyped
and the resulting url is such that it points to a page
with the 'assets' becoming its parameter. The page to which this url is
pointing is expecting an integer but as it finds '
Hey thank you for your response. How can I turn off the redirect after post?
Yes, the error occurs after clicking the paging button.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Grid-onAction-Problem-IEM6-tp3339635p3344587.html
Sent from the Tapestry - User mailing lis
I'm sorry I said won't, what I meant was might not be good. Have you
logged the requests to figure out which one's are no good? It looks
like you are getting the error when you click a paging button? Have
you turned off redirect after post?
Josh
On Thu, Jan 13, 2011 at 8:25 AM, Tooobi wrote:
>
>
The css-file is included in a seperate layout.java with
@IncludeStylesheet("context:layout/layout.css"). The corresponding
layout.tml includes the content of the other tml-files which one of them
contains the grid.
I saw an example to build a submit button with an image on the following
website.
> .tologinareaimage { background-image:
url(../pics/button_zum_anmelden.png);
How are you including your css? Tapestry puts assets in a virtual folder so
your relative reference won't be good.
On Jan 13, 2011 4:32 AM, "Tooobi" wrote:
>
>
> Thanky ou very much for your fast response.
>
> I
I would log all HTTP requests to the server and see which one is triggering
the error.
--
View this message in context:
http://tapestry-users.832.n2.nabble.com/Grid-onAction-Problem-IEM6-tp5917903p5918246.html
Sent from the Tapestry Users mailing list archive at Nabble.com.
Thank you very much for your response!
I removed the whole ... block containing the image, but the
problem still exist.
I will revise my code as you described.
Is there any other possible error?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Grid-onAction-Problem-IEM6
On Thu, 13 Jan 2011 10:32:05 -0200, Tooobi
wrote:
The corresponding code in the class is:
@Inject
@Path("context:pics/button_zum_anmelden.png")
@Property
private Asset _toLoginAreaImage;
In the tml-file I have also assets like:
asset:context:pics/black.gif
Thanky ou very much for your fast response.
I checked my css and saw configurations for assets like:
- button images
.tologinareaimage { background-image:
url(../pics/button_zum_anmelden.png);
background-color: transparent; width: 150px; height: 50px; border: 0;}
- taxtarea
background: #FE
Bad relative link in the css or something sending asset requests to the page
itself?
--
View this message in context:
http://tapestry-users.832.n2.nabble.com/Grid-onAction-Problem-IEM6-tp5917903p5917932.html
Sent from the Tapestry Users mailing list archive at Nabble.com.
--
31 matches
Mail list logo