Hi,

     Ok I will read Rick's article. Right now situation is bit different
(I'm sure most of junior developers face more or less same situation). As
for me, I've certain deadline to achieve the functionality, which I have
achieved by just setting scope=session.

   Now as Rick said:

"(nothing wrong with using the Session either but personally I don't think
you should use the Session for storing lists for form dropdowns.) "

At this stage, I'm more curious about the difference b/w two approaches.
Which one is more effecient (in terms of performance), reliable and
scalable. So that I can adopt the right approach for future struts based
development.

Thanks guys for discussing this topic.

Bye,
Viki.


On 12/24/05, Rahul Akolkar <[EMAIL PROTECTED]> wrote:
>
> On 12/24/05, Vikrama Sanjeeva <[EMAIL PROTECTED]> wrote:
> > H,
> >  Rahul: The pull-down menus are prepopulated using the session. For
> > pull-down menus, I'm using the same approach as Rick used in "LESSON II
> - 9
> > - Create SetUpEmployeeAction". You can see here:
> > http://www.reumann.net/struts/lesson2/step9.do
> >
> <snip/>
>
> OK, my question was about the text fields and textareas that were
> *not* getting populated after validation failure.
>
> But, please see Rick's pointer in the earlier email to this thread.
>
> -Rahul
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to