RE: Struts 2 tags not translated to html when using tiles

2009-03-19 Thread Kra, Aime yao (TEK System)
March 19, 2009 1:40 PM To: Struts Users Mailing List Subject: Re: Struts 2 tags not translated to html when using tiles Does the pages you're including have the struts tlds defined? If not, they should. Nils-H On Thu, Mar 19, 2009 at 6:33 PM, Kra, Aime yao (TEK System) wrote: &

RE: Struts 2 tags not translated to html when using tiles

2009-03-19 Thread Kra, Aime yao (TEK System)
; > -- snip > > > Aimé Kra > > -Original Message- > From: Nils-Helge Garli Hegvik [mailto:nil...@gmail.com] > Sent: Thursday, March 19, 2009 12:19 PM > To: Struts Users Mailing List > Subject:

RE: Struts 2 tags not translated to html when using tiles

2009-03-19 Thread Kra, Aime yao (TEK System)
Message- From: Nils-Helge Garli Hegvik [mailto:nil...@gmail.com] Sent: Thursday, March 19, 2009 12:19 PM To: Struts Users Mailing List Subject: Re: Struts 2 tags not translated to html when using tiles What does the JSP look like? Does it include the taglib definition? Nils-H On Thu, Ma

RE: one action with two buttons

2009-03-11 Thread Kra, Aime yao (TEK System)
Did you try the following sample. It works for me http://struts.apache.org/2.x/docs/multiple-submit-buttons.html Regards Aimé Kra -Original Message- From: PEGASUS84 [mailto:pegasu...@hotmail.it] Sent: Wednesday, March 11, 2009 10:52 AM To: user@struts.apache.org Subject: one action wit

HOWTO implement multiple submit buttons with type = image.

2009-03-10 Thread Kra, Aime yao (TEK System)
Hello I am implementing a form with two buttons CANCEL and REGISTER. I have followed the sample provided in the cookbook http://struts.apache.org/2.x/docs/multiple-submit-buttons.html This works fine if type="submit" -

How to render fields horizontally.

2009-03-10 Thread Kra, Aime yao (TEK System)
Hello I am a new user of struts 2 and want to know how to force struts to render two fields on the same line. All my fields are rendered vertically even when I use html to organize the fields positioning. Any sample will be appreciated. Thanks. Aimé Kra