When working within JSPs, OGNL feels out of place after using the standard
tag libraries and EL for so long. Using OGNL in JSP also limits the use of
existing tag libraries that are built using EL without some type of
javax.el.ELResolver that can access the ValueStack or the Action for the
request
I would remove the references to Struts 1 in the main banner paragraph.
Tell the user why they want to use Struts, they probably haven't used
Struts 1 if they don't know what Struts is.
The Apache Struts web framework is a free open-source solution for creating
elegant and modern Java web applica
EL now supports many functions of OGNL. Would it make sense just to replace
OGNL with EL? There doesn't seem to be much of a community around updating
OGNL. The newer versions of EL have improved support for usage outside of
the JSP environment. Is it possible to use EL in the other templates
(Velo
eve my thoughts are similar. When I code, I explicitly try to
> be
> > > > "OGNL free" in my JSP. There's no reason for me to use OGNL unless I
> am
> > > > forced to via interaction with Struts. I do what I can do make sure
> my
> > > JSP
> > > >
Have a look at
https://github.com/StripesFramework/stripes/blob/master/stripes/src/main/java/net/sourceforge/stripes/tag/HtmlTagSupportBeanInfo.java.
This allows the HtmlTagSupport tag to have an attribute named 'class'
without interfering with the getClass() method.
On Tue, Sep 23, 2014 at 1:35 P
I would suggest dropping support for the embedded JSP plugin. The ability
to serve JSPs (or any classpath resource) from a JAR is a part of the
servlet specification since 3.0.
On Fri, May 15, 2015 at 8:08 AM, Lukasz Lenart
wrote:
> Finally struts-archive was migrated to Git [1] so I can kicking
The best place for big changes is early in the release cycle. I haven't had
any runtime issues with JDK7 and Struts.
On Tue, May 26, 2015 at 3:51 AM, Christoph Nenning <
christoph.nenn...@lex-com.net> wrote:
> one more +1 for jdk7
>
>
> regards,
> Christoph
>
> This Email was scanned by Sophos An
WW-4402 (https://issues.apache.org/jira/browse/WW-4402) has
patch WW-4402.diff (
https://issues.apache.org/jira/secure/attachment/12734928/WW-4402.diff)
that makes the annotation processor compliant with JDK8. This is a separate
project from the main Struts project. You will have to release a new
v
+1 for Struts 2.6 with Servlet 3.0 and JSP 2.2
On Thu, Nov 17, 2016 at 2:17 AM, Johannes Geppert wrote:
> +1 for a 2.6.x based on Servlet 3.0 and JSP 2.2.
>
> Best Regards
>
> Johannes
>
> #
> web: http://www.jgeppert.com
> twitter: http://twitter.
Is it possible to have a converter from UploadedFile to File? The
UploadedFile has a getContent() method that returns the File object.
On Mon, Nov 21, 2016 at 7:28 AM, Christoph Nenning <
christoph.nenn...@lex-com.net> wrote:
> Surly there will be users complaining. We should at least provide a c
Keeping breaking changes in major releases is important. I recently took a
project from 2.5.8 to 2.5.10.1 and had several compilation errors. Not a
good surprise when attempting to get a security fix in quickly.
On Thu, Mar 16, 2017 at 8:35 AM, Lukasz Lenart
wrote:
> 2017-03-16 13:21 GMT+01:00 C
11 matches
Mail list logo