org.apache.struts2.portlet.servlet.PortletServletResponse contains the
isCommitted method defined here
public boolean isCommitted() {
if(portletResponse instanceof RenderResponse) {
return ((RenderResponse)portletResponse).isCommitted();
}
else {
Hi Emi,
Thank you for that, the error comes from the struts2-portlet-plugin
interaction with tiles2, so I gave it a quick try in case tiles 2.0.7
behaved differently, but I still get the same error, even if it comes from
the BasicTilesContainer rather than Jsr168Dispatcher :
0034 BasicTilesC
Hi Miguel,
yes all versions are also available via maven.
...
com.jgeppert.struts2.jquery
struts2-jquery-plugin
3.0.1
com.jgeppert.struts2.jquery
struts2-jquery-grid-plugin
3.0.1
com.jgeppert.struts2.jquery
Johannes,
Have you posted 3.0.0 on maven repositories yet?
I have used jquery extensively, but never jquery plugin. I am trying it
out on a pet project. Well done!
Miguel
On Mon, 2011-05-09 at 11:22 -0700, Johannes Geppert wrote:
> arin_12 wrote:
> >
> > Seems that we have some issue in the G
arin_12 wrote:
>
> Seems that we have some issue in the GRID. The search function in the GRID
> - Editable is not working fine.
>
Thank you for reporting this. New Version 3.0.1 should fix this problem.
Johannes
-
--
web: http://www.jgeppert.com
twitter: http://twitter.com/jo
quot;;
>>>>>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>>>>>> xmlns:aop="http://www.springframework.org/schema/aop";
>>>>>> xmlns:tx="http://www.springframework.o
>>>> http://www.springframework.org/schema/tx
>>>>> http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
>>>>> http://www.springframework.org/schema/aop
>>>>> http://www.springframework.org/schema/aop/spring-aop-2.5.xsd";>
>>>
;>
>>> class="uk.co.marcusbond.action.SimpleAction"
>>
>>> scope="prototype" />
>>>>
>>>>
>>>> *Struts file:*
>>>>
>>>> >>> "-//Apache Software Foundation//DTD Struts Co
op/spring-aop-2.5.xsd";>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> >>>
>>> class="uk.co.marcusbond.action.SimpleAction"
&
Thanks all
This does seem to be plausible.
-Original Message-
From: Dave Newton [mailto:davelnew...@gmail.com]
Sent: lundi 9 mai 2011 16:26
To: Struts Users Mailing List
Subject: Re: where does wrote:
> Maybe this docs was auto generated and action is inherited from
another
> componen
Hello,
If I remember struts2.2.1 cannot only be with tiles2.0.7.
Please try tiles*-2.0.7.jar
I had the same problem when using struts2.2.x + tiles2.2
Regards,
Emi
Thank you for your answer. I would like to know if tiles work with struts2
in a portlet environment.
This has been done co
Yeah, all the UI components extend a base that have a bunch of
attributes, not all of which make sense for each UI components.
Dave
On Mon, May 9, 2011 at 10:19 AM, Maurizio Cucchiara
wrote:
> Maybe this docs was auto generated and action is inherited from another
> component.
>
>
> On 9 May 201
Maybe this docs was auto generated and action is inherited from another
component.
On 9 May 2011 15:41, Baubak Gandomi wrote:
> Thanks for the answer. I'll take a look at
> But the reason I ask is that the documentation :
> http://struts.apache.org/2.x/docs/reset.html mentions the attribute
>
Thanks for the answer. I'll take a look at http://struts.apache.org/2.x/docs/reset.html mentions the attribute
"action". Is this a doc error?
Baubak Gandomi
-Original Message-
From: Maurizio Cucchiara [mailto:maurizio.cucchi...@gmail.com]
Sent: lundi 9 mai 2011 15:22
To: Struts Users Ma
On 9 May 2011 15:06, Baubak Gandomi wrote:
> Does anyone know when the "action" attribute of " used/invoked?
Never,
maybe s:button is the best candidate in order to obtain what you're looking for.
--
Maurizio Cucchiara
-
To unsu
Hi All,
I'm currently fiddling with
/WEB-INF/pages/TLD_Tests/5.5.Reset.jsp
/WEB-INF/pages/endZone.jsp
In my view I have :
Reset Case 2
We specify the action and method through the reset button :
My assumption would be that if I press "rest" here I sh
Hello,
I´m working on a Project at the moment with Struts 1.
My Bean-Class looks like
public class HardwareFormBean extends ActionForm{
private HashMap hMap = new HashMap();
hMap.put(One, VectorObject);
}
I put a object of FormbeanVector in the hash. H
You can try this
Thanks,
Karthick
-Original Message-
From: Baubak Gandomi [mailto:b.gand...@castsoftware.com]
Sent: Monday, May 09, 2011 5:46 PM
To: user@struts.apache.org
Subject: "action" attribute in reset button
Hi All,
I'm currently fiddling with
/WEB-INF/pages/TLD
Hi All,
I'm currently fiddling with
/WEB-INF/pages/TLD_Tests/5.5.Reset.jsp
/WEB-INF/pages/endZone.jsp
In my class I have:
public class ResetClass {
private String modelSignal;
public String fillList() {
set
additional commands, e-mail: user-h...@struts.apache.org
-----
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org
__ NOD32 6106 (20110509) Information _
It will be nice if you can send/attach the sample...
--
View this message in context:
http://struts.1045723.n5.nabble.com/struts2-and-tiles-tp4378407p4381427.html
Sent from the Struts - User mailing list archive at Nabble.com.
-
Not sure you can use primitive wrappers and strings as spring beans. For
example autowiring does not work for them.
Try the following:
1) inject literal directly
Instead of
http://www.jetbrains.com
"Develop with pleasure!"
-Original Message-
From: Marcus [mailto:mar...@marcusbond.co.uk]
Not sure what you mean, the bean I'm referring to is a Spring bean not a
JavaBean (two unrelated concepts).. there is no requirement when using
the Spring framework to not create Spring beans of type String.
Regardless, this doesn't help explain why the String is being picked up
by the Struts
23 matches
Mail list logo