s your test.html. Is there anything else in your web.xml?
>
> On Fri, Apr 29, 2011 at 8:09 AM, Nikola Milikic
> wrote:
> > Hi all,
> >
> > I suppose this is a trivial question, but couldn't make it work. I want
> to
> > have a static html page in my app w
Tapestry specifically doesn't handle requests for actual resources,
such as your test.html. Is there anything else in your web.xml?
On Fri, Apr 29, 2011 at 8:09 AM, Nikola Milikic
wrote:
> Hi all,
>
> I suppose this is a trivial question, but couldn't make it work. I want
Hi all,
I suppose this is a trivial question, but couldn't make it work. I want to
have a static html page in my app which would on form submission call a
specific servlet (I'need to use a servlet here). But my page won't render at
all. Then I tried creating as simple html page as
stry users
Subject: Re: Static HTML ...
Date: Wed, 20 Jan 2010 09:10:11 -0200
On Wed, 20 Jan 2010 07:50:26 -0200, Olle Hallin wrote:
> You could place them anywhere you like under the web context, but you
> must tell Tapestry to ignore them:
Unless your HTML file has the same URL as so
On Wed, 20 Jan 2010 07:50:26 -0200, Olle Hallin wrote:
You could place them anywhere you like under the web context, but you
must tell Tapestry to ignore them:
Unless your HTML file has the same URL as some Tapestry page, there's no
need for that. Tapestry already ignores requests for page
Developer and Architect
olle.hal...@crisp.se
www.crisp.se
http://www.linkedin.com/in/ollehallin
2010/1/20 Gunnar Eketrapp
> Hi!
>
> This is most certainly a stupid question.
>
> We have built quite a big T5 webapp without any static html.
>
> Now I feel the need to add some
Hi!
This is most certainly a stupid question.
We have built quite a big T5 webapp without any static html.
Now I feel the need to add some static html files and cant find any info on
how to do this.
Where are they placed in the project ?
Do I have to tell T5 filter to ignore them?
Thanks in
le)
> {
> renderBody(writer, cycle);
> }
> }
>
> ---------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands,
e
> application but not in the Static Mocks. For example:
>
> in "foobar.html" I have a "Direclink" component like this:
>
> < a jwcid="[EMAIL PROTECTED]" listener="ognl:listeners.dothis"
> parameters="ognl: id">
Hi Rahat.
Thinking further, if you want to keep your components implicit
you could pay the price of another (trivial) implicit component:
< a jwcid="[EMAIL PROTECTED]" listener="ognl:listeners.dothis" ...>
My Link
< /a>
The Ghost component would render it's contents but omit itself
and th
gnl: id">
My Link
< /a>
When I open the static html mocks(Tomcat is not running, just open
"foobar.html" page in a browser)
this link shows up. Although as a non working Item. But I dont want to show
it in my static mocks.
your previous Idea hides it from Sta
;[EMAIL PROTECTED]" listener="ognl:listeners.dothis"
parameters="ognl: id">
My Link
< /a>
When I open the static html mocks(Tomcat is not running, just open
"foobar.html" page in a browser)
this link shows up. Although as a non working Item. But I dont want
HTML mocks,The
> view of some of the mocks have been changed.That means the Static view of
> the mocks is now different from
> the application view.But I want that the JWCID will not effect the
> original look and feel of the static
> html mocks.
>
> To be more specific wit
,
> I am using Tapestry4 for my project. My problem is after adding
JWCID
> in the HTML mocks,The
> view of some of the mocks have been changed.That means the Static view
of
> the mocks is now different from
> the application view.But I want that the JWCID will not effect the
> origina
ns the Static view of
the mocks is now different from
the application view.But I want that the JWCID will not effect the
original look and feel of the static
html mocks.
To be more specific with the problem,
I used the "Block" component to ignore a block of HTML code in the
running appli
and feel of the static
html mocks.
To be more specific with the problem,
I used the "Block" component to ignore a block of HTML code in the running
application. But
this codes are viewable in static HTML. I want something just opposite.That is,
a block of
HTML code will be
16 matches
Mail list logo