html:submit and bean:write (original) (raw)

? ?

LiveJournal

I'm working on a struts project.

I'm using the html:submit tag and I want to define the property the same as a bean I have in the request.

I have tried both...

<html:submit style='buttonNavigation' property='<bean:write name="submitKey" />' value='<bean:write name="submitSave" />' />

<html:submit style="buttonNavigation" property=submitKey> <bean:write name="submitSave" />

Neither write the property correctly... Any ideas?

I'm following this tutorial on the netbeans website for a simpleEE7App. I followed the instructions precisely but got an exception need help. :/…

anyone here?

It seems that you can override a concrete method and make it abstract. I actually came across some code that did this, so I had to check how it…