> I am using netbeans for maven project(with added wicket framework) and i want 
> to access something.properties from a java class.

Are the properties files not being put into the output jar/war files?

Remember that Maven by default sets up a structure where *.java goes into 
src/main/java and everything else goes into src/main/resources. So the latter 
should have the something.properties file.

- Tor Iver

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to