Re: Pager Tag in Struts1.1

2007-02-09 Thread Gonçalo Luiz
Hello, Mr. Chandrasoma I've be trying to use displaytag but I'm getting a generic error that doesn't allow me to simple do . Can you provide a working s2/tiles/displaytag example? Best Regards, Gonçalo Luiz. On 09/02/07, Nuwan Chandrasoma <[EMAIL PROTECTED]> wrote:

Tiles generic error message

2007-02-08 Thread Gonçalo Luiz
y have the same problem? Best regards, -- Gonçalo Luiz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Verbose error message

2007-02-07 Thread Gonçalo Luiz
Hello, I'm using display tag and getting an error. However this e-mail is not to try to figure out the error, but to try to obtain a more verbose error message instead of a generic jsp include error (at the end of this message) that I get to _every and single one_ error I have in jsp, no matter t

Producing links

2007-02-04 Thread Gonçalo Luiz
Hello, Even though the method I'm using to produce links is working, I think of it like a little bit awkward. An example of what I'm saying is: "> Is there a more "elegant" way of producing links that does not involve this "sub-tag" schema ? Tha

Re: Use tiles:getAsString to return a key to s:text

2007-02-04 Thread Gonçalo Luiz
Hello, Thank you very much, it indeed worked. Regards, Gonçalo Luiz. On 04/02/07, Djordje Trifunovic <[EMAIL PROTECTED]> wrote: Hi Gonçalo, Nesting tag as an attribute of another tag is not supported. To accomplish this particular task of passing key through tiles, try this i

Re: Use tiles:getAsString to return a key to s:text

2007-02-03 Thread Gonçalo Luiz
as an attribute value. I think its not these particular tags problem. What if I have the X tag that has the x attribute and the Y that with the y attribute. Is it possible to have "/> ? Best Regards, Gonçalo Luiz On 03/02/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Gonçalo Luiz &

Re: One tile-conf.xml per namespace

2007-02-03 Thread Gonçalo Luiz
e tile's configuration. Is it clear what I'm trying to achieve? Thank you very much. Best Regards, Gonçalo Luiz. On 03/02/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Gonçalo Luiz <[EMAIL PROTECTED]> wrote: > Is it possible to have one tiles configuration file > pe

Re: Use tiles:getAsString to return a key to s:text

2007-02-03 Thread Gonçalo Luiz
se Oren's suggestion I get literally in my page's title. Is it clear whatI'm trying to achieve ? Best Regards, Gonçalo Luiz. On 03/02/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Gonçalo Luiz <[EMAIL PROTECTED]> wrote: > I'd like to do something like name=&quo

Use tiles:getAsString to return a key to s:text

2007-02-03 Thread Gonçalo Luiz
Hello, I'd like to do something like "/> to internationalize my page title. Then in the tiles configuration I'd have Is this possible to achive ? When I try the above code all I get is an error: "/layout.jsp(7,17) equal symbol expected" Can y

One tile-conf.xml per namespace

2007-02-03 Thread Gonçalo Luiz
Hello, Is it possible to have one tiles configuration file per struts namespace ? Thank you. Best Regards, -- Gonçalo Luiz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Include HTML in getText

2007-02-02 Thread Gonçalo Luiz
be interpreted. Is there such possibility in struts2 ? Regards, -- Gonçalo Luiz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ActionMessage/ActionError and redirect-action result

2007-02-01 Thread Gonçalo Luiz
thing via a known key in a SessionAware action (like :flash in RoR). d. Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com -- Gonçalo Luiz -

Re: ActionMessage/ActionError and redirect-action result

2007-02-01 Thread Gonçalo Luiz
persisted into session _until they are displayed_ (that is, until the _get_ method is invoked). If you have any comments or suggestion please feel free. On 01/02/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Gonçalo Luiz <[EMAIL PROTECTED]> wrote: > I want to display a "user

ActionMessage/ActionError and redirect-action result

2007-02-01 Thread Gonçalo Luiz
esappear... is this by design? If so, how can I send a message that survives redirects? If not, the same question stands. Thank you very much. Best Regards, -- Gonçalo Luiz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using latest snapshots and getting a xwork error

2007-01-31 Thread Gonçalo Luiz
Hello, It worked. Thank you very much. Best Regards, Gonçalo Luiz. On 31/01/07, Dariusz Wojtas <[EMAIL PROTECTED]> wrote: Try xwork 2.0 final. It was released this month and struts2 is compiled against the final release now. Regards Dariusz Wojtas On 1/31/07, Gonçalo Luiz <[EMAIL

Using latest snapshots and getting a xwork error

2007-01-31 Thread Gonçalo Luiz
message. I guess I need to upgrade the xwork jar as well, but I cannot find the latest snapshot (i'm using the one that came with struts 2.0.1 distribution that is xwork-2.0-beta-1 Can anybody help me please? Best Regards, Gonçalo Luiz. SEVERE: Exception starting filter st

Re: Tiles2 and Struts2

2007-01-30 Thread Gonçalo Luiz
I forgot to mention: Struts - version struts2-api-2.0.1 Tiles - version struts2-tiles-plugin-2.0.1 On 30/01/07, Gonçalo Luiz <[EMAIL PROTECTED]> wrote: Hello, After a few days fighting with Struts2 and Tiles2 I decided to ask in the mailing list: does actually anybody managed to get t

Tiles2 and Struts2

2007-01-30 Thread Gonçalo Luiz
s that actually work altogether (i already digged into all separated working example for each one of them)? Thank you very much. -- Gonçalo Luiz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Example of a working tiles-config.xml

2007-01-29 Thread Gonçalo Luiz
ize a given example than build a tiles-config.xml from the dtd. Isn't there any working example of tiles2? Best regards, -- Gonçalo Luiz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts 2 and tiles

2007-01-29 Thread Gonçalo Luiz
config.xml 1 Where are you suggesting to add the context-param? Should definitions-config be org.apache.tiles.DEFINITIONS_CONFIG instead? Thank you once again. Best Regards, Gonçalo Luiz. On 29/01/07, Joe Germuska <[EMAIL PROTECTED]> wrote: Have you seen http://cwiki.apache.org

Struts 2 and tiles

2007-01-29 Thread Gonçalo Luiz
3 - is there an example of a tiles-configuration.xml usage with struts2? 4 - is tiles1 or tiles2 which comes bundled with struts2? Where can I find this info in documentation. Oh, planetstruts.org is down for at least 3 days, where can I report t