Re: t:dataTable: how to change css-style on single cells after conversion error?

2007-08-31 Thread Peter Steiner
I can't change to Seam anymore. Didn't anyone face the same problem with MyFaces? Andrew Robinson-5 wrote: If you want to use Seam they have the ability to wrap components with messages: http://docs.jboss.org/seam/1.2.1.GA/reference/en/html_single/#validation On 8/30/07, Peter

Antwort: Re: [Trinidad] General question: development 1.0.x vs. 1.2.x

2007-08-31 Thread wolfgang . toepfer
Hi, Sorry but it does not seem to be so clear to me how to get/make a fresh build of the 1.2.x branch. I looked into the repositories but only discovered the 1.0.x branch plus the rather older 1.2.x snapshots. It might be a good idea to briefly describe the steps to build oneself a fresh

Tomahawk Savestate strange behaviour

2007-08-31 Thread Евгений Каримов
Hi, I have some question about Tomahawk Savestate component: I create a simple for with 3 input boxes, and 1 submit button. I bind their values to some backBean, which is marked as request scope. And I have t:saveState value=#{backBean}/t:saveState tag. Before I added saveState tag,

Re: Is AUTO_SCROLL broken?

2007-08-31 Thread Bjørn T Johansen
I tried to switch back to myfaces 1.1.4 (from 1.1.5) and to tomahawk 1.1.3 (from 1.1.6) and now auto_scroll works again, so there is definitely something that has happend in the newer release BTJ On Wed, 15 Aug 2007 13:00:40 +0200 Bjørn T Johansen [EMAIL PROTECTED] wrote: Done...

Re: Is AUTO_SCROLL broken?

2007-08-31 Thread Bruno Aranda
Doesn't this work for you? It works for me... http://www.irian.at/myfaces/autoscroll.jsf Cheers, Bruno On 31/08/2007, Bjørn T Johansen [EMAIL PROTECTED] wrote: I tried to switch back to myfaces 1.1.4 (from 1.1.5) and to tomahawk 1.1.3 (from 1.1.6) and now auto_scroll works again, so there

Re: Is AUTO_SCROLL broken?

2007-08-31 Thread Bjørn T Johansen
That page works yes But when I upgrade to myfaces 1.1.5 and tomahawk 1.1.6, then auto_scroll stops working for my webapp (and that is the only change I need to do to make auto_scroll stop working...) BTJ On Fri, 31 Aug 2007 10:17:32 +0100 Bruno Aranda [EMAIL PROTECTED] wrote: Doesn't this

Re: Is AUTO_SCROLL broken?

2007-08-31 Thread Bjørn T Johansen
Just tried with the latest snapshot of both myfaces and tomahawk and using those, auto_scroll works... BTJ On Fri, 31 Aug 2007 10:29:54 +0100 Bruno Aranda [EMAIL PROTECTED] wrote: Interesting... probably there is an incompatibility somewhere. Have you tried by any chance using the latest

Cross-browser problem with h:commandLink and f:param

2007-08-31 Thread Ognjen Blagojevic
Hi all, I have a problem using h:commandLink and f:param that is specific to Internet Explorer. In JSF I have: h:dataTable value=#{myBean1.findAll} var=row ... h:commandLink action=#{myBean.edit} f:param name=id value=#{row.id}/ h:outputText value=edit / /h:commandLink Which

Re: Is AUTO_SCROLL broken?

2007-08-31 Thread Bruno Aranda
Interesting... probably there is an incompatibility somewhere. Have you tried by any chance using the latest snapshots of myfaces, tomahawk, or both? Thanks for checking, Bruno On 31/08/2007, Bjørn T Johansen [EMAIL PROTECTED] wrote: That page works yes But when I upgrade to myfaces 1.1.5

How stable is the latest snapshots of myfaces and tomahawk?

2007-08-31 Thread Bjørn T Johansen
Can it be used in a production environment without any problems? Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED]

Re: Tomahawk Savestate strange behaviour

2007-08-31 Thread Evgeniy Karimov
As it seems, the problem is described as a feature in comments in tomahawk source code: --- * Note that the saved object can be chained from view to view * in order to extend its lifetime from a single view to a sequence * of views if desired. A UISaveState component with an EL expression *

Re: [Trinidad] Skinning tr:table lines on hover

