Can you make sure you have sampleForm defined in your faces-config.xml?

Matt

On Feb 4, 2008, at 5:34 PM, Casanova wrote:


Yes Sir,

Since I use your plugins to genrate crud screens, by default it extends the
basepage.Following is the, code  of SampleForm.java.

public class SampleForm extends BasePage implements Serializable {
    private GenericManager<Sample, Long> sampleManager;
    private Sample sample = new Sample();
    private Long id;

Thank you for your promt reply. It is 2:30 am in Germany. Iam awake after
seeing your message:working:. Thank you.

Regards,
Ajay




mraible wrote:

Did you extend BasePage in SampleForm.java? getBundleName() is a
method in this class.

Matt

On Feb 4, 2008, at 5:24 PM, Casanova wrote:


Hello Sir,

Iam having strange problems today. Previously, I had no problems using
appfuse plugins to generate CRUD pages. But now, when I generate UI
pages
using appfuse plugins, Iam having the following error.

com.sun.facelets.tag.TagAttributeException: /sampleform.xhtml @7,63
<f:loadBundle basename="#{sampleForm.bundleName}"> /
sampleform.xhtml @7,63
basename="#{sampleForm.bundleName}" /sampleform.xhtml @7,63
basename="#{sampleForm.bundleName}": ELResolver cannot handle a
null base
Object with identifier 'sampleForm'
        at
com.sun.facelets.tag.jsf.core.LoadBundleHandler.apply
(LoadBundleHandler.java:201)
        at
com.sun.facelets.tag.CompositeFaceletHandler.apply
(CompositeFaceletHandler.java:47

Here, Sample is my entity. Iam using jetty: 6.1.6. I tried do the
same on
tomcat, but of no use. So, I request to please help.

Thanking you very much in advance.

Regards,
Ajay
--
View this message in context: http://www.nabble.com/Strange-
TagAttributeException-tp15281723s2369p15281723.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


-------------------------------------------------------------------- -
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
View this message in context: http://www.nabble.com/Strange- TagAttributeException-tp15281723s2369p15281836.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to