Re: Static (html) pages won't render

2011-04-30 Thread Nikola Milikic
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

Re: Static (html) pages won't render

2011-04-29 Thread Howard Lewis Ship
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

Static (html) pages won't render

2011-04-29 Thread Nikola Milikic
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

Re: Static HTML ...

2010-01-20 Thread Richard Hill
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

Re: Static HTML ...

2010-01-20 Thread Thiago H. de Paula Figueiredo
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

Re: Static HTML ...

2010-01-20 Thread Olle Hallin
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

Static HTML ...

2010-01-20 Thread 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 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

Re: JWCID changing the look & feel of the Static HTML mocks

2006-08-16 Thread Rahat
le) > { > renderBody(writer, cycle); > } > } > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands,

Re: JWCID changing the look & feel of the Static HTML mocks

2006-08-16 Thread andyhot
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">

Re: JWCID changing the look & feel of the Static HTML mocks

2006-08-16 Thread Nick Westgate
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

Re: JWCID changing the look & feel of the Static HTML mocks

2006-08-16 Thread Nick Westgate
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

Re: JWCID changing the look & feel of the Static HTML mocks

2006-08-16 Thread Rahat
;[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

Re: JWCID changing the look & feel of the Static HTML mocks.

2006-08-15 Thread hv @ Fashion Content
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

Re: JWCID changing the look & feel of the Static HTML mocks

2006-08-14 Thread Howard Lewis Ship
, > 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

Re: JWCID changing the look & feel of the Static HTML mocks

2006-08-14 Thread Karthik N
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

JWCID changing the look & feel of the Static HTML mocks.

2006-08-14 Thread Rahat Khan
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