Working with single pagecode in JSF --Urgent!!

How do i map two different jsp pages to the same pagecode? The problme is in RAD where a jsp is automatically mapped to a pagecode that gets created. there is this tag

<%-- jsf:pagecode language="java" location="/JavaSource/pagecode/PageCodeOne.java" --%><%-- /jsf:pagecode --%>

the aboe is for PageCodeOne.jsp. Now i want to map PageCodeTwo.jsp to PageCodeOne.java. How can i do this in RAD 6.0

Need help urgently.

[496 byte] By [dilip_jsfa] at [2007-11-27 11:49:01]
# 1

somone please help....

dilip_jsfa at 2007-7-29 18:22:42 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

You may want to try asking your question in a forum devoted to the development tool you are using. To the best of my knowledge, the pagecode declarations are solely for the benefit of the tool and do not have a runtime effect.

RaymondDeCampoa at 2007-7-29 18:22:42 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3

I would add, leave the JSF visual editor of RAD for what it is and write the code yourself. You will greatly learn how JSF works and the handwritten code will be much more maintainable and reuseable. The autogenerated pagecode stuff only generates headache afterwards.

BalusCa at 2007-7-29 18:22:42 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4

Yeah, i was using eclipse for so long and did not have any problems. RAD is causing headaches. I just want to know how i can achieve this in RAD. Forget the RAD disc forum, its useless, ppl dont reply.

dilip_jsfa at 2007-7-29 18:22:42 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...