Re: [appfuse-user] Webwork's Conversion not working

2006-12-20 Thread Matt Raible
Can you send a diff/patch by checking out the 1.9.x branch from SVN and changing it? It's difficult for me to see what you changed. svn co https://appfuse.dev.java.net/svn/appfuse/branches/BRANCH_1-9-x appfuse-1.9.x Matt On 12/20/06, Daniel.Rodriguez <[EMAIL PROTECTED]> wrote: Matt , just so

Re: [appfuse-user] Webwork's Conversion not working

2006-12-20 Thread Daniel.Rodriguez
Matt , just solved my problem. Basically I had to do some changes around the package-dao task: This is the original version :

Re: [appfuse-user] Webwork's Conversion not working

2006-12-19 Thread Daniel.Rodriguez
Matt, I'm using the 1.9.4 Webwork version ( appfuse-webwork-1.9.4-src.zip). I checked the deployed app in %TOMCAT_DIR%/webapp and the .properties are there. Thanks. -- View this message in context: http://www.nabble.com/Webwork%27s-Conversion-not-working-tf2847151s2369.html#a7953735 Sent fr

Re: [appfuse-user] Webwork's Conversion not working

2006-12-19 Thread Matt Raible
If you're not using 1.9.4, this may be the issue: http://issues.appfuse.org/browse/APF-430 Matt On 12/19/06, Daniel.Rodriguez <[EMAIL PROTECTED]> wrote: Hello everybody, I have the following data structure: Cliente (POJO), Producto (POJO) and Licencia (POJO). Licencia has a composite_id :

[appfuse-user] Webwork's Conversion not working

2006-12-19 Thread Daniel.Rodriguez
Hello everybody, I have the following data structure: Cliente (POJO), Producto (POJO) and Licencia (POJO). Licencia has a composite_id : (FK_CLIENT_ID, FK_PROD_ID). Which I had to implement as suggested in the forums (a separate class called (LicenciaPK): So far, everything works ok, plus t