To demonstrate the problem more clearly and help narrow down the issue, I
have removed everything custom and changed the application to use
"css_xhtml" theme like this:
This causes this error to appear in the JBoss log file:
ERROR [template.FreemarkerTemplateEngine] Could not load the
With 2.3.16 a proper theme inheritance mechanism was introduced - you
don't have copy the whole theme to extend it, just override file you
need, the rest will be loaded from parent theme and parent and so on.
The docs were updated to include information about 'expandTheme'
variable which should be
I'm getting this error from my JBoss 7 application server:
ERROR [freemarker.runtime] (http--0.0.0.0-8443-3) Template processing
error: "Error reading included file
/mx/themes/~~~rgm/dynamic-attributes.ftl": freemarker.temp
late.TemplateException: Error reading included file
/mx/themes/~~~rgm/dyna
On 12/11/2013 10:29 AM, Lukasz Lenart wrote:
Here you have more details
http://markmail.org/message/lvrdf7zdrhatklyh
Got it. My projects depend on jquery, and I will use 2.3.15.3 for now
until a new version with jquery merged is released. Thanks a lot!
2013/12/11 Emi Lu :
Good morning,
Up
Here you have more details
http://markmail.org/message/lvrdf7zdrhatklyh
2013/12/11 Emi Lu :
> Good morning,
>
> Upgraded to 2.3.16, exception when start project from tomcat:
> =
> java.lang.ClassNotFoundException: org.apache.stru
Good morning,
Upgraded to 2.3.16, exception when start project from tomcat:
=
java.lang.ClassNotFoundException: org.apache.struts2.views.TagLibrary
org.apache.catalina.core.StandardContext filterStart SEVERE: Exception
startin
Dear group,
I hope that you can help to clear up my confusion about the current
status of Struts 2.3.15.2 with regards to the security vulnerability
S2-018 (see [1]).
So far, it was my understanding that S2-018 is fixed with the 2.3.15.2
release. And the release notes still suggest that this is t
I am using struts2 and hibernate3. I wan to store uploaded files in the
upload directory in the project folder. I want to store each uploaded file
path in the database using hibernate.
Can you help me out to achieve the above.
On Wed, Dec 11, 2013 at 5:25 PM, Christoph Nenning <
christoph.nenn..
> Can any one tell how to upload files to a particular directory in our
> project.
>
You can set struts.multipart.saveDir in struts.xml
https://struts.apache.org/release/2.0.x/docs/file-upload.html
regards,
Christoph
This Email was scanned by Sophos Anti Virus
> Hi,
>
> how can one add a specific css class/style of the label when
> instanciating like:
>
>
>
> I now had to change theme="simple" and add the css class to the of
> the label but with that I can not reference it with the name when a
> fieldError occurred.
>
> I have:
>
>
>
> and ad
HI,
Can any one tell how to upload files to a particular directory in our
project.
On Wed, Dec 11, 2013 at 5:09 PM, Fabian Richter wrote:
> Hi,
>
> how can one add a specific css class/style of the label when instanciating
> like:
>
>
>
> I now had to change theme="simple" and add the css cla
Hi,
how can one add a specific css class/style of the label when
instanciating like:
I now had to change theme="simple" and add the css class to the of
the label but with that I can not reference it with the name when a
fieldError occurred.
I have:
and add an error with addFieldError
12 matches
Mail list logo