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]

# 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.
# 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.