Nope.. when I use <x:messages/> I get: Validation Error Validation Error Validation Error ...
that is at the same time I'm getting: "Project Code": Value is required. from the locally placed <x:message> widgets. Is there something else that I need to do.. some parameter to set to get this to work? I didn't see an example of x:messages in the examples app. Thanks- Matt On 8/11/05, Martin Marinschek <[EMAIL PROTECTED]> wrote: > The x:messages stuff is not usable for you, right? > > regards, > > > Martin > > On 8/11/05, Matthew Pease <[EMAIL PROTECTED]> wrote: > > OK, I'll do that. > > > > In the meantime, does anyone know of a way to do this sort of > > validation error reporting? Is there a control? I've looked at JSF & > > now Myfaces.. anyone else making JSF components? > > > > The type where at the top of the page I can show messages like: > > > > Name is required. > > Call Request must be a number between 1 & 500. > > ... > > > > Thank you- > > Matt > > > > On 8/10/05, Martin Marinschek < [EMAIL PROTECTED]> wrote: > > > there was the same 'problem' with the output label before, than we fixed > it, > > > and obviously forgot about doing it for the message as well. > > > > > > can you open a jira issue? > > > > > > thx, > > > > > > Martin > > > > > > > > > On 8/11/05, Matthew Pease <[EMAIL PROTECTED]> wrote: > > > > Hi.. > > > > > > > > Using Weblogic 8.1.. > > > > > > > > > > > > Basically, I'd like to use <x:message> on the top of the page & > > > > have the fields that I'm validating be stuffed away lower in > > > > panelGrids. > > > > > > > > I have: > > > > > > > > <x:message for="phoneExt"/> > > > > <h:outputLabel for="phoneExt" rendered="false" value="Name"/> > > > > > > > > near the top. > > > > > > > > and > > > > > > > > <h:inputText id="phoneExt" required="true" ... > > > > > > > > further below buried in few <h:panelGrid>s > > > > > > > > I get the following exception when trying to render the page: > > > > > > > > javax.faces.FacesException: Could not render Message. Unable to find > > > > component 'phoneExt' > > > > > > > > > > > > This seems to be a myfaces bug, because if I remove the <x:message > > > > for="phoneExt"/>, and switch on rendering of the <h:outputLabel, the > > > > outputLabel renders itself & doesn't complain about not finding a > > > > matching phoneExt. It seems that when <x:message> tries the > > > > same, it dies complaining that it can't find the matching label. > > > > > > > > > > > > > > > > Any ideas? > > > > > > > > Thank you- > > > > Matt > > > > > > > > > > > > > >

