i know this is a very simple question, which might not be directly relaed to konakart - but im trying to add a new page to the application. im fairly new to struts, but all i have done is copy and rename the contactUs page. iv then duplicated all the xml entires that the contactUs page has, and renamed them for my new page 'aboutMe'.
when i run the application i get an 'no action instance for path could be created'.
iv noticed two things:
i dont have a classes folder in the application & in the konakart_custom.jar, the new action i created for aboutMe is not there.
the application works, but have i maybe not deployed it correctly, or am i missing further configuration?