Re: Sitemesh 2.4 and Struts 2.0.14

2009-03-18 Thread Musachy Barroso
I don't think anyone is, if you find a fix, we would appreciate a patch :) musachy On Wed, Mar 18, 2009 at 10:32 AM, Dan Slack wrote: > Hi, > > > > First, I apologize if this has already been mentioned, but I recently > attempted to upgrade to Sitemesh 2.4 to bad results.  I guess in Sitemesh >

Re: sitemesh and frame

2008-11-03 Thread Antonio
2008/11/3 Hardik Shah <[EMAIL PROTECTED]>: > please help me Wrong place to ask a Sitemesh question, see: http://opensymphony.com/sitemesh/userForums.action Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: sitemesh decorator problem with struts action

2008-10-24 Thread Ryan Wong
I'm sorry for that I haven't notice u r using struts 1... here is an article which sample code contains an example using struts1 and site mesh. http://www.onjava.com/pub/a/onjava/2004/09/22/sitemesh.html?page=3 regards. sa10 wrote: > > Thanks Ryan. > > Here is my web.xml could you please adv

Re: sitemesh decorator problem with struts action

2008-10-24 Thread sa10
Thanks Ryan. Here is my web.xml could you please advise what I need to change? Thanks http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="2.4" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/n

Re: sitemesh decorator problem with struts action

