It's mostly a matter of preference, in some scenarios, using the
action tag makes more sense. There is information here -

http://cwiki.apache.org/WW/crud-demo-i.html#CRUDDemoI-Adding&Editinganemployee

-Wes

On Thu, May 21, 2009 at 10:37 AM, Luis Medina <luis.med...@gmail.com> wrote:
> Does anyone know which is the diference between "prepare data" using the
> Action Constructor and the prepare method?
>
> On Thu, May 21, 2009 at 6:18 AM, <stanl...@gmail.com> wrote:
>
>> You can prepare data by implemeting Preparable in your action
>>
>> On Tue, May 19, 2009 at 4:48 PM, Christian Benjamin Ries <
>> christian_benjamin.r...@fh-bielefeld.de> wrote:
>>
>> > Hi there,
>> >
>> > I have a small site with some informations which are stored in a
>> > database. A method for administrations reason is added to change the
>> > content (names) of the datasets.
>> >
>> > Now, I will add these names to my navigation.
>> >
>> > I have a action like this:
>> >
>> > <action name="Admin" class="bean.Admin">
>> >   ...
>> > </action>
>> >
>> > This action edits the content of the bean "System".
>> >
>> > I will add this bean content to all other actions in my navigation, but
>> > I don't know the right way to solve this problem. Any suggestions?
>> >
>> > Thx!
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> > For additional commands, e-mail: user-h...@struts.apache.org
>> >
>> >
>>
>
>
>
> --
> Luis Alberto Medina Bravo
> Skype: lalbertme
> Móvil: 553 715 5290
> MSN: luis.med...@acm.org
> --
> Worker bees can leave
> Even drones can fly away
> The queen is their slave
>



-- 
Wes Wannemacher
Author - Struts 2 In Practice
Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more
http://www.manning.com/wannemacher

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to