2007-08-31 Thread Francisco Passos
Thank you for all your tips! Andrew, your solution might work, but as you put it, it is highly dependent on the rendered html, which means any change in the hierarchy will make it stop working. As for Simon, your solution: af|table::content tr:hover { background-color: yellow; } Doesn't

disabling tree node checkbox for tree2

2007-08-31 Thread Chojnacki, Tomasz
Hi, I am newbie to MyFaces and have a slight problem with the tree2 component. In my JSP I have tree2 component with checkboxes (selectBooleanCheckbox). It looks like this: t:tree2 id=htmlTree ... f:facet name=project h:panelGroup t:selectBooleanCheckbox id=man

Re: Configured jsf forwarding to jsp

2007-08-31 Thread Simon Kitching
Earnest Dyke [EMAIL PROTECTED] schrieb: Greetings, I have a simple JSF implementation (see below for faces-config) that has to jsf pages. When I go to http://localhost:8080/Sim/Sim.jsf it forwards to Sim.jsp and I can't figure out why. Should be pretty simple. I am running MyFaces 1.1.5

[Trinidad] tr:table:page navigation and selection at the bottom possible?

2007-08-31 Thread wolfgang . toepfer
Hi, I was wondering whether or not it is possible to have the page navigation and the selection at the bottom. Any ideas? Thanks, Wolfgang.

Problem with myfaces and Tomcat 6

2007-08-31 Thread Jochen Zink
Hello, I have a problem to get a working myfaces1.1.6 application migrated to myfaces 1.2. I copied all libs from myfaces 1.2 bin distribution to WEB-INF/lib dir. After deploying to tomcat 6.0.16 an exception is thrown, if I cal the start.jsf Page. You can found the exception on the end of

Re: Problem with myfaces and Tomcat 6

2007-08-31 Thread Jeroen Benckhuijsen
Jochen, I've been experiencing the same problems. Somewhere in the generation of the Java code based on the JSP either Tomcat or Myfaces screw up very badly. It's trying to interpret static values as EL-expressions (as you can see from the stacktrace). As far as I know, (tested about two weeks

set default value by h:selectOneRadio

2007-08-31 Thread Wolfgang
Hi, I tried to set a default value by the h:selectOneRadio tag but it didn't work my bean looks like this: private String radio=Accessions; if (radio.equals(0)) { System.out.println(Accession choosed); } else { System.out.println(Sequence choosed);

Re: Problem with myfaces and Tomcat 6

2007-08-31 Thread Jochen Zink
Hello Jeroen, bad news :). Okay, we have to wait for the next release and hope, that this will be fixed. Thanks for youre answer! Regards Jochen -Ursprüngliche Nachricht- Von: MyFaces Discussion users@myfaces.apache.org Gesendet: 31.08.07 14:09:03 An: MyFaces Discussion

Is this a typo in the javadoc? (invokeOnComponent)

