[ANN] Apache Struts 2.3.24.1 GA with security fix release available

2015-09-24 Thread Lukasz Lenart
The Apache Struts group is pleased to announce that Struts 2.3.24.1 is available as a “General Availability” release. The GA designation is our highest quality grade. Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications. The framework is designed

edit inline control navigator buttons to display

2015-09-24 Thread fea jabi
Using the below sjg:grid with edit inline. This displays the edit navigator buttons Add New Row, Edit selected row, Save, Cancel row editing. I don't want to show the Add new row button in the navigator. How to do this?

Re: what's the Bootstrap when I use "stream" result type for a picture output

2015-09-24 Thread Mike Guo
hi, thanks for your response. I got this solved . here’s the article I searched, it can explain why and how about this thing. http://www.oracle.com/technetwork/articles/javase/headless-136834.html thanks again Mike.G

Re: what's the Bootstrap when I use "stream" result type for a picture output

2015-09-24 Thread Christoph Nenning
> Hi. all. > > I got a very strange issues. > > I tried to generate dynamic check code by struts2. so, I used > buffered image and javax.imageio for a byteinputstream in my Action. > > look like the function work fine. but strange thing is: every time > when I access that dynamic check code