Totally forgot that - but I do remember someone wanting to remove this ... hack :) Good to see it's still useful !
On Tue, Jun 16, 2009 at 3:27 PM, kk4Nabble<[email protected]> wrote: > > > Hi, > > Thank you all for the reply. > I specified > <page name="CalendarHome" specification-path="Calendar.page"/> > in .application file. > And in Calendar.page > <page-specification class="com.mypackage.page.Calendar"> > <asset name="$template" path="Calendar.html"/> > </page-specification> > > And it works fine. > > > Andreas Andreou-4 wrote: >> >> 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] >> >> >> > > -- > View this message in context: > http://www.nabble.com/how-to-specify-2-java-file-to-same-html-tp24035378p24053281.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]
