Why my tableview component doesn't work?

2006-10-08 Thread CIJOML
Hello, can anybody explain to me why my tableview component doesn't work? I made code simplest I can, but it still doesn't work. Tapestry 3.0.3 Here is the code: http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd";> Vypis firem

Re: Error redirecting to page

2006-09-28 Thread CIJOML
it is tapestry-3.0.3.jar Michal Dne čtvrtek 28 září 2006 14:04 andyhot napsal(a): > Could be a parser issue with the comments... > Which exact Tapestry version is this on? 3.0.3, 3.0.4 ? > > Try removing the comment between your static bindings > > CIJOML wrote: >

Error redirecting to page

2006-09-28 Thread CIJOML
Hello, when redirecting to page I am getting exception: An exception has occurred. You may continue by restarting the session. org.apache.tapestry.ApplicationRuntimeException Not all tags closed in template. component: [EMAIL PROTECTED] location: context:/WEB-INF/FirmaList.page, line

User rights with tapestry?

2006-09-18 Thread CIJOML
Hello, is there any howto available (for both version 3 and 4) which covers user rights? I need users to see some properties (icons,links) only when I verify in DB, that user should have such rights. Thanks a lot for reply Michal --

Re: How to be redirected from login form to BasePage?

2006-08-25 Thread CIJOML
are starting fresh why not base your app on Tap4 ? > > "CIJOML" <[EMAIL PROTECTED]> skrev i en meddelelse > news:[EMAIL PROTECTED] > Hi Ron, > > thanks very much, It helped me a lot! I had to do more changes ;) > > I forgot rename also page name! :( > > Thank

Re: How to be redirected from login form to BasePage?

2006-08-24 Thread CIJOML
ate("Home"); > > Cheers,Ron > > CIJOML wrote: > > Hi, > > > > I wrote little application which now I want secure. > > So I developped login form, but I am unable to be redirected to BasePage > > after successfull login. > > >

How to be redirected from login form to BasePage?

2006-08-23 Thread CIJOML
Hi, I wrote little application which now I want secure. So I developped login form, but I am unable to be redirected to BasePage after successfull login. When I call such page directly in DP.application, it renders: http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd";> DP Michal Sem