2008-10-23 Thread Ryan Wong
hello... may be the problem is the order of the filter here is mine set-encoding /j_spring_security_check struts-cleanup /* sitemesh /*

Re: [OT] Re: sitemesh +yui problem

2008-08-19 Thread Jeromy Evans
Hardik Shah wrote: i can not get perfectly you ,can you be more descriptive about you say(what i have to do for this problem) You're welcome. Use the FireFox browser and install the FireBug extension. Load your page, open FireBug and view the Net tab. Determine whether error's occ

Re: [OT] Re: sitemesh +yui problem

2008-08-19 Thread Hardik Shah
hi first of all *sir* i really say to thanks about showing interst infact in past i have developed one app using struts 2+sitemesh +BIRT and i got lots of help from you and currently it is works fine Jeromy Evans - Blue Sky Minds wrote: > > It's really a sitemesh question. > > In sitemesh

[OT] Re: sitemesh +yui problem

2008-08-19 Thread Jeromy Evans
Hardik Shah wrote: i am trying to use several yui elements in strtus 2.0.11.2 problem is that it can not get its styles (for exp tab shows only in link format ,it can not use tabview.css) when i try to exclude action like cflist.do in decorators.xml then yui works fine (bt my constant view a

Re: Sitemesh or Tiles2

2008-05-14 Thread Alberto A. Flores
Actually, for me it was a tradeoff. Here are a few thoughts: Good things about Sitemesh: - Sitemesh does not have as much XML configuration as tiles, which was very compelling (most configuration was maintained in the JSP page). - Relatively simple to learn and simpler to maintain since most thi

Re: Sitemesh or Tiles2

2008-05-14 Thread Antonio Petrelli
2008/5/14 Kibo <[EMAIL PROTECTED]>: > I read about Sitemesh and i dont find whay is Sitemesh for me better then > Tiles 2. >... > Is it other reason why i have to use Sitemesh? Why not using them both? Essentially Sitemesh is better than Tiles in decoration: if you have a web application in which

Re: sitemesh + views configuration

2008-04-08 Thread Jeromy Evans
me wrote: Hi, I'm working on configuration issues and I'm searching for the best way to have a consitent configuration over the whole webapp (or more webapps). The webapp has got a sitemesh-freemarker-template and the views are done with jsps. What I wanted to do is to have configuratio values

Re: sitemesh problem

2008-03-04 Thread hns
ooops extremely thankful to you its my mistake -- View this message in context: http://www.nabble.com/sitemesh-problem-tp15759026p15826155.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe,

Re: sitemesh problem

2008-03-04 Thread aj2r
hns wrote: > > ... > input.button { > margin: 0; > font: bolder 12px Arial, Sans-serif; > border: 1px solid #CCC; > padding: 2px 3px; > background: #FFF; > color: #88ac0b; > } > > Your fail is here. You write input.button, but this is wrong, replac

Re: sitemesh problem

2008-03-04 Thread hns
thanks my refresh.css - / HTML ELEMENTS / /* Top Elements */ * { margin: 0; padding: 0; } body { background: #CC; font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;

Re: sitemesh problem

2008-03-04 Thread aj2r
Its seems correct too. I only think that you must have a mistake in your Refresh.css hns wrote: > > my generated html file excluding class button from sendmessage.jsp ,it > gives problem as i explained earlier > > > > > http://www.w3.org/1999/

Re: sitemesh problem

2008-03-04 Thread hns
my generated html file excluding class button from sendmessage.jsp ,it gives problem as i explained earlier http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> label {

Re: sitemesh problem

2008-03-04 Thread aj2r
Can you put here generated source (html received by browser) of sendMessage.jsp? In other hand, in css file you should specify class names with an initial dot, ie: .button not button hns wrote: > > now this is actual flow > index.jsp redirected to welcome.jsp(welcome.do) > > my welcome.jsp sh

Re: sitemesh problem

2008-03-04 Thread hns
now this is actual flow index.jsp redirected to welcome.jsp(welcome.do) my welcome.jsp shows perfectly--- welcome.jsp - <%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib uri="/struts-tags" prefix="s" %> <%@ taglib uri="http://www.opensymphony.com/sitemesh/page

Re: sitemesh problem

2008-03-04 Thread aj2r
It seems correct too :-/ Can tou put here (one more time :-P) the generated html of a page of the /webmail namespace? -- View this message in context: http://www.nabble.com/sitemesh-problem-tp15759026p15824174.html Sent from the Struts - User mailing list archive at Nabble.com. ---

Re: sitemesh problem

2008-03-04 Thread hns
thnaks for showing interest main.jsp <%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator"; prefix="decorator" %> <%@ taglib prefix="s" uri="/struts-tags" %> <%@ taglib uri="http://www.opensymphony.com/sitemesh/page"; prefix="pages"%> http://www.w3.org/1999/xhtml"; xml:lang="e

Re: sitemesh problem

2008-03-04 Thread aj2r
It seems correct. Can you put here main.jsp too? -- View this message in context: http://www.nabble.com/sitemesh-problem-tp15759026p15823935.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscrib

Re: sitemesh problem

2008-03-04 Thread hns
/styles/* /scripts/* /images/* /index.html /Error.jsp /CSS/* /struts/* /dojo/* /struts/ajax/* /js/yui/* /*

Re: sitemesh problem

2008-03-04 Thread aj2r
hns wrote: > > > > aj2r wrote: >> >> >> Can you put here your decorators.xml? >> > i have putted decoraters.xml at web-inf folder > Can you put HERE your decorators.xml? -- View this message in context: http://www.nabble.com/sitemesh-problem-tp15759026p15823087.html Sent from the Struts

Re: sitemesh problem

2008-03-03 Thread hns
aj2r wrote: > > > Can you put here your decorators.xml? > i have putted decoraters.xml at web-inf folder -- View this message in context: http://www.nabble.com/sitemesh-problem-tp15759026p15820667.html Sent from the Struts - User mailing list archive at Nabble.com. ---

Re: sitemesh problem

2008-03-03 Thread aj2r
hns wrote: > > hi > i have one default namespace / and another /webmail > css applied to decorator is worked in / but it can not work at /webmail > what is problem? > Can you put here your decorators.xml? -- View this message in context: http://www.nabble.com/sitemesh-problem-tp15759026p1581

Re: Sitemesh & Struts 2

2008-02-18 Thread Jeromy Evans
On Feb 17, 2008 8:07 PM, Matthew Seaborn <[EMAIL PROTECTED]> wrote: Has anyone had much experience with SiteMesh and Struts 2? Do they 'play' together well? Are there better alternatives when styling/compiling pages? Thanks. As Don stated, SiteMesh plays very well with Struts2 The

Re: Sitemesh & Struts 2

2008-02-17 Thread Don Brown
You could say Struts 2 was built with SiteMesh in mind :) The WebWork folks heavily favored their sister project SiteMesh and had SiteMesh support in there from day one. In Struts 2, we moved it out into the SiteMesh plugin: http://struts.apache.org/2.x/docs/sitemesh-plugin.html Don On Feb 17,

RE: SiteMesh

2006-11-08 Thread Juan Espinosa
- De: Tom Ziemer [mailto:[EMAIL PROTECTED] Enviado el: Miércoles, 08 de Noviembre de 2006 09:39 a.m. Para: Struts Users Mailing List Asunto: Re: SiteMesh Hello Juan, I don't know about Struts2 - in Struts 1.2 it works like this: Link -> LoginAction.do -> login.jsp where LoginAct

Re: SiteMesh

2006-11-08 Thread Tom Ziemer
, > > juan > > > -Mensaje original- > De: Tom Ziemer [mailto:[EMAIL PROTECTED] > Enviado el: Miércoles, 08 de Noviembre de 2006 08:24 a.m. > Para: Struts Users Mailing List > Asunto: Re: SiteMesh > > Hi Juan, > > I am not sure I really get you

RE: SiteMesh

2006-11-08 Thread Juan Espinosa
nal- De: Tom Ziemer [mailto:[EMAIL PROTECTED] Enviado el: Miércoles, 08 de Noviembre de 2006 08:24 a.m. Para: Struts Users Mailing List Asunto: Re: SiteMesh Hi Juan, I am not sure I really get your problem. However, I assume, your problem lies in forwarding. Are you redirecting (redirect="

Re: SiteMesh

2006-11-08 Thread Tom Ziemer
? Im using only sitemesh without freemaker > or velocity > > Anyone could help me ?? :) > > Regards, > > Juan > > > > -Mensaje original- > De: Tom Ziemer [mailto:[EMAIL PROTECTED] > Enviado el: Martes, 07 de Noviembre de 200

RE: SiteMesh

2006-11-08 Thread Juan Espinosa
velocity Anyone could help me ?? :) Regards, Juan -Mensaje original- De: Tom Ziemer [mailto:[EMAIL PROTECTED] Enviado el: Martes, 07 de Noviembre de 2006 09:38 a.m. Para: Struts Users Mailing List Asunto: Re: SiteMesh Hi Juan, did you add something like

RE: SiteMesh

2006-11-07 Thread Juan Espinosa
with your solution... thanks for your answer Juan -Mensaje original- De: Tom Ziemer [mailto:[EMAIL PROTECTED] Enviado el: Martes, 07 de Noviembre de 2006 09:38 a.m. Para: Struts Users Mailing List Asunto: Re: SiteMesh Hi Juan, did you add something like: to your sitemesh.xml I

Re: SiteMesh

2006-11-07 Thread Tom Ziemer
Hi Juan, did you add something like: to your sitemesh.xml I am using SiteMesh with Struts and it's working just great (excludes as well). HTH, Tom Juan Espinosa wrote: > Hi to all, im using sitemesh and i have a little problems with excludes > I have an action that load some data from a db and

[OT] Re: SiteMesh

2006-11-07 Thread Antonio Petrelli
Juan Espinosa ha scritto: Hi to all, im using sitemesh... I think writing to the Sitemesh mailing list should be better... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: sitemesh include problem

2004-06-09 Thread Rick Reumann
Marco Rossi wrote: I try to use sitemesh instead of tiles; in my “decorator” template page I need to include a struts action. I try to do this: , but I catch the following java.lang.IllegalStateException: Response has already been committed Any suggestion? I think they just created a work around