The dev@struts.apache.org mailing list is for Struts development only. If you
need help actually developing *with* Struts, please subscribe to [EMAIL
PROTECTED] Thanks!!
faisal abdallah <[EMAIL PROTECTED]> wrote: All this logic shouldn' t be
performed inside a JSP. Prepare everything in a Stru
All this logic shouldn' t be performed inside a JSP. Prepare everything in a
Struts handler, save the set in HttpSession or ServletContext then user
Struts:logic or even better JSTL c:forEach>
[EMAIL PROTECTED]
Madhu Soudathikar <[EMAIL PROTECTED]> wrote:
Hi,
I have come across a
Hi,
I have come across a strange problem for which i am scanning thru the Struts
documentation and i could not locate any help.
Problem;
I have a set of employee records and in the JSP, i am displaying the records
using logic:iterate.In the JSP, we have a provision to add a new employe
better is struts user list ;-)
You need to get the MessageResources object, which is saved in the
session and in the request under the key Globals.MESSAGES_KEY. If you
have this object you can call the method
message = resources.getMessage(userLocale, key);
or
message = resources.getMessage(u
> To: [EMAIL PROTECTED]
> Subject: Struts Problem - Urgent Help Required
>
>
> Hi All,
>
>
>
> I have a problem in struts development. I have to generate
> content from
> a custom tag. but I want to display the labels in multilingual format
> for which I need to u
Hi All,
I have a problem in struts development. I have to generate content from
a custom tag. but I want to display the labels in multilingual format
for which I need to use tag.
But from a custom tag we can't use another tag like
out.println("")
This will be executed/evaluated as a string n