Struts2把url patternurl pattern中的改為 action報錯

時間 2021-06-08 06:35:14

1樓:哈魯擼啊擼

//kindeditor富文字編輯器

var editor;

kindeditor.ready(function(k) );

k.ctrl(self.edit.doc, 13, function() );

},items: [

'justifyleft', 'justifycenter', 'justifyright',

'justifyfull', 'insertorderedlist', 'insertunorderedlist',

'formatblock', 'fontname', 'fontsize', 'forecolor', 'hilitecolor', 'bold',

'italic', 'underline', 'strikethrough', 'image', 'multiimage',

'flash', 'media', 'insertfile', 'emoticons', 'link', 'unlink'

]});

});uploadjson就是把編輯器的內容傳到什麼地方去,我這裡是到一個servlet裡面

2樓:匿名使用者

kindeditor 的上傳請求在相關的檔案中有配置,你改那個就行了,沒必要改整個專案的請求規則

struts2作用,簡述Struts2的用途和優勢

符玉蓉亥月 用框架就是為了快,webwork與struts的合成品。節省了struts1的formbean 請求響應傳參方便,至於執行緒安全也看怎麼用,自己的資源把控不好也是廢品,只是相對與物件本身,工具類以及控制元件類庫就不說了,那玩意看個人喜好,你可用可不用總是真的吧,前端開發 要求漂亮你搞這個...

struts和struts2的區別

1 struts的action是單例模式並且必須是執行緒安全的,因為僅有action的一個例項來處理所有的請求。單列策略限制了struts action能做的事,並且要在開發時特別小心,action資源必須是執行緒安全的或同步的 2 struts2的action物件為每一個請求產生一個例項,因此沒有...

DWR和struts2的問題

星的依偎 我來幫你解答吧。解1.你的web.xml裡應該有 struts2 org.apache.struts2.dispatcher.ng.filter.strutsprepareandexecutefilter config resources context struts context.xm...