tag is being processed, but <c:out value="${sessionScope.test}"/> and
<c:out value="${test}"/> don't work.

> If you view-source on the page, is the tag being processed?  If you
> use <c:out value="${sessionScope.test}"/>, does it work?

> Matt

> On 4/12/07, Alexander Grebennik <[EMAIL PROTECTED]> wrote:
>> In controller(which called after login) i wrote
>> request.getSession().setAttribute("test", "123123");
>> in view  <c:out value="${test}"/> but it doesn't work
>>
>> > Why don't you just stuff the user object (or this variable) into the
>> > session and then read it using normal <c:out
>> > value="${user.whatever}"/> tags?
>>
>> > Matt
>>
>> > On 4/12/07, Alexander Grebennik <[EMAIL PROTECTED]> wrote:
>> >> I want to display count of items in user basket in page header.
>> >>
>> >> > What do you want to display from the User object?  Do you want to
>> >> > manipulate the user information on all of your forms, or just display
>> >> > read-only information?
>> >>
>> >> > Matt
>> >>
>> >> > On 4/12/07, Alexander Grebennik <[EMAIL PROTECTED]> wrote:
>> >> >> I want to put userInfo object in all ModelAndView and show it through
>> >> >> decorators. How I can do it?
>> >> >>
>> >> >> ---------------------------------------------------------------------
>> >> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> >> For additional commands, e-mail: [EMAIL PROTECTED]
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> For additional commands, e-mail: [EMAIL PROTECTED]
>> >>
>> >>
>>
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to