I dont remember this being possible... So, i guess the alternatives are to either: - copy Calendar.html to CalendarHome.html, or - have your build process do that for you
On Tue, Jun 16, 2009 at 9:55 AM, kk4Nabble<[email protected]> wrote: > > Hi all, > My problem is I have CalendarHome.java which extends Calendar.java. > But i want both the files to share Calendar.html > How do i do it? > > basically when it sees CalendarHome.java it ll search for CalendarHome.html, > i wan it look for Calendar.html instead of CalendarHome.html. > Please suggest. > > Thanks > > > kk4Nabble wrote: >> >> Hi all. >> >> I have 2 java pages and i want it to refer same html for both java files. >> How do I do it in .application file. >> >> <page name="Calendar" specification-path="Calendar.page"/> >> <page name="CalendarHome" specification-path="Calendar.page"/> >> >> The above does not work. >> By the way am using tapestry 4.1 >> Please help. >> >> Thanks in advance >> > > -- > View this message in context: > http://www.nabble.com/how-to-specify-2-java-file-to-same-html-tp24035378p24048762.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Andreas Andreou - [email protected] - http://blog.andyhot.gr Tapestry / Tacos developer Open Source / JEE Consulting --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
