[SOLVED] Re: IllegalAccessException using trivial formbean

2004-11-29 Thread Nicolas De Loof
Solved ! I used a struts-1.2.6 jar i compiled myself. Replacing it with binary dist makes my app work. Don't know where I failed building struts jar... Nico. > > Heloo, > > I'm getting strange troubles on my webapp and I've set a minimalist webapp to > test it : > > 1 action "/logon" & 1 fo

IllegalAccessException using trivial formbean

2004-11-29 Thread Nicolas De Loof
Heloo, I'm getting strange troubles on my webapp and I've set a minimalist webapp to test it : 1 action "/logon" & 1 for "LogonForm" with 2 fields "username" & "password". Struts 1.2.6 without any plugin - If I use DynaForm for my formbean, my (trivial) jsp runs fine and displays the HTML for