RE: tiles integration error

2007-02-09 Thread JS Portal support team
This is usefull. Adding Greg's web.xml tags solved my initial problem, which leads me to believe that I'm using a newer version of tiles than Dick is using. Still, I am very curious to see Dick's /tiles/layouts/starraLayout.jsp (or a little part of it to see how you define the tiles tags). I guess

RE: ViewController.preprocess never called

2007-01-13 Thread JS Portal support team
: www.jsportal.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Friday, January 12, 2007 7:00 PM To: user@shale.apache.org Subject: Re: ViewController.preprocess never called On 1/11/07, JS Portal support team [EMAIL PROTECTED] wrote

How to pass object between backing beans

2007-01-13 Thread JS Portal support team
Hi, I have a view (myfiles.jsp) plus backing bean (myfiles). myfiles.jsp has an jsp:include (filestable.jsp) in an s:subview which is backed by my generictable bean. How can I best pass the List of file Objects from myfiles to generictable. Something like jsp:param name=”fileList”

state tracking for jsp:include's

2007-01-13 Thread JS Portal support team
Sorry if I'm asking a lot of newbie questions here, but some things are not quite clear to me. When I have a /entities/file.jsp backed by my file class. and access it directly all works fine. But when I include the /entities/file.jsp (jsp:include page=/entities/file.jsp) in another jsp,

s:commonsValidator question

2006-12-11 Thread JS Portal support team
Hi, I have two questions concerning s:commonsValidator tag 1. Is there a way to set the message attribute of the s:commonsValidator with the value resulting from?: h:outputFormat escape=false value=#{labels['err.requiredField']} f:param value=#{labels['labels.user.email']} /

URL parameter addition

2006-10-20 Thread JS Portal support team
Hi, I got my login side of things to work with shale through the faces navigation rules. I would like, however, for the address in the address bar not to show http://www.jsportal.com/logon.jsf but http://www.jsportal.com/logon.jsf?l=n so that when the user bookmarks the page the l value also gets

RE: shale and i18n

2006-10-13 Thread JS Portal support team
and i18n On 10/12/06, JS Portal support team [EMAIL PROTECTED] wrote: Hi, I'm in the process of implementing shale and am considering my renewed architecture. I have a filter in place which checks the incoming request for Locale info. It takes a request like http://www.jsportal.com/en_GB

shale and i18n

2006-10-12 Thread JS Portal support team
Hi, I’m in the process of implementing shale and am considering my renewed architecture. I have a filter in place which checks the incoming request for Locale info. It takes a request like http://www.jsportal.com/en_GB/index.jsp and uses the RequestDispatcher to forward the request to