2007-08-31 Thread Julien Martin
Hello, I am trying to understand how to use the invokeOnComponent method (jsf 1.2) Have a look here and tell me why is says *invokeOnComponent* in the contextcallback and not *invokeContextCallback*??? *private* UIComponent found = *null*; *private* *void* doFind(FacesContext context, String

Re: [Trinidad] Skinning tr:table lines on hover

2007-08-31 Thread Simon Lessard
Hello Francisco, Try the following selectors af|table::content tr:hover af|column::cell-text af|table::content tr:hover af|column::cell-text-band I did not test it though, but it should work. Regards, ~ Simon On 8/31/07, Francisco Passos [EMAIL PROTECTED] wrote: Thank you for all your

Re: Is this a typo in the javadoc? (invokeOnComponent)

2007-08-31 Thread Julien Martin
Do we report it? J. 2007/8/31, Simon Lessard [EMAIL PROTECTED]: Yep, that's a typo. On 8/31/07, Julien Martin [EMAIL PROTECTED] wrote: Hello, I am trying to understand how to use the invokeOnComponent method (jsf 1.2) Have a look here and tell me why is says *invokeOnComponent*

Re: Is this a typo in the javadoc? (invokeOnComponent)

2007-08-31 Thread Matthias Wessendorf
send a mail to RI-dev list, I am 100% sure, Ryan will fix it asap. On 8/31/07, Julien Martin [EMAIL PROTECTED] wrote: Do we report it? J. 2007/8/31, Simon Lessard [EMAIL PROTECTED]: Yep, that's a typo. On 8/31/07, Julien Martin [EMAIL PROTECTED] wrote: Hello, I am trying

SelectOneMenu text

2007-08-31 Thread daniel ccss
Hi all, How I can get the selected text, not the code, of a h:selectOneMenu component? thanks

Re: Is this a typo in the javadoc? (invokeOnComponent)

2007-08-31 Thread Julien Martin
Can you please do it if you have the time. I haven't been able to figure out the email address for the list... Julien. 2007/8/31, Matthias Wessendorf [EMAIL PROTECTED]: send a mail to RI-dev list, I am 100% sure, Ryan will fix it asap. On 8/31/07, Julien Martin [EMAIL PROTECTED] wrote: Do

Re: SelectOneMenu text

2007-08-31 Thread daniel ccss
Hi, sorry, yes the correct question is how to: loop through the SelectItem list until find the one with the selected value to extract the description Thanks On 8/31/07, Simon Lessard [EMAIL PROTECTED] wrote: Hello Daniel, I don't really understand your question. Can you be a bit more

Re: SelectOneMenu text

2007-08-31 Thread Simon Lessard
Hello Daniel, I don't really understand your question. Can you be a bit more specific? If I understand well though, you could either change the value property of your SelectItem object, or loop through the SelectItem list until you find the one with the selected value to extract the description.

Re: Is this a typo in the javadoc? (invokeOnComponent)

2007-08-31 Thread Matthias Wessendorf
hi ryan, looks like there is a typo in the Java Doc, see the thread. thx, matthias On 8/31/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: send a mail to RI-dev list, I am 100% sure, Ryan will fix it asap. On 8/31/07, Julien Martin [EMAIL PROTECTED] wrote: Do we report it? J.

Re: Is this a typo in the javadoc? (invokeOnComponent)

2007-08-31 Thread Simon Lessard
Yep, that's a typo. On 8/31/07, Julien Martin [EMAIL PROTECTED] wrote: Hello, I am trying to understand how to use the invokeOnComponent method (jsf 1.2 ) Have a look here and tell me why is says *invokeOnComponent* in the contextcallback and not *invokeContextCallback *??? *private*

Re: SelectOneMenu text

2007-08-31 Thread Simon Lessard
Ah ok, It depends on the type of LoV you're using. If you're using a static lov (f:selectItem/), then you have to use a binding for your selectOneChoice component to your managed bean. Then, in your method, you simply have to loops through the selectOneMenu's children until you find the right

Re: Is this a typo in the javadoc? (invokeOnComponent)

2007-08-31 Thread Julien Martin
thanks 2007/8/31, Matthias Wessendorf [EMAIL PROTECTED]: hi ryan, looks like there is a typo in the Java Doc, see the thread. thx, matthias On 8/31/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: send a mail to RI-dev list, I am 100% sure, Ryan will fix it asap. On 8/31/07, Julien

Re: t:dataTable: how to change css-style on single cells after conversion error?

2007-08-31 Thread Andrew Robinson
Just write a wrapper component yourself that you would put as the parent in the component tree, it should be easy to do. Option 1, use invalid: encodeBegin(...) { UIInput child = getChildren().get(0); if (!child.isValid()) { // do error encoding here } else { // non-error

Re: Tomahawk Savestate strange behaviour

2007-08-31 Thread Mike Kienenberger
JSF 1.1 doesn't support opening multiple windows in the same session to the same JSF application unless you're using client-side state saving. Are you using JSF 1.1? Are you using client-side state saving?/ On 8/31/07, Evgeniy Karimov [EMAIL PROTECTED] wrote: As it seems, the problem is

disabling tree node checkbox for tree2

2007-08-31 Thread Chojnacki, Tomasz
Hi, I am newbie to MyFaces and have a slight problem with the tree2 component. In my JSP I have tree2 component with checkboxes (selectBooleanCheckbox). It looks like this: t:tree2 id=htmlTree ... f:facet name=project h:panelGroup t:selectBooleanCheckbox id=man

[tomahawk] jscookmenu and ajax

2007-08-31 Thread Matthias Imhof
Hi all, I'm trying to get a jsCookMenu work with AJAX. I've tried to use a4j:commandLink and a4j:support. But nothing works ... Is there a way to get jsCookMenu work with AJAX ? Greetings Matze ___ Jetzt neu! Schützen Sie Ihren

BEA Weblogic 8.1

2007-08-31 Thread Mehlstaeubl, Sabine
Hello, On your Compatibility site you are writing that BEA Weblogic 8.1 is supported. Which versions of MyFaces and Tomahawk do support BEA Weblogic 8.1 ? I am asking because MyFaces 1.1 and Tomahawk are using Servlet 2.4. BEA Weblogic 8.1 uses J2EE 1.3, which uses Servlet 2.3. Yours Sabine

Re: BEA Weblogic 8.1

2007-08-31 Thread Mike Kienenberger
I'm pretty sure that MyFaces 1.1 (JSF 1.1) is required by the spec to support both Java 1.3 and Servlet 2.3. Open a JIRA issue if you find a specific issue where this is not true. MyFaces 1.2 (JSF 1.2) requires Java 1.5 and servlet 2.4. On 8/31/07, Mehlstaeubl, Sabine [EMAIL PROTECTED] wrote:

Checking for navigation rule

2007-08-31 Thread David Brunette
Hi everybody. Is there an easy way for an action method to check for the existence of a navigation rule before returning the outcome String? I know that the normal functionality is that, if you return an outcome that does not match to an existing navigation rule, the same view

Re: Checking for navigation rule

2007-08-31 Thread Andrew Robinson
Even though you would have to cast it, I believe these methods are now public on the NavigationHandlerImpl of myfaces On 8/31/07, David Brunette [EMAIL PROTECTED] wrote: Hi everybody. Is there an easy way for an action method to check for the existence of a navigation rule

Re: [Trinidad] Skinning tr:table lines on hover

2007-08-31 Thread Francisco Passos
Indeed it works! Firefox and IE7 seem to like this solution, although IE6 doesn't. Although I'm not sure if that is going to ultimately matter for the project I'm working on, I've got a solution when I thought there might be none. Thank you Simon, Andrew and Chris. On 8/31/07, Simon Lessard

Re: Checking for navigation rule

2007-08-31 Thread Mike Kienenberger
This is complete guesswork, but what about extending navigationHandler and installing a custom navigation handler? You could then make the default behavior of your navigation handler to get outcomes from somewhere else, perhaps by setting navigationHandler.setFallBackOutcomeCallback(Method

Re: Which components to use?

2007-08-31 Thread distillingweb
Thanks Andrew for you sharing on the Seam. Anybody has thoughts about other components. I am thinking to go for Richfaces + Ajax4JSF + Icefaces and maybe Trinidad and Seam, because I am using Spring instead of EJBs. Thank you in advance. - Original Message From: Andrew Robinson [EMAIL

Re: [Trinidad] Skinning tr:table lines on hover

2007-08-31 Thread Simon Lessard
It doesn't work in IE 6 because Microsoft, in its ultimate wisdom, decided that IE 6 should support :hover only on a and that :hover on other elements was not so useful and/or to long to implement and/or some other very good reasons. I'm pretty sure Miscrosoft would go bankrupt if every single

Re: Which components to use?

2007-08-31 Thread Andrew Robinson
FYI, you most likely will have issues trying to combind RichFaces, IceFaces and Trinidad. They all have different AJAX implementations, and they tend to not play well together sometimes. For example, Trinidad assumes that all components are rendered, and there is a RenderingContext they depend on.

MyFaces 1.2, f:view, locale management

2007-08-31 Thread Eric Lewandowski
Hi I want to change the locale for all my faces pages. so, I wrote a bean defined as languageManager. This bean store the locale selected by user and can get it. in my pages , I defined a tag f:view : f:view locale=#{languageManager.locale} ... When MyFaces evaluates the tag f:view, it calls

Re: MyFaces 1.2, f:view, locale management

2007-08-31 Thread Mike Kienenberger
Do you have a LanguageManager public Locale getLocale() method? You need to have a public String getLocale() method. http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSFPage3.html On 8/31/07, Eric Lewandowski [EMAIL PROTECTED] wrote: Hi I want to change the locale for all my faces pages.

Re: [Trinidad] Skinning tr:table lines on hover

2007-08-31 Thread Francisco Passos
I've just discovered our client will be running the application on IE6 :S Which means I'll have to find some other way. Is there anything else you could imagine? On 8/31/07, Simon Lessard [EMAIL PROTECTED] wrote: It doesn't work in IE 6 because Microsoft, in its ultimate wisdom, decided that

Re: [Trinidad] Skinning tr:table lines on hover

2007-08-31 Thread Andrew Robinson
Try this: http://www.xs4all.nl/~peterned/csshover.html On 8/31/07, Francisco Passos [EMAIL PROTECTED] wrote: I've just discovered our client will be running the application on IE6 :S Which means I'll have to find some other way. Is there anything else you could imagine? On 8/31/07, Simon

Re: MyFaces 1.2, f:view, locale management

2007-08-31 Thread Eric Lewandowski
No, I have a public String getLocale() method and no public Locale getLocale() method. Mike Kienenberger wrote: Do you have a LanguageManager public Locale getLocale() method? You need to have a public String getLocale() method.

RE: Checking for navigation rule

2007-08-31 Thread David Brunette
It seems as though I'd be looking at having my own extended NavigationHandler. I was hoping to avoid that... didn't know if there was something else out there that I was just missing. Thanks guys. Dave -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED]

Re: SelectOneMenu text

2007-08-31 Thread daniel ccss
Sorry but what do you mean with LoV, can you give me some example code of the static and dynamic On 8/31/07, Simon Lessard [EMAIL PROTECTED] wrote: Ah ok, It depends on the type of LoV you're using. If you're using a static lov (f:selectItem/), then you have to use a binding for your

Re: SelectOneMenu text

2007-08-31 Thread Simon Lessard
LoV = List of Values. In page.jspx Either h:selectOneChoice binding=#{myBean.mySelector} value=#{whatever} f:selectItem itemValue=someValue itemLabel=someText/ /h:selectOneChoice or h:selectOneChoice value=#{whatever} f:selectItems value=#{myBean.listOfValues}/ /h:selectOneChoice In

Andreas Heidrich ist außer Haus.

2007-08-31 Thread Andreas Heidrich
Ich werde ab 31.08.2007 nicht im Büro sein. Ich kehre zurück am 16.09.2007. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. mfg Andreas Heidrich --- Toyota Financial Services ist eine Marke der TOYOTA Kreditbank GmbH

Re: [Trinidad] Skinning tr:table lines on hover

2007-08-31 Thread Francisco Passos
Thank you, I intend to try this soon. Regards, Francisco Passos On 8/31/07, Andrew Robinson [EMAIL PROTECTED] wrote: Try this: http://www.xs4all.nl/~peterned/csshover.html On 8/31/07, Francisco Passos [EMAIL PROTECTED] wrote: I've just discovered our client will be running the

Re: MyFaces 1.2, f:view, locale management

2007-08-31 Thread Eric Lewandowski
OK. The problem seems to be in MyFaces 1.2 or Trinidad 1.2.1 I downgraded the version of third party uses to MyFaces 1.1.5 and Trinidad 1.0.2 and it works ! Eric Lewandowski wrote: Hi I want to change the locale for all my faces pages. so, I wrote a bean defined as languageManager.

JSP 2.1

2007-08-31 Thread Ben Smith
I'm finding that things that are supposed to work in JSP 2.1 don't seem to work with myFaces 1.2. I have a servlet that I've setup as done in the myfaces examples. So the Faces Servlet mapping is *.jsf. I have a simple example that works if I access it as test.jsp, but not as test.jsf.

Re: [Trinidad] Skinning tr:table lines on hover

2007-08-31 Thread Ben Smith
I ran into the same problem with :hover in IE6 and I came across this solution: http://lawrence.ecorp.net/inet/samples/css-ie-hover.shtml Thanks to something non-standard MS included in IE you can get IE to pretend to support the spec. It worked for me and it seems to be ignored by other

Re: MyFaces 1.2, f:view, locale management

2007-08-31 Thread Martin Marinschek
Hi Eric, please file an issue on our issue-tracker. regards, Martin On 8/31/07, Eric Lewandowski [EMAIL PROTECTED] wrote: OK. The problem seems to be in MyFaces 1.2 or Trinidad 1.2.1 I downgraded the version of third party uses to MyFaces 1.1.5 and Trinidad 1.0.2 and it works ! Eric

Re: [TRINIDAD] - IMPORTANT - Custom Skin Developers

2007-08-31 Thread Martin Marinschek
Hi Danny, eventually we could additionally support also the old name for the configuration parameter, and only phase this out in a major release? regards, Martin On 8/28/07, Danny Robinson [EMAIL PROTECTED] wrote: In the hope of pre-empting some emails, be aware that the trunk has switched

serialize an object to a hidden field

2007-08-31 Thread Costa Basil
How do I serialize an object in a hidden field (as opposed to using saveState and having its state meshed somewhere else along with the other components)? Thanks - Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the

Re: Get the value of a ReadOnly

2007-08-31 Thread Martin Marinschek
Sorry - this I didn't understand. Please provide some code-snippets. regards, Martin On 8/15/07, daniel ccss [EMAIL PROTECTED] wrote: Hi Martin I don´t need to change the value with javascript what I need is to get the value of a readOnly h:inputText, in struts I can do that, why in JSF no?

Re: SelectOneMenu text

2007-08-31 Thread daniel ccss
Thanks! Yes I was using the f:selectItems (second case), Thanks On 8/31/07, Simon Lessard [EMAIL PROTECTED] wrote: LoV = List of Values. In page.jspx Either h:selectOneChoice binding=#{myBean.mySelector} value=#{whatever} f:selectItem itemValue=someValue itemLabel=someText/

Re: serialize an object to a hidden field

2007-08-31 Thread Mike Kienenberger
Seems like a strange thing to do, but I guess you'd do it just like t:saveState. You'd point your h:hiddenText (is that the right name?) value to #{bean.objectState} and you'd have getObjectState serialize the object into a string, and setObjectState unserialize the object. On 8/31/07, Costa

[Trinidad] Re: Desperate: Simple GUI with partial validation?

2007-08-31 Thread Stephen Friedrich
/trh:body /trh:html /f:view __ NOD32 2493 (20070831) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com

Re: serialize an object to a hidden field

2007-08-31 Thread Costa Basil
Thank you. I need to pass some objects from a page to a dialog opened from that page and I do not want to use session objects. Mike Kienenberger [EMAIL PROTECTED] wrote: Seems like a strange thing to do, but I guess you'd do it just like t:saveState. You'd point your h:hiddenText (is that the

Re: MyFaces 1.2, f:view, locale management

2007-08-31 Thread Eric Lewandowski
That's done ! Regards, Eric Martin Marinschek wrote: Hi Eric, please file an issue on our issue-tracker. regards, Martin On 8/31/07, Eric Lewandowski [EMAIL PROTECTED] wrote: OK. The problem seems to be in MyFaces 1.2 or Trinidad 1.2.1 I downgraded the version of third party

Re: serialize an object to a hidden field

2007-08-31 Thread Mike Kienenberger
If you're using client-side state saving, it's not using a session object. It's using a hidden field. Note also that if you're using server-side state saving and JSF 1.1, then you can't have multiple pages open at the same time for the same session. It's not supported. It does work with

Re: [Trinidad] Pie chart breaking with 7 items

2007-08-31 Thread venkata guddanti
Hi Florian, I provided a patch for this issue. I noticed that even after providing the colors, the chart was not working since the gradient templates defined in the template SVG were also limited. There was also an issue with the tooltip for the pie not displaying at the correct location. Here is

Re: Get the value of a ReadOnly

2007-08-31 Thread daniel ccss
At the end what I did was used an inputtext control to show the value as readonly and not the select. The problem for me, was that I couldn´t get the value of a read only select in the bean. On 8/31/07, Martin Marinschek [EMAIL PROTECTED] wrote: Sorry - this I didn't understand. Please provide

[Trinidad] Re: Desperate: Simple GUI with partial validation?

2007-08-31 Thread Vadim Dmitriev
Stephen Friedrich wrote: Thanks a lot Vadim - the layout is looking nice now. Somehow I never noticed the showRequired attribute. I additionally needed to add a message component plus some layout. Just in case: if you added tr:message to display messages of tr:selectOneChoice

[Trinidad] force reload and add message for partial update request and view has expired?

2007-08-31 Thread Andrew Robinson
Correct me if I am wrong, but it seems that if a view has expired, and someone initiates a partial update, the page is just updated as if it hadn't. This is quite confusing to the user as nothing happens when they click on a link. What I would like to have happen, is the user redirected to the