Sorry by the bad english...i am brasilian
i got a project in struts 2.0.11 and fckeditor 2.3 (jar) done for ie.
i had to do a upgrade in struts due to problems and maintence of the project....
then i upgraded to struts 2.1.6 with dojo plugin....
then i begin to have problems with the fckeditor component, the problem was when i tryed to do an image upload,
it keep on loading, and get stuck in there. And did not done the upload at all and neither finish the loading.
i saw in somewhere i had to upgrade the fckeditor as well, so i did....
now i am using the fckeditor 2.4.1 (jar) and i still have image upload problems, but this time i got a alert saying that the user does not have the permission
here is my codes:
fckeditor.properties:
connector.userActionImpl=net.fckeditor.requestcycle.impl.UserActionImpl
Re: upload permission alert with struts2 filter
Additionally, see logs if UserActionImpl is sucessfully loaded.
Re: upload permission alert with struts2 filter
in the web.xml i changed this:
for this:
Re: upload permission alert with struts2 filter