On Tue, May 25, 2010 at 8:47 AM, rocks wrote:
> Martin,
>
> I haven't get any response from Wes [:(].
>
Sorry I didn't notice that I was being called out directly :)... I was
out of town, in a magical place that my children really enjoyed, but
unfortunately charged $9.99 / day for internet access
Hi,
I am new to the Struts2 and facing the similar issue ,
u said u have managed to get the data from the dynmically generated fields
to the action , can u share how it can be done...a sample will be of
great help...
my requirment is my form is dynamically generat the fileds for name dat
Hi Yusuf,
and your classes should be in /WEB-INF/classes/
Best greetings,
Paweł Wielgus.
2010/5/19 Tasneem Yusuf :
>
> Hello all,
> I am using version struts1.3 , tomcat 6 and jdk 1.5.I am using
> the eclipse IDE to develop my web app.The problem I 'm facing is when my web
> app mak
Hi to all, have a good day, i have a doubt about Struts 2.1.8 and AJAX
with dojo, using dojo struts tags. My doubt is the next: Suppose that
i have a combobox and when i select something in the combobox i want
to refresh another combobox using selected value of first combo, via
ajax. Then i referen
Hi,
You can try things described here:
http://poulwiel.blogspot.com/2009/01/browser-back-button-and-caching-problem.html
i don't know if that's still acurate but maybe it will help.
Best greetings,
Paweł Wielgus.
2010/5/24 XML User :
>
> I just did.
>
> No luck. :-(
>
> Thanks for the idea.
>
>
>
Hi,
I have to work on a Struts2 app that was written about 2-3 years ago by another
developer. I uses many autocompleter widgets from the Dojo plugin.
I already have migrated from Struts 2.0.x to 2.1.8 so I use the Dojo plugin and
the sx:autocompleter tag.
The widgets work fine on IE8, FF3.6 a
I don't think you need any of thestuff.
(I have been using struts 1.3.10 without any of this in web.xml).
Tomcat is smart enough to look in /META-INF/tld/ of the tag library jars.
On 05/25/2010 09:38 AM, Søren Blidorf wrote:
> Hi. Thanks.
>
> Thats where I am looking.
>
> What I am not sure
Hi. Thanks.
Thats where I am looking.
What I am not sure about is weather I have to change the reference in all my
jsp or I still will be able to refer to the taglibs from my web.xml
So that next time the reference is changed I could change it on place.
Soren, DK
-Oprindelig meddelelse
http://struts.apache.org/2.1.8.1/docs/result-configuration.html
Cimballi
On Tue, May 25, 2010 at 6:14 AM, ennidhi wrote:
>
> Whats the difference between action tag? Which one is called at what point? Please suggest. And also what
> does
> /empmanager/editEmployee.jsp
> edit-${currentEmployee.
Look at the following page for migration from 1.2 to 1.3:
http://wiki.apache.org/struts/StrutsUpgradeNotes12to13
- Original Message
From: Søren Blidorf
To: struts-u...@jakarta.apache.org
Sent: Tue, May 25, 2010 6:23:51 AM
Subject: Upgrade from 1.2 to 1.3x
Hi.
I am upgrading my str
Martin,
I haven't get any response from Wes [:(].
Guys,
Please let me know if any one has clue on the below issue.
Regards,
Devendra
mgainty wrote:
>
>
> Devendra
>
>
>
> did you contact the local struts resource as suggested..?
>
> Martin--
> ___
Alex i am some what agree..
but i am wondering how the Struts2 Development team is doing this..i am sure
they are not following the things as you have mentioned.
I am sure that must be some easy way to some one who wants to get knowledge
about that internal working structure of struts2
id any one
2010/5/25 Robert Graf-Waczenski :
> My intuition for the "model" is "that which is serialized to disk" (or, more
> generally: "to persistent storage"). This means that such a class does not
> contain any business logic but only has getters and/or setters.
No, domain objects do not need to be anemi
My intuition for the "model" is "that which is serialized to disk" (or,
more generally: "to persistent storage"). This means that such a class
does not contain any business logic but only has getters and/or setters.
In reality (and in many nontrivial projects) the distinction is not as
strict,
I use to find it impossible to do this...
Then I started to use Maven, which can be used to download source code
and attach it easily. If you use Eclipse I suggest using M2Eclipse
plugin. After you get a Struts2 based project with Maven2 up and running
it should be easy to do what you want, do
Whats the difference between /empmanager/editEmployee.jsp
edit-${currentEmployee.empId}.action
Is there any link which explains the tags in details
--
View this message in context:
http://old.nabble.com/Tags-in-struts2-tp28667107p28667107.html
Sent from the Struts - User mailing list archive
2010/5/25 Fabio Perfetti :
> so? what is the model? the beans?
>
> public class Employee{
> private String name;
> private String surname;
> public setter/getter ...
> }
I'd call them "domain objects", it's a more appropriate term. So yes they are.
And services, DAO, EJBs (if present) are pa
Your AJAX request to load the tab is getting redirected to the login content
instead of the tab content due to the session time out and the spring
security authentication.
Therefore your tab is displaying the login screen.
You could add a Javascript component to "timeout" and either notify or
Hi.
I am upgrading my struts app to 1.3.10 from 1.2
In my web.xml I have configured taglib like this:
/WEB-INF/struts-bean.tld
/WEB-INF/struts-bean.tld
/WEB-INF/struts-html.tld
/WEB-INF/struts-html.tld
/WEB-INF/struts-logic.tld
/WEB-INF/s
so? what is the model? the beans?
public class Employee{
private String name;
private String surname;
public setter/getter ...
}
2010/5/25 Antonio Petrelli
> 2010/5/25 Fabio Perfetti :
> > I am wondering if the actions belongs to the model layer or to the
> > controller layer.
>
> Act
Has anyone come across this before?
Scenario: After logging in, user runs Struts 2 action that displays a .jsp
page that uses Struts2-Jquery tags to create a tabbed display that make Ajax
calls to access their content from other struts actions. Walk away and let
the session expire. Clicking on on
Hi All,
I am in process to explore internals of Struts2.Can any one suggest me how
can i move ahead.
All i need to know how framework internally called its different component
and for this i guess i need to download the source code but how and what to
do next i am confused..
can any one point me t
2010/5/25 Fabio Perfetti :
> I am wondering if the actions belongs to the model layer or to the
> controller layer.
Actions are by definition part of the controller.
> All the example on the web are simple!
> Anyone can explain me? (with an example please)
No example but a simple argument: the m
Hi all,
I am wondering if the actions belongs to the model layer or to the
controller layer.
All the example on the web are simple!
Anyone can explain me? (with an example please)
Thanks
hi friends,
I am running struts 1.x and want to place the php code in the same domain as
where i am already running struts.
I cannt remove either struts or php.
How can i do so.
I am using apache + Tomcat 5.x
thanks
--
Thanks and kind Regards,
Abhishek jain
Hantsy Bai-2 wrote:
>
> 于 2010/5/22 0:29, Burton Rhodes 写道:
>> I think I saw a message a while back that commented about using Spring
>> 3 (and Spring Security 3) with Struts 2.1.8 framework. Is this
>> possible? If so, how?
>
Currently using Spring Plugin 2.1.8 with Spring Security 3 withou
Hi,
yes it is possible,
struts will look for such a method up the way on stack,
so simply < s:property value="getMyMethod" /> should work.
Best greetings,
Paweł Wielgus.
2010/5/22 Grant Lewis :
> Wondering if it's possible (struts 2.1.8.1)? From my testing it
> doesn't appear possible to to call
27 matches
Mail list logo