Re: struts with struts2

Matt Raible <matt-T7vlz3gD7BdF/EzeuO4KJwC/[email protected]> Sat, 5 Dec 2009 05:34:49 -0500
Newsgroups gmane.comp.java.struts-menu.user
Message-ID <[email protected]>
--===============5446724402371028072==
Content-Type: multipart/alternative; boundary=001636c5be0d484bce0479f8c727

--001636c5be0d484bce0479f8c727
Content-Type: text/plain; charset=UTF-8

Sorry, yes I meant menu-config.xml instead of struts-menu.xml. If you remove
the "bundle" attribute, what happens?

On Sat, Dec 5, 2009 at 1:41 AM, nani2ratna <[email protected]> wrote:

>
> Hi matt,
>
> Currently I am not using any I18N messages. Is there any other alternative.
> What is struts-menu.xml, is that means menu-config.xml??
>
> Thanks
> Ratna
>
> mraible wrote:
> >
> > Remove the bundle attribute and configure your i18n messages with JSTL.
> > You
> > also need to make sure the named menus exist in your struts-menu.xml and
> > that your struts-menu.xml is valid XML.
> >
> > Matt
> >
> > On Fri, Dec 4, 2009 at 1:22 AM, nani2ratna <[email protected]> wrote:
> >
> >>
> >> It looks like below
> >>
> >> <menu:useMenuDisplayer name="TabbedMenu"
> >> bundle="org.apache.struts.action.MESSAGE">
> >>    <menu:displayMenu name="TabbedHome"/>
> >>    <menu:displayMenu name="TabbedAbout"/>
> >>    <menu:displayMenu name="TabbedContact"/>
> >>    <menu:displayMenu name="TabbedExit"/>
> >> </menu:useMenuDisplayer>
> >>
> >> Even I have tried without bundle attribute as well but same result.
> >> Can you please help me regarding this.
> >>
> >> Thanks in advance
> >> RS
> >> --
> >> View this message in context:
> >> http://old.nabble.com/struts-with-struts2-tp26588080p26635784.html
> >> Sent from the struts-menu-user mailing list archive at Nabble.com.
> >>
> >>
> >>
> >>
> ------------------------------------------------------------------------------
> >> Join us December 9, 2009 for the Red Hat Virtual Experience,
> >> a free event focused on virtualization and cloud computing.
> >> Attend in-depth sessions from your desk. Your couch. Anywhere.
> >> http://p.sf.net/sfu/redhat-sfdev2dev
> >> _______________________________________________
> >> struts-menu-user mailing list
> >> struts-menu-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> >> https://lists.sourceforge.net/lists/listinfo/struts-menu-user
> >>
> >
> >
> ------------------------------------------------------------------------------
> > Join us December 9, 2009 for the Red Hat Virtual Experience,
> > a free event focused on virtualization and cloud computing.
> > Attend in-depth sessions from your desk. Your couch. Anywhere.
> > http://p.sf.net/sfu/redhat-sfdev2dev
> > _______________________________________________
> > struts-menu-user mailing list
> > struts-menu-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > https://lists.sourceforge.net/lists/listinfo/struts-menu-user
> >
> >
>
> --
> View this message in context:
> http://old.nabble.com/struts-with-struts2-tp26588080p26653346.html
> Sent from the struts-menu-user mailing list archive at Nabble.com.
>
>
>
> ------------------------------------------------------------------------------
> Join us December 9, 2009 for the Red Hat Virtual Experience,
> a free event focused on virtualization and cloud computing.
> Attend in-depth sessions from your desk. Your couch. Anywhere.
> http://p.sf.net/sfu/redhat-sfdev2dev
> _______________________________________________
> struts-menu-user mailing list
> struts-menu-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/struts-menu-user
>

--001636c5be0d484bce0479f8c727
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Sorry, yes I meant menu-config.xml instead of struts-menu.xml. If you remov=
e the &quot;bundle&quot; attribute, what happens?<br><br><div class=3D"gmai=
l_quote">On Sat, Dec 5, 2009 at 1:41 AM, nani2ratna <span dir=3D"ltr">&lt;<=
a href=3D"mailto:[email protected]">[email protected]</a>&gt;</span> =
wrote:<br>

<blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, =
204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Hi matt,<br>
<br>
Currently I am not using any I18N messages. Is there any other alternative.=
<br>
What is struts-menu.xml, is that means menu-config.xml??<br>
<br>
Thanks<br>
Ratna<br>
<div><div></div><div class=3D"h5"><br>
mraible wrote:<br>
&gt;<br>
&gt; Remove the bundle attribute and configure your i18n messages with JSTL=
.<br>
&gt; You<br>
&gt; also need to make sure the named menus exist in your struts-menu.xml a=
nd<br>
&gt; that your struts-menu.xml is valid XML.<br>
&gt;<br>
&gt; Matt<br>
&gt;<br>
&gt; On Fri, Dec 4, 2009 at 1:22 AM, nani2ratna &lt;<a href=3D"mailto:nani2=
[email protected]">[email protected]</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; It looks like below<br>
&gt;&gt;<br>
&gt;&gt; &lt;menu:useMenuDisplayer name=3D&quot;TabbedMenu&quot;<br>
&gt;&gt; bundle=3D&quot;org.apache.struts.action.MESSAGE&quot;&gt;<br>
&gt;&gt; =C2=A0 =C2=A0&lt;menu:displayMenu name=3D&quot;TabbedHome&quot;/&g=
t;<br>
&gt;&gt; =C2=A0 =C2=A0&lt;menu:displayMenu name=3D&quot;TabbedAbout&quot;/&=
gt;<br>
&gt;&gt; =C2=A0 =C2=A0&lt;menu:displayMenu name=3D&quot;TabbedContact&quot;=
/&gt;<br>
&gt;&gt; =C2=A0 =C2=A0&lt;menu:displayMenu name=3D&quot;TabbedExit&quot;/&g=
t;<br>
&gt;&gt; &lt;/menu:useMenuDisplayer&gt;<br>
&gt;&gt;<br>
&gt;&gt; Even I have tried without bundle attribute as well but same result=
.<br>
&gt;&gt; Can you please help me regarding this.<br>
&gt;&gt;<br>
&gt;&gt; Thanks in advance<br>
&gt;&gt; RS<br>
&gt;&gt; --<br>
&gt;&gt; View this message in context:<br>
&gt;&gt; <a href=3D"http://old.nabble.com/struts-with-struts2-tp26588080p26=
635784.html" target=3D"_blank">http://old.nabble.com/struts-with-struts2-tp=
26588080p26635784.html</a><br>
&gt;&gt; Sent from the struts-menu-user mailing list archive at Nabble.com.=
<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------=
------------<br>
&gt;&gt; Join us December 9, 2009 for the Red Hat Virtual Experience,<br>
&gt;&gt; a free event focused on virtualization and cloud computing.<br>
&gt;&gt; Attend in-depth sessions from your desk. Your couch. Anywhere.<br>
&gt;&gt; <a href=3D"http://p.sf.net/sfu/redhat-sfdev2dev" target=3D"_blank"=
>http://p.sf.net/sfu/redhat-sfdev2dev</a><br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; struts-menu-user mailing list<br>
&gt;&gt; <a href=3D"mailto:struts-menu-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org">struts-m=
[email protected]</a><br>
&gt;&gt; <a href=3D"https://lists.sourceforge.net/lists/listinfo/struts-men=
u-user" target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/stru=
ts-menu-user</a><br>
&gt;&gt;<br>
&gt;<br>
&gt; ----------------------------------------------------------------------=
--------<br>
&gt; Join us December 9, 2009 for the Red Hat Virtual Experience,<br>
&gt; a free event focused on virtualization and cloud computing.<br>
&gt; Attend in-depth sessions from your desk. Your couch. Anywhere.<br>
&gt; <a href=3D"http://p.sf.net/sfu/redhat-sfdev2dev" target=3D"_blank">htt=
p://p.sf.net/sfu/redhat-sfdev2dev</a><br>
&gt; _______________________________________________<br>
&gt; struts-menu-user mailing list<br>
&gt; <a href=3D"mailto:struts-menu-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org">struts-menu-=
[email protected]</a><br>
&gt; <a href=3D"https://lists.sourceforge.net/lists/listinfo/struts-menu-us=
er" target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/struts-m=
enu-user</a><br>
&gt;<br>
&gt;<br>
<br>
</div></div><font color=3D"#888888">--<br>
View this message in context: <a href=3D"http://old.nabble.com/struts-with-=
struts2-tp26588080p26653346.html" target=3D"_blank">http://old.nabble.com/s=
truts-with-struts2-tp26588080p26653346.html</a><br>
</font><div><div></div><div class=3D"h5">Sent from the struts-menu-user mai=
ling list archive at Nabble.com.<br>
<br>
<br>
---------------------------------------------------------------------------=
---<br>
Join us December 9, 2009 for the Red Hat Virtual Experience,<br>
a free event focused on virtualization and cloud computing.<br>
Attend in-depth sessions from your desk. Your couch. Anywhere.<br>
<a href=3D"http://p.sf.net/sfu/redhat-sfdev2dev" target=3D"_blank">http://p=
.sf.net/sfu/redhat-sfdev2dev</a><br>
_______________________________________________<br>
struts-menu-user mailing list<br>
<a href=3D"mailto:struts-menu-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org">struts-menu-user@=
lists.sourceforge.net</a><br>
<a href=3D"https://lists.sourceforge.net/lists/listinfo/struts-menu-user" t=
arget=3D"_blank">https://lists.sourceforge.net/lists/listinfo/struts-menu-u=
ser</a><br>
</div></div></blockquote></div><br>

--001636c5be0d484bce0479f8c727--


--===============5446724402371028072==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
--===============5446724402371028072==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
struts-menu-user mailing list
struts-menu-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/struts-menu-user

--===============5446724402371028